From 108342ae3bf594ea06bf421a3f2450a0ec2a3400 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Fri, 13 Jan 2017 17:55:02 -0600 Subject: [PATCH] Use tempest and tricircle in Devstack samples 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 --- devstack/local.conf.node_1.sample | 1 - devstack/local.conf.node_2.sample | 1 - devstack/local.conf.sample | 1 - 3 files changed, 3 deletions(-) diff --git a/devstack/local.conf.node_1.sample b/devstack/local.conf.node_1.sample index b719732f..4968b8ff 100644 --- a/devstack/local.conf.node_1.sample +++ b/devstack/local.conf.node_1.sample @@ -38,5 +38,4 @@ OVS_BRIDGE_MAPPINGS=bridge:br-vlan TRICIRCLE_START_SERVICES=True enable_plugin tricircle https://github.com/openstack/tricircle/ -disable_service tempest disable_service horizon diff --git a/devstack/local.conf.node_2.sample b/devstack/local.conf.node_2.sample index 075e1aa8..d53f833f 100644 --- a/devstack/local.conf.node_2.sample +++ b/devstack/local.conf.node_2.sample @@ -42,5 +42,4 @@ OVS_BRIDGE_MAPPINGS=bridge:br-vlan,extern:br-ext TRICIRCLE_START_SERVICES=False enable_plugin tricircle https://github.com/openstack/tricircle/ -disable_service tempest disable_service horizon diff --git a/devstack/local.conf.sample b/devstack/local.conf.sample index c8ab2422..45667bc2 100644 --- a/devstack/local.conf.sample +++ b/devstack/local.conf.sample @@ -26,5 +26,4 @@ HOST_IP=127.0.0.1 TRICIRCLE_START_SERVICES=True enable_plugin tricircle https://github.com/openstack/tricircle/ -disable_service tempest disable_service horizon