summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-02-21 07:54:54 +0000
committerGerrit Code Review <review@openstack.org>2020-02-21 07:54:54 +0000
commit6b071d397e9ba8ff81962f5709f3d14d6408dd2f (patch)
treeeec9367fa3da8d0add066965c7150f0c662a3567 /releasenotes
parent866e90374ec08727161a5e00b409804a7c2e945f (diff)
parentbd2bfaa514cfc6769b74bd0c213c58bcc1eef6ea (diff)
downloadpython-heatclient-6b071d397e9ba8ff81962f5709f3d14d6408dd2f.tar.gz
Merge "Add files-container option for stack create and update"
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.