90a956bf97b4bda2c254ffc10684fbc739e7a7db
[apex-tripleo-heat-templates.git] / swift-source.yaml
1 Resources:
2   SwiftConfig:
3     Type: OS::Heat::StructuredConfig
4     Properties:
5       config:
6         swift:
7           devices: { get_input: swift_devices }
8           hash: { get_input: swift_hash_suffix }
9           part-power: 10
10           proxy-memcache: { get_input: swift_proxy_memcache }
11           replicas: 1
12           service-password: { get_input: swift_password }
13         neutron:
14           enable_tunnelling: {Ref: NeutronEnableTunnelling}
15           tenant_network_type: {Ref: NeutronNetworkType}
16           ovs:
17             local_ip: { get_input: neutron_local_ip }