
These config options are supposed to be under neutron.ovs (see template for neutron openvswitch agent). They were mistakenly moved to be just under neutron when the migration to SoftwareConfig was done. Change-Id: I5769dc1dc501d48c965f8e4e36238cfcaac64a17
19 lines
633 B
YAML
19 lines
633 B
YAML
resources:
|
|
SwiftConfig:
|
|
type: OS::Heat::StructuredConfig
|
|
properties:
|
|
group: os-apply-config
|
|
config:
|
|
swift:
|
|
devices: { get_input: swift_devices }
|
|
hash: { get_input: swift_hash_suffix }
|
|
part-power: 10
|
|
proxy-memcache: { get_input: swift_proxy_memcache }
|
|
replicas: 1
|
|
service-password: { get_input: swift_password }
|
|
neutron:
|
|
ovs:
|
|
local_ip: { get_input: neutron_local_ip }
|
|
enable_tunnelling: { get_input: neutron_enable_tunnelling}
|
|
tenant_network_type: { get_input: neutron_tenant_network_type}
|