Merge "ObjectStore: Exec puppet after all configuration"
[apex-tripleo-heat-templates.git] / deprecated / 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           mount-check: { get_input: swift_mount_check }
11           part-power: { get_input: swift_part_power }
12           proxy-memcache: { get_input: swift_proxy_memcache }
13           replicas: {get_input: swift_replicas }
14           min-part-hours: {get_input: swift_min_part_hours }
15           service-password: { get_input: swift_password }