diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-23 15:43:21 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-23 15:43:21 +0000 |
commit | 547eb9e860a61268b4ab0a16bac167b4ace87f89 (patch) | |
tree | 3eb100668126358b6169aafa70e79a0483eeaf00 /releasenotes | |
parent | c510b10d44f2c73b227d6cc5e29aac90372ecbdf (diff) | |
parent | 1edfb6fec2346cb5be310a7e601666d42a51d0e8 (diff) |
Merge "Add missing releasenotes for Swift ring management"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/swift-ring-keeper-c04b440d7d5ce13f.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/swift-ring-keeper-c04b440d7d5ce13f.yaml b/releasenotes/notes/swift-ring-keeper-c04b440d7d5ce13f.yaml new file mode 100644 index 00000000..e9974a20 --- /dev/null +++ b/releasenotes/notes/swift-ring-keeper-c04b440d7d5ce13f.yaml @@ -0,0 +1,9 @@ +--- +fixes: + - | + Swift rings created or updated on the overcloud nodes will now be + stored on the undercloud at the end of each deployment. They will be + retrieved before any deployment update, and by doing this the Swift + rings will be in a consistent state across the cluster all the time. + This makes it possible to add, remove or replace nodes without + manual operator interaction. |