From a7480472f7efb134108023c44276b52544efbd47 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Wed, 13 Aug 2014 12:02:52 +1200 Subject: Make Swift replica count configurable. Using 1 is thoroughly non-HA :) This is the HOT version of this patch. Change-Id: Ic96bcdc03dacb9650520bd9ac1ce3805c6dac2fa implements: blueprint tripleo-icehouse-ha-production-configuration --- swift-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swift-source.yaml') diff --git a/swift-source.yaml b/swift-source.yaml index 9c7b04f5..1a5a04f4 100644 --- a/swift-source.yaml +++ b/swift-source.yaml @@ -9,7 +9,7 @@ resources: hash: { get_input: swift_hash_suffix } part-power: 10 proxy-memcache: { get_input: swift_proxy_memcache } - replicas: 1 + replicas: {get_input: swift_replicas } service-password: { get_input: swift_password } neutron: ovs: -- cgit 1.2.3-korg