Set tempest_private_net_provider_type to geneve for os_tempest

In tripleo, due to ovn migration in tripleo, vxlan does not
work, we need to switch to geneve for private
network type provider.

Change-Id: Iec87c79b0ab503f38cdde744c440a551f3e3ec35
Closes-Bug: #1816552
This commit is contained in:
Chandan Kumar 2019-02-19 18:42:18 +05:30
parent da62d19416
commit 97f8b3ef86
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) }}'