summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2018-03-12 07:52:33 +0530
committerrabi <ramishra@redhat.com>2018-08-29 18:32:03 +0530
commitbd2bfaa514cfc6769b74bd0c213c58bcc1eef6ea (patch)
tree0d68079bbefb6860678c1840f10fe255adb527d9 /releasenotes
parent38e03316b12201e20dca1ed3307853babd6acb8f (diff)
downloadpython-heatclient-bd2bfaa514cfc6769b74bd0c213c58bcc1eef6ea.tar.gz
Add files-container option for stack create and update
If files-container option is specified: - All template/env files would be fetched by the heat engine relative to the files_container and no local files other than the root template would be sent to server. - Relative path of environment files would be sent in the environment_files list. Also adds the option to template validate. Change-Id: I1a703ab8798a003365be650886bb78be5af472b7 Story: #1755453 Task: 19319
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-files-container-stack-create-update-324b931f8f474b3d.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/add-files-container-stack-create-update-324b931f8f474b3d.yaml b/releasenotes/notes/add-files-container-stack-create-update-324b931f8f474b3d.yaml
new file mode 100644
index 0000000..6d19428
--- /dev/null
+++ b/releasenotes/notes/add-files-container-stack-create-update-324b931f8f474b3d.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Adds ``files-container`` option for stack create, update and
+ template validate with openstackclient. If specified, no local
+ files other than root template would be sent to heat engine.
+ Heat engine would try and download the all other files relative
+ to the ``files-container``, else raise an error.