Browse code

Merge "set xml_api flag for Network tests" into stable/juno

Jenkins authored on 2014/10/23 13:00:54
Showing 1 changed files
... ...
@@ -312,6 +312,7 @@ function configure_tempest {
312 312
     iniset $TEMPEST_CONFIG network-feature-enabled ipv6_subnet_attributes "$IPV6_SUBNET_ATTRIBUTES_ENABLED"
313 313
     iniset $TEMPEST_CONFIG network-feature-enabled api_extensions ${NETWORK_API_EXTENSIONS:-"all"}
314 314
     iniset $TEMPEST_CONFIG network-feature-disabled api_extensions ${DISABLE_NETWORK_API_EXTENSIONS}
315
+    iniset $TEMPEST_CONFIG network-feature-enabled xml_api True
315 316
 
316 317
     # boto
317 318
     iniset $TEMPEST_CONFIG boto ec2_url "$EC2_SERVICE_PROTOCOL://$SERVICE_HOST:8773/services/Cloud"