Browse code

Remove juno/kilo specific tempest config

This removes several config flags for Tempest
now that juno and kilo are end of life. Tempest
has already removed these flags too.

Change-Id: I748429e73073f4202f77dfe1002687f76ee9a451

Matt Riedemann authored on 2016/07/13 08:12:30
Showing 1 changed files
... ...
@@ -356,15 +356,7 @@ function configure_tempest {
356 356
     iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
357 357
     iniset $TEMPEST_CONFIG compute-feature-enabled change_password False
358 358
     iniset $TEMPEST_CONFIG compute-feature-enabled block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False}
359
-    # TODO(mriedem): Remove the preserve_ports flag when Juno is end of life.
360
-    iniset $TEMPEST_CONFIG compute-feature-enabled preserve_ports True
361
-    # TODO(gilliard): Remove the live_migrate_paused_instances flag when Juno is end of life.
362
-    iniset $TEMPEST_CONFIG compute-feature-enabled live_migrate_paused_instances True
363 359
     iniset $TEMPEST_CONFIG compute-feature-enabled attach_encrypted_volume ${ATTACH_ENCRYPTED_VOLUME_AVAILABLE:-True}
364
-    # TODO(mriedem): Remove this when kilo-eol happens since the
365
-    # neutron.allow_duplicate_networks option was removed from nova in Liberty
366
-    # and is now the default behavior.
367
-    iniset $TEMPEST_CONFIG compute-feature-enabled allow_duplicate_networks ${NOVA_ALLOW_DUPLICATE_NETWORKS:-True}
368 360
     if is_service_enabled n-cell; then
369 361
         # Cells doesn't support shelving/unshelving
370 362
         iniset $TEMPEST_CONFIG compute-feature-enabled shelve False
... ...
@@ -434,8 +426,6 @@ function configure_tempest {
434 434
     iniset $TEMPEST_CONFIG validation network_for_ssh $PRIVATE_NETWORK_NAME
435 435
 
436 436
     # Volume
437
-    # TODO(obutenko): Remove the incremental_backup_force flag when Kilo and Juno is end of life.
438
-    iniset $TEMPEST_CONFIG volume-feature-enabled incremental_backup_force True
439 437
     # TODO(ynesenenko): Remove the volume_services flag when Liberty and Kilo will correct work with host info.
440 438
     iniset $TEMPEST_CONFIG volume-feature-enabled volume_services True
441 439
     # TODO(ameade): Remove the api_v3 flag when Mitaka and Liberty are end of life.