From 1c1aef0eb7796f0fe8b2502eb4aaa62369b7842a Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 1 Oct 2013 07:56:21 -0400 Subject: [PATCH] Revert "Enable tenant isolation to tempest for neutron" This reverts commit 3d84cf2d7c323750971cf2d27f3a4eaa26cb7a9f. This is believed to be the cause for the massive increase in neutron failures in the gate reseting other projects. Realize this is just a work around. Change-Id: Id3c59f3fe9ccbb869eb3200ef7ff2659409e2253 Partial-Bug: 1224001 --- lib/tempest | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/tempest b/lib/tempest index 646d42b8bd..bc0b18d9f4 100644 --- a/lib/tempest +++ b/lib/tempest @@ -230,6 +230,11 @@ function configure_tempest() { # Compute iniset $TEMPEST_CONF compute change_password_available False + # Note(nati) current tempest don't create network for each tenant + # so reuse same tenant for now + if is_service_enabled neutron; then + TEMPEST_ALLOW_TENANT_ISOLATION=${TEMPEST_ALLOW_TENANT_ISOLATION:-False} + fi iniset $TEMPEST_CONF compute allow_tenant_isolation ${TEMPEST_ALLOW_TENANT_ISOLATION:-True} iniset $TEMPEST_CONF compute ssh_user ${DEFAULT_INSTANCE_USER:-cirros} # DEPRECATED iniset $TEMPEST_CONF compute network_for_ssh $PRIVATE_NETWORK_NAME