summaryrefslogtreecommitdiff
path: root/install-files
diff options
context:
space:
mode:
Diffstat (limited to 'install-files')
-rw-r--r--install-files/openstack/etc/tempest/tempest.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/install-files/openstack/etc/tempest/tempest.conf b/install-files/openstack/etc/tempest/tempest.conf
index ad3d7fb2..c045392c 100644
--- a/install-files/openstack/etc/tempest/tempest.conf
+++ b/install-files/openstack/etc/tempest/tempest.conf
@@ -389,7 +389,7 @@ live_migration = false
# Does the test environment use block devices for live migration
# (boolean value)
-#block_migration_for_live_migration = false
+block_migration_for_live_migration = false
# Does the test environment block migration support cinder iSCSI
# volumes. Note, libvirt doesn't support this, see
@@ -648,7 +648,7 @@ build_interval = 1
api_v2 = true
# Is the v1 image API enabled (boolean value)
-#api_v1 = true
+api_v1 = true
[input-scenario]
@@ -776,7 +776,7 @@ build_interval = 1
# List of dns servers which should be used for subnet creation (list
# value)
-#dns_servers = 8.8.8.8,8.8.4.4
+dns_servers = 8.8.8.8,8.8.4.4
# vnic_type to use when Launching instances with pre-configured ports.
# Supported ports are: ['normal','direct','macvtap'] (string value)
@@ -796,7 +796,7 @@ ipv6 = false
# A list of enabled network extensions with a special entry all which
# indicates every extension is enabled. Empty list indicates all
# extensions are disabled (list value)
-#api_extensions = all
+api_extensions = router
# Allow the execution of IPv6 subnet tests that use the extended IPv6
# attributes ipv6_ra_mode and ipv6_address_mode (boolean value)