commit | 31c7d5c796fac2d3d67e893388166f7cf26c6a33 | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem.os@gmail.com> | Mon Jul 23 09:25:08 2018 -0400 |
committer | Matt Riedemann <mriedem.os@gmail.com> | Mon Jul 23 09:25:08 2018 -0400 |
tree | 397a060010e778a7d9b5f76dd6fbef4ce72092a0 | |
parent | 3b5477d6356a62d7d64a519a4b1ac99309d251c0 [diff] |
cinder: configure backup_swift_url in subnodes The tempest-multinode-full job is running the c-bak service on the subnode where swift isn't running, and because of the "is_enabled_service swift" check, cinder on the subnode wasn't getting configured to talk to swift so the c-bak service was down. Since chances are good that we're running swift, just configure cinder to always use it. Change-Id: I86b090967dadeeefc017ff0311beeea9441b6ba6 Closes-Bug: #1783128