diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-12-01 22:46:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-12-01 22:46:44 +0000 |
commit | a3a6b30d1093113db6b909f833570e1574e8b454 (patch) | |
tree | 4dbf720ce040ea0b3816e65e052c26e021ad2be4 /deprecated/swift-source.yaml | |
parent | fdc2359e4515dfa50048b3b6cd4896ef4744cc5f (diff) | |
parent | fba215a69da02a97f5132671c43a2cc6a5a2c2d1 (diff) |
Merge "Drop deprecated templates/Makefile/merge.py"
Diffstat (limited to 'deprecated/swift-source.yaml')
-rw-r--r-- | deprecated/swift-source.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/deprecated/swift-source.yaml b/deprecated/swift-source.yaml deleted file mode 100644 index e6fd951e..00000000 --- a/deprecated/swift-source.yaml +++ /dev/null @@ -1,15 +0,0 @@ -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 } |