Merge "Set tempest_private_net_provider_type to geneve for os_tempest"

This commit is contained in:
Zuul 2019-02-20 13:26:34 +00:00 committed by Gerrit Code Review
commit 53635dc0d9
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
tempest_service_available_nova: true
keystone_service_internaluri_insecure: false
tempest_public_net_physical_type: 'datacentre'
tempest_private_net_provider_type: 'geneve'
tempest_public_subnet_cidr: '{{ tempest_cidr }}'
tempest_public_subnet_gateway_ip: '{{ tempest_cidr|nthhost(1) }}'
tempest_public_subnet_allocation_pools: '{{ tempest_cidr|nthhost(100) ~ "-" ~ tempest_cidr|nthhost(120) }}'