Mark Korondi acd2259e01
2020 Virtual ediiton
* Updated README
* Updated pip and deb packages.
* New firefox bookmark format [currently doesn't work]

Change-Id: I115609d6db6b77a6812dd92aa066fb5edc4f38a1
2020-10-16 16:24:01 +02:00

28 lines
653 B
Plaintext

[[local|localrc]]
# This line will be uncommented at the end of devstack setup so that starting up
# the VM again would not require high network bandwith to check and install
# packages
#OFFLINE=True
ADMIN_PASSWORD=openstack
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
# Force systemd-based service deployment
USE_SCREEN=False
USE_SYSTEMD=True
# Times change...
USE_PYTHON3=True
# Git fine tuning. HTTPS is usually enabled on firewalls.
# Depth should be only one for upstream training purposes
GIT_DEPTH=1
GIT_BASE=https://opendev.org
USE_PYTHON3=True
# Let's save some memory
API_WORKERS=1