Merge "Add missing hook support for environment-create"
This commit is contained in:
commit
686ec8cea3
@ -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
|
||||
kayobe.cli.configuration_dump =
|
||||
hooks = kayobe.cli.commands:HookDispatcher
|
||||
kayobe.cli.environment_create =
|
||||
hooks = kayobe.cli.commands:HookDispatcher
|
||||
kayobe.cli.kolla_ansible_run =
|
||||
hooks = kayobe.cli.commands:HookDispatcher
|
||||
kayobe.cli.network_connectivity_check =
|
||||
|
Loading…
x
Reference in New Issue
Block a user