Remove public_router_id from tempest configuration template
This parameter is usually not used and should not be provied in the template. TrivialFix Change-Id: I4faea2127b741e06e327dd3e65387678d0bb0527
This commit is contained in:
parent
d2b64b4473
commit
1be052390b
@ -49,7 +49,6 @@ http_image = {{ image_url }}
|
|||||||
|
|
||||||
[network]
|
[network]
|
||||||
region = {{ openstack_region_name }}
|
region = {{ openstack_region_name }}
|
||||||
public_router_id =
|
|
||||||
public_network_id = {{ tempest_public_network_id }}
|
public_network_id = {{ tempest_public_network_id }}
|
||||||
floating_network_name = {{ tempest_floating_network_name }}
|
floating_network_name = {{ tempest_floating_network_name }}
|
||||||
project_networks_reachable = false
|
project_networks_reachable = false
|
||||||
|
Loading…
Reference in New Issue
Block a user