3ca2b1a861ce13a0549f66a0f764465ea4f457b1
[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           enable_tunnelling: {Ref: NeutronEnableTunnelling}
16           tenant_network_type: {Ref: NeutronNetworkType}
17           ovs:
18             local_ip: { get_input: neutron_local_ip }