diff options
author | 2015-02-24 21:12:50 +0000 | |
---|---|---|
committer | 2015-02-24 21:12:50 +0000 | |
commit | 7261951737022d794298bea7f561e4efab1e5f66 (patch) | |
tree | 20cbd8abd6aa3de275dc2b6301144400e6b48169 /deprecated/swift-source.yaml | |
parent | 62ab434139c4576afe84b7b0b08374261fc79563 (diff) | |
parent | c82b6cec10e1b411774d2f4d5d51565ba7c3550c (diff) |
Merge "Deprecate the old mergepy overcloud templates"
Diffstat (limited to 'deprecated/swift-source.yaml')
-rw-r--r-- | deprecated/swift-source.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/deprecated/swift-source.yaml b/deprecated/swift-source.yaml new file mode 100644 index 00000000..e6fd951e --- /dev/null +++ b/deprecated/swift-source.yaml @@ -0,0 +1,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 } |