Skip to content

Instantly share code, notes, and snippets.

@mriedem
Created November 4, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mriedem/616c311e9665f40ffbf4dcb016b4bc33 to your computer and use it in GitHub Desktop.
Save mriedem/616c311e9665f40ffbf4dcb016b4bc33 to your computer and use it in GitHub Desktop.
[[local|localrc]]
# Minimal Contents
# ----------------
MRIEDEM_PASSWORD=openstack1
SERVICE_TOKEN=$MRIEDEM_PASSWORD
ADMIN_PASSWORD=$MRIEDEM_PASSWORD
MYSQL_PASSWORD=$MRIEDEM_PASSWORD
RABBIT_PASSWORD=$MRIEDEM_PASSWORD
SERVICE_PASSWORD=$MRIEDEM_PASSWORD
# Logging
# -------
# By default ``stack.sh`` output only goes to the terminal where it runs. It can
# be configured to additionally log to a file by setting ``LOGFILE`` to the full
# path of the destination log file. A timestamp will be appended to the given name.
LOGFILE=$DEST/logs/stack.sh.log
# Old log files are automatically removed after 7 days to keep things neat. Change
# the number of days by setting ``LOGDAYS``.
LOGDAYS=2
# Get client libraries from Git
#LIBS_FROM_GIT=python-novaclient
# Disable cinder stuff we don't use
# ---------------------------------
disable_service c-bak etcd3
# Disable tempest and horizon to save space.
disable_service horizon
disable_service tempest
# Pull in a specific nova change
#NOVA_REPO=https://review.opendev.org/openstack/nova
#NOVA_BRANCH=refs/changes/96/654596/7
# Other random config
USE_PYTHON3=true
#API_WORKERS=1
[[post-config|$NOVA_CONF]]
# make sure we're using qemu for nested virt
[libvirt]
virt_type=qemu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment