14 lines
428 B
YAML
14 lines
428 B
YAML
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 }
|