Merge "Make size of loop device used by cinder LVM configurable"
[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           replicas: 1
11           service-password: { get_input: swift_password }
12         neutron:
13           enable_tunnelling: {Ref: NeutronEnableTunnelling}
14           tenant_network_type: {Ref: NeutronNetworkType}
15           ovs:
16             local_ip: { get_input: neutron_local_ip }