Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

2.374. openstack stack hook clear

usage: openstack stack hook clear [-h] [--pre-create] [--pre-update]
                                  [--pre-delete]
                                  <stack> <resource> [<resource> ...]
Clear resource hooks on a given stack.

Positional arguments

<stack>


        Stack to display (name or ID)

<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

-h, --help


        show this help message and exit

--pre-create


        Clear the pre-create hooks

--pre-update


        Clear the pre-update hooks

--pre-delete


        Clear the pre-delete hooks