You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
650 B
28 lines
650 B
# |
|
# Sample DevStack local.conf. |
|
# |
|
# This sample file is intended to be used for your typical Tricircle DevStack |
|
# environment that's running all of OpenStack on a single host. |
|
# |
|
# No changes to this sample configuration are required for this to work. |
|
# |
|
|
|
[[local|localrc]] |
|
|
|
DATABASE_PASSWORD=password |
|
RABBIT_PASSWORD=password |
|
SERVICE_PASSWORD=password |
|
SERVICE_TOKEN=password |
|
ADMIN_PASSWORD=password |
|
|
|
HOST_IP=127.0.0.1 |
|
|
|
# Specify Central Region name |
|
# CENTRAL_REGION_NAME=CentralRegion |
|
|
|
# Specify port for central Neutron server |
|
# TRICIRCLE_NEUTRON_PORT=20001 |
|
|
|
enable_plugin tricircle https://github.com/openstack/tricircle/ |
|
|
|
# disable_service horizon
|
|
|