Merge "Make BlockStorage deployment dependent on controller0AllNodes"
[apex-tripleo-heat-templates.git] / swift-source.yaml
1 resources:
2   SwiftConfig:
3     type: OS::Heat::StructuredConfig
4     properties:
5       group: os-apply-config
6       config:
7         swift:
8           devices: { get_input: swift_devices }
9           hash: { get_input: swift_hash_suffix }
10           part-power: 10
11           proxy-memcache: { get_input: swift_proxy_memcache }
12           replicas: 1
13           service-password: { get_input: swift_password }
14         neutron:
15           ovs:
16             local_ip: { get_input: neutron_local_ip }
17             enable_tunnelling: { get_input: neutron_enable_tunnelling}
18             tenant_network_type: { get_input: neutron_tenant_network_type}