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