Skip to content

Instantly share code, notes, and snippets.

@strigazi
Created February 9, 2022 09:55
Show Gist options
  • Save strigazi/8ab76df78f00ead08139a0d644d64640 to your computer and use it in GitHub Desktop.
Save strigazi/8ab76df78f00ead08139a0d644d64640 to your computer and use it in GitHub Desktop.
devstack local.conf
[[local|localrc]]
IP_VERSION=4
SERVICE_IP_VERSION=4
PUBLIC_INTERFACE=em1
USE_PYTHON3="True"
VERBOSE="True"
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
SERVICE_TOKEN=password
SERVICE_PASSWORD=password
ADMIN_PASSWORD=password
enable_service tls-proxy
disable_service tempest
enable_plugin barbican https://opendev.org/openstack/barbican.git
enable_plugin neutron https://opendev.org/openstack/neutron.git
enable_plugin octavia https://opendev.org/openstack/octavia.git
LIBS_FROM_GIT+=python-octaviaclient
disable_service horizon
enable_plugin heat https://opendev.org/openstack/heat.git
enable_plugin magnum https://opendev.org/openstack/magnum.git
VOLUME_BACKING_FILE_SIZE=20G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment