Add missing hook support for environment-create
Change-Id: I914c22c6338421bcd0f37277253fe42572300612
This commit is contained in:
parent
7c9dbf4117
commit
bdba7a923e
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Adds missing hook support for the ``kayobe environment create`` command.
|
@ -122,6 +122,8 @@ kayobe.cli.control_host_upgrade =
|
|||||||
hooks = kayobe.cli.commands:HookDispatcher
|
hooks = kayobe.cli.commands:HookDispatcher
|
||||||
kayobe.cli.configuration_dump =
|
kayobe.cli.configuration_dump =
|
||||||
hooks = kayobe.cli.commands:HookDispatcher
|
hooks = kayobe.cli.commands:HookDispatcher
|
||||||
|
kayobe.cli.environment_create =
|
||||||
|
hooks = kayobe.cli.commands:HookDispatcher
|
||||||
kayobe.cli.kolla_ansible_run =
|
kayobe.cli.kolla_ansible_run =
|
||||||
hooks = kayobe.cli.commands:HookDispatcher
|
hooks = kayobe.cli.commands:HookDispatcher
|
||||||
kayobe.cli.network_connectivity_check =
|
kayobe.cli.network_connectivity_check =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user