diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-06-26 23:58:58 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-06-26 23:58:58 +0000 |
commit | 5dc466725ba47b4d78e2b5869d4df470f262a281 (patch) | |
tree | 0fce01d44f18a34eab9d52f95935aedbc0883aca /releasenotes | |
parent | eda12ae632d0d2756b51868858a87f5452aab85f (diff) | |
parent | c47ca9c3a117bf3d32bdd9356020413e4b908dc0 (diff) |
Merge "Add DeploymentSwiftDataMap parameter"
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/add-deploymentswiftdatamap-parameter-351ee63800016e4d.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/add-deploymentswiftdatamap-parameter-351ee63800016e4d.yaml b/releasenotes/notes/add-deploymentswiftdatamap-parameter-351ee63800016e4d.yaml new file mode 100644 index 00000000..67a55cd8 --- /dev/null +++ b/releasenotes/notes/add-deploymentswiftdatamap-parameter-351ee63800016e4d.yaml @@ -0,0 +1,6 @@ +--- +features: + - Added new DeploymentSwiftDataMap parameter, which is used to set the + deployment_swift_data property on the Server resoures. The parameter is a + map where the keys are the Heat assigned hostnames, and the value is a map + of the container/object name in Swift. |