Browse code

Merge "neutron: add NOVA_ALLOW_DUPLICATE_NETWORKS config option"

Jenkins authored on 2015/07/23 15:59:31
Showing 1 changed files
... ...
@@ -30,6 +30,7 @@
30 30
 # - ``DEFAULT_INSTANCE_TYPE``
31 31
 # - ``DEFAULT_INSTANCE_USER``
32 32
 # - ``CINDER_ENABLED_BACKENDS``
33
+# - ``NOVA_ALLOW_DUPLICATE_NETWORKS``
33 34
 #
34 35
 # ``stack.sh`` calls the entry points in this order:
35 36
 #
... ...
@@ -380,6 +381,10 @@ function configure_tempest {
380 380
     # TODO(gilliard): Remove the live_migrate_paused_instances flag when Juno is end of life.
381 381
     iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_paused_instances True
382 382
     iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume ${ATTACH_ENCRYPTED_VOLUME_AVAILABLE:-True}
383
+    # TODO(mriedem): Remove this when kilo-eol happens since the
384
+    # neutron.allow_duplicate_networks option was removed from nova in Liberty
385
+    # and is now the default behavior.
386
+    iniset $TEMPEST_CONFIG compute-feature-enabled allow_duplicate_networks ${NOVA_ALLOW_DUPLICATE_NETWORKS:-True}
383 387
 
384 388
     # Network
385 389
     iniset $TEMPEST_CONFIG network api_version 2.0