Merge "Fix the swift-rings container suffix"

This commit is contained in:
Zuul 2020-04-23 17:02:34 +00:00 committed by Gerrit Code Review
commit 0b9c6839ad
2 changed files with 4 additions and 4 deletions

View File

@ -59,14 +59,14 @@
- name: Get backup tempurl for GET
tripleo_swift_tempurl:
container: "{{container + 'swift-rings' }}"
container: "{{container + '-swift-rings' }}"
object: "swift-rings.tar.gz"
method: GET
register: backup_get_tempurl
- name: Get backup tempurl for POST
tripleo_swift_tempurl:
container: "{{container + 'swift-rings' }}"
container: "{{container + '-swift-rings' }}"
object: "swift-rings.tar.gz"
method: PUT
register: backup_put_tempurl

View File

@ -74,14 +74,14 @@
- name: Get backup tempurl for GET
tripleo_swift_tempurl:
container: "{{container + 'swift-rings' }}"
container: "{{container + '-swift-rings' }}"
object: "swift-rings.tar.gz"
method: GET
register: backup_get_tempurl
- name: Get backup tempurl for POST
tripleo_swift_tempurl:
container: "{{container + 'swift-rings' }}"
container: "{{container + '-swift-rings' }}"
object: "swift-rings.tar.gz"
method: PUT
register: backup_put_tempurl