Correct value of $public_bridge_name
This patch corrects value of $public_ovs_bridge_name in provision_tempest.pp template. $public_ovs_bridge_name should be set to CONFIG_NEUTRON_L3_EXT_BRIDGE. It was set to CONFIG_PROVISION_DEMO_FLOATRANGE which is typo and doesn't work if CONFIG_PROVISION_DEMO_FLOATRANGE is defined. Change-Id: Ief924e9cd57cb142f5e08e1992c113a2cf7eb203 Closes-bug: #1458443
This commit is contained in:
@@ -34,7 +34,7 @@ if $provision_tempest_user != '' {
|
||||
$fixed_range = '10.0.0.0/24'
|
||||
$router_name = 'router1'
|
||||
$setup_ovs_bridge = hiera('CONFIG_PROVISION_ALL_IN_ONE_OVS_BRIDGE')
|
||||
$public_bridge_name = hiera('CONFIG_PROVISION_DEMO_FLOATRANGE')
|
||||
$public_bridge_name = hiera('CONFIG_NEUTRON_L3_EXT_BRIDGE')
|
||||
|
||||
## Tempest
|
||||
$configure_tempest = hiera('CONFIG_PROVISION_TEMPEST')
|
||||
|
||||
Reference in New Issue
Block a user