
1. What is the problem? Using tempest plugin in conjuction with NEUTRON_CREATE_INITIAL_NETWORKS to set False was causing failures during the execution of the stack.sh script. This issue was solved in I62e74d350d6533fa842d64c15b01b1a3d42c71c2 but it hasn't reflected on the devstack samples. 2. What is the solution to the problem? Let the users to enable or disable the tempest usage on their devstack environments. 3. What the features need to be implemented to the Tricircle to realize the solution? No new features Change-Id: Iad563a660ea58faa57984ee7829ee45e5811c900
30 lines
678 B
Plaintext
30 lines
678 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
|
|
|
|
TRICIRCLE_START_SERVICES=True
|
|
enable_plugin tricircle https://github.com/openstack/tricircle/
|
|
|
|
disable_service horizon
|