From 8e027cf368732a084851b67336bdc56393c09be1 Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Mon, 15 Jun 2015 10:32:17 +0000 Subject: Tempest: Add extra configuration for neutron and nova Nova: - Disable explicitly test migrations blocks in live migrations - Set apiv1 to true Neutron: - Add dns_server - Only test router extension Change-Id: I3b7b5e04996cd232fcff168ae669e6e54612a647 --- install-files/openstack/etc/tempest/tempest.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install-files') 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) -- cgit v1.2.1