aboutsummaryrefslogtreecommitdiffstats
path: root/swift-deploy.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-07 20:50:59 +0000
committerGerrit Code Review <review@openstack.org>2014-10-07 20:50:59 +0000
commita35679f539614846f43dbb0b5a3c57dc7e0f34ee (patch)
tree7844912bb2c3984d8c6b7682852b34153d1079c4 /swift-deploy.yaml
parent7d703cb7e79d9f7326c9c66c15c2fd0dd3735687 (diff)
parent24a45cb0defe997b32e8379ae9d6d313547ed9e5 (diff)
Merge "Add SwiftMinPartHours parameter"
Diffstat (limited to 'swift-deploy.yaml')
-rw-r--r--swift-deploy.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/swift-deploy.yaml b/swift-deploy.yaml
index a7486490..803861ee 100644
--- a/swift-deploy.yaml
+++ b/swift-deploy.yaml
@@ -18,6 +18,10 @@ parameters:
type: number
default: 1
description: How many replicas to use in the swift rings.
+ SwiftMinPartHours:
+ type: number
+ default: 1
+ description: The minimum time (in hours) before a partition in a ring can be moved following a rebalance.
resources:
controller0Swift:
type: OS::Heat::StructuredDeployment
@@ -57,3 +61,4 @@ resources:
- - {get_attr: [controller0, networks, ctlplane, 0]}
- ':11211'
swift_replicas: { get_param: SwiftReplicas}
+ swift_min_part_hours: { get_param: SwiftMinPartHours}