aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-14 01:00:37 +0000
committerGerrit Code Review <review@openstack.org>2017-06-14 01:00:37 +0000
commit322888dc08bc8b781f527049c5bcc665491973d1 (patch)
tree1a508a005a6c298a7022d0804fdacb08d5ee0625 /releasenotes
parentc54c7d5caddcbf36db31a4d478f293a86faf0154 (diff)
parent410e05ba63cad12d99f33717d116213a38413740 (diff)
Merge "Fix Swift ring management in container deployments"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/swift-container-ring-mgmt-ecf65b9fbae0d297.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/swift-container-ring-mgmt-ecf65b9fbae0d297.yaml b/releasenotes/notes/swift-container-ring-mgmt-ecf65b9fbae0d297.yaml
new file mode 100644
index 0000000..dff2bb0
--- /dev/null
+++ b/releasenotes/notes/swift-container-ring-mgmt-ecf65b9fbae0d297.yaml
@@ -0,0 +1,8 @@
+---
+fixes:
+ - |
+ Fixes the step conditions in the Swift ring building process and
+ also chains the tarball creation to the rebalance. Adds an option to
+ disable the recon check before uploading modified rings. These fixes
+ are required to properly manage rings when used in containerized
+ environments.