aboutsummaryrefslogtreecommitdiffstats
path: root/swift-source.yaml
blob: e6fd951e39b065bb9ec0e9bc3ec613c7ac53927e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
resources:
  SwiftConfig:
    type: OS::Heat::StructuredConfig
    properties:
      group: os-apply-config
      config:
        swift:
          devices: { get_input: swift_devices }
          hash: { get_input: swift_hash_suffix }
          mount-check: { get_input: swift_mount_check }
          part-power: { get_input: swift_part_power }
          proxy-memcache: { get_input: swift_proxy_memcache }
          replicas: {get_input: swift_replicas }
          min-part-hours: {get_input: swift_min_part_hours }
          service-password: { get_input: swift_password }