067049594a
This patch consists of two parts. A new Mistral action has been added to create signed temporary URLs. The method to generate temporary URLs isnt' exposed by python-swiftclient, therefore adding that method using it's own action. It also sets the required metadata with a random key if not yet existing. The deployment workbook has been updated to create two temporary URLs (one PUT, one GET) that can be used during the deployment for up- and downloading Swift rings to the undercloud node. Related-Bug: 1609421 Change-Id: Ic3da38cffdd993c768bdb137c17d625dff1aa372
7 lines
291 B
YAML
7 lines
291 B
YAML
---
|
|
features:
|
|
- A new Mistral action has been added to create signed temporary URLs. It
|
|
also sets the required metadata with a random key if not yet existing.
|
|
This can be used on overcloud nodes to pull and push objects, for example
|
|
to distribute Swift rings across all nodes.
|