From 9d49401bdc08119dfbbeb1b50eea65e5a3f02e99 Mon Sep 17 00:00:00 2001 From: Eamonn O'Toole Date: Tue, 8 Apr 2014 17:05:34 +0100 Subject: Adding Swift proxy-server memcache metadata Swift proxy-servers use memcache to store and share metadata. This change adds swift.proxy-memcache metadata to the swift-source and swift-storage-source yaml templates modelled on the existing swift.devices metadata. This metadata will be consumed by the swift-proxy/os-config-applier/etc/swift/proxy-server.conf element if the metadata exists. Change-Id: If0b5724f69e7ec1c98e4dbdbeb9f08c4a18151b6 --- swift-source.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'swift-source.yaml') diff --git a/swift-source.yaml b/swift-source.yaml index 1a17b770..90a956bf 100644 --- a/swift-source.yaml +++ b/swift-source.yaml @@ -7,6 +7,7 @@ Resources: devices: { get_input: swift_devices } hash: { get_input: swift_hash_suffix } part-power: 10 + proxy-memcache: { get_input: swift_proxy_memcache } replicas: 1 service-password: { get_input: swift_password } neutron: -- cgit 1.2.3-korg