diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-06-15 10:32:17 +0000 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-06-18 15:28:01 +0000 |
commit | 8e027cf368732a084851b67336bdc56393c09be1 (patch) | |
tree | 25879df3f305d1b566508faded93d16365ea4e4b /install-files | |
parent | 5e78bb70d43d4adf214aa0519987033adfb5a92a (diff) | |
download | definitions-8e027cf368732a084851b67336bdc56393c09be1.tar.gz |
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
Diffstat (limited to 'install-files')
-rw-r--r-- | install-files/openstack/etc/tempest/tempest.conf | 8 |
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) |