Skip to content
Snippets Groups Projects
Commit 686ec8ce authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Add missing hook support for environment-create"

parents 7b8a8fdb bdba7a92
No related branches found
No related tags found
No related merge requests found
---
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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment