Created
February 9, 2022 09:55
-
-
Save strigazi/8ab76df78f00ead08139a0d644d64640 to your computer and use it in GitHub Desktop.
devstack local.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[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