709188029d
Change-Id: Ia7634cef641dd7072ae11f85dcc91cb136ecbd79
31 lines
725 B
Plaintext
31 lines
725 B
Plaintext
[[local|localrc]]
|
|
ADMIN_PASSWORD=secret
|
|
DATABASE_PASSWORD=$ADMIN_PASSWORD
|
|
RABBIT_PASSWORD=$ADMIN_PASSWORD
|
|
SERVICE_PASSWORD=$ADMIN_PASSWORD
|
|
|
|
LOGFILE=/opt/stack/devstack/stack.log
|
|
LOG_COLOR=False
|
|
|
|
|
|
# Disable unrequired services -------------------------------------------------
|
|
|
|
disable_service horizon
|
|
disable_service tempest
|
|
|
|
|
|
# Configure Neutron -----------------------------------------------------------
|
|
|
|
HOST_IP=192.168.33.10
|
|
IP_VERSION=4
|
|
|
|
|
|
# Configure Heat --------------------------------------------------------------
|
|
|
|
enable_plugin heat https://git.openstack.org/openstack/heat
|
|
|
|
|
|
# Configure Tobiko ------------------------------------------------------------
|
|
|
|
enable_plugin tobiko https://git.openstack.org/x/tobiko
|