Merge "Add release notes for the wait flag"

This commit is contained in:
Zuul 2019-06-11 09:24:27 +00:00 committed by Gerrit Code Review
commit 21654607d6
2 changed files with 9 additions and 0 deletions

View File

@ -958,6 +958,8 @@ template add
Valid types are: standard, definition and equivalence
You can add --wait [SECONDS] which will block until template completes loading
+--------------------------------------+-----------------------------------------+---------+---------------------------+----------------------------+----------+
| UUID | Name | Status | Status details | Date | Type |
+--------------------------------------+-----------------------------------------+---------+---------------------------+----------------------------+----------+
@ -973,8 +975,11 @@ template delete
For deleting multiple templates:
vitrage template delete ae3c0752-1df9-408c-89d5-8b32b86f403f f254edb0-53cb-4552-969b-bdad24a14a03
You can add --wait [SECONDS] which will block until template is deleted
Note: You can use template name instead of id
Templates with parameters
^^^^^^^^^^^^^^^^^^^^^^^^^
::

View File

@ -0,0 +1,4 @@
---
features:
- New CLI flag ``--wait`` was added to template add and delete
which will wait until template finish loading or deleting.