Add release notes for the wait flag
Doc was updated too Change-Id: I94c06df504329ec801308a3b3bc5075ccee4b8c3
This commit is contained in:
@@ -958,6 +958,8 @@ template add
|
|||||||
|
|
||||||
Valid types are: standard, definition and equivalence
|
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 |
|
| UUID | Name | Status | Status details | Date | Type |
|
||||||
+--------------------------------------+-----------------------------------------+---------+---------------------------+----------------------------+----------+
|
+--------------------------------------+-----------------------------------------+---------+---------------------------+----------------------------+----------+
|
||||||
@@ -973,8 +975,11 @@ template delete
|
|||||||
For deleting multiple templates:
|
For deleting multiple templates:
|
||||||
vitrage template delete ae3c0752-1df9-408c-89d5-8b32b86f403f f254edb0-53cb-4552-969b-bdad24a14a03
|
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
|
Note: You can use template name instead of id
|
||||||
|
|
||||||
|
|
||||||
Templates with parameters
|
Templates with parameters
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
::
|
::
|
||||||
|
@@ -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.
|
Reference in New Issue
Block a user