db09651b6b
1. What is the problem? This is not a bug fix but to attend naming inconstistency at this early stage of the project. 2. What is the solution for the problem? To correct and maintain a consistent naming sequence for project. 3. What features need to be implemented for Tricircle? None Change-Id: I84d6e2aa76f0e61f39f20cacf19fe6333d82aa1f Closes-Bug: #1571136
29 lines
650 B
Plaintext
29 lines
650 B
Plaintext
#
|
|
# 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
|