Browse code

Tempest allow_tenant_isolation in auth section

Tempest change 107685 moves allow_tenant_isolation from compute
group to auth group, making the old format deprecated.
Switching to the new format.

Change-Id: Iff79986c2564610efde4791b7e61df3db859e199

Andrea Frittoli authored on 2014/08/14 16:18:40
Showing 1 changed files
... ...
@@ -272,8 +272,10 @@ function configure_tempest {
272 272
         iniset $TEMPEST_CONFIG image http_image $TEMPEST_HTTP_IMAGE
273 273
     fi
274 274
 
275
+    # Auth
276
+    iniset $TEMPEST_CONFIG auth allow_tenant_isolation ${TEMPEST_ALLOW_TENANT_ISOLATION:-True}
277
+
275 278
     # Compute
276
-    iniset $TEMPEST_CONFIG compute allow_tenant_isolation ${TEMPEST_ALLOW_TENANT_ISOLATION:-True}
277 279
     iniset $TEMPEST_CONFIG compute ssh_user ${DEFAULT_INSTANCE_USER:-cirros} # DEPRECATED
278 280
     iniset $TEMPEST_CONFIG compute network_for_ssh $PRIVATE_NETWORK_NAME
279 281
     iniset $TEMPEST_CONFIG compute ip_version_for_ssh 4