Merge "Add missing hook support for environment-create"

This commit is contained in:
Zuul 2021-10-21 14:21:32 +00:00 committed by Gerrit Code Review
commit 686ec8cea3
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 =