Add missing hook support for environment-create

Change-Id: I914c22c6338421bcd0f37277253fe42572300612
This commit is contained in:
Pierre Riteau 2021-10-19 15:06:10 +02:00
parent 7c9dbf4117
commit bdba7a923e
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
fixes:
- |
Adds missing hook support for the ``kayobe environment create`` command.

View File

@ -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 =