Merge "Move config options under neutron.ovs"
This commit is contained in:
commit
9d06cc048d
@ -12,7 +12,7 @@ resources:
|
||||
replicas: 1
|
||||
service-password: { get_input: swift_password }
|
||||
neutron:
|
||||
enable_tunnelling: {get_param: NeutronEnableTunnelling}
|
||||
tenant_network_type: {get_param: NeutronNetworkType}
|
||||
ovs:
|
||||
local_ip: { get_input: neutron_local_ip }
|
||||
enable_tunnelling: { get_input: neutron_enable_tunnelling}
|
||||
tenant_network_type: { get_input: neutron_tenant_network_type}
|
||||
|
@ -44,6 +44,8 @@ resources:
|
||||
signal_transport: NO_SIGNAL
|
||||
input_values:
|
||||
neutron_local_ip: {get_attr: [SwiftStorage0, networks, ctlplane, 0]}
|
||||
neutron_tenant_network_type: {get_param: NeutronNetworkType}
|
||||
neutron_enable_tunneling: {get_param: NeutronEnableTunnelling}
|
||||
swift_hash_suffix: {get_param: SwiftHashSuffix}
|
||||
swift_password: {get_param: SwiftPassword}
|
||||
swift_devices:
|
||||
|
Loading…
x
Reference in New Issue
Block a user