此内容没有您所选择的语言版本。
10.19. heat hook-clear
usage: heat hook-clear [--pre-create] [--pre-update] [--pre-delete] <NAME or ID> <RESOURCE> [<RESOURCE> ...]
Clear hooks on a given stack.
Positional arguments
- <NAME or ID>
Name or ID of the stack these resources belong to.
- <RESOURCE>
Resource names with hooks to clear. Resources in nested stacks
can be set using slash as a separator:
nested_stack/another/my_resource. You can use wildcards to
match multiple stacks or resources:
nested_stack/an*/*_resource
Optional arguments
- --pre-create
Clear the pre-create hooks (optional)
- --pre-update
Clear the pre-update hooks (optional)
- --pre-delete
Clear the pre-delete hooks (optional)