Browse code

Merge "tempest: toggle allow_port_security_disabled=True" into stable/mitaka

Jenkins authored on 2016/09/16 03:19:57
Showing 1 changed files
... ...
@@ -363,6 +363,8 @@ function configure_tempest {
363 363
         iniset $TEMPEST_CONFIG compute-feature-enabled max_microversion $tempest_compute_max_microversion
364 364
     fi
365 365
 
366
+    # TODO(mriedem): Remove allow_port_security_disabled after liberty-eol.
367
+    iniset $TEMPEST_CONFIG compute-feature-enabled allow_port_security_disabled True
366 368
     iniset $TEMPEST_CONFIG compute-feature-enabled resize True
367 369
     iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
368 370
     iniset $TEMPEST_CONFIG compute-feature-enabled change_password False