Browse code

Merge "Add ability to configure tempest tests based on network extensions"

Jenkins authored on 2013/12/18 03:48:02
Showing 1 changed files
... ...
@@ -324,6 +324,9 @@ function configure_tempest() {
324 324
     # cli
325 325
     iniset $TEMPEST_CONF cli cli_dir $NOVA_BIN_DIR
326 326
 
327
+    # Networking
328
+    iniset $TEMPEST_CONF network-feature-enabled api_extensions "${NETWORK_API_EXTENSIONS:-all}"
329
+
327 330
     # service_available
328 331
     for service in nova cinder glance neutron swift heat horizon ceilometer ironic savanna; do
329 332
         if is_service_enabled $service ; then