diff options
Diffstat (limited to 'mcp/reclass/classes/system/nova/compute/notification')
-rw-r--r-- | mcp/reclass/classes/system/nova/compute/notification/messagingv2.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mcp/reclass/classes/system/nova/compute/notification/messagingv2.yml b/mcp/reclass/classes/system/nova/compute/notification/messagingv2.yml new file mode 100644 index 000000000..59ec94dcd --- /dev/null +++ b/mcp/reclass/classes/system/nova/compute/notification/messagingv2.yml @@ -0,0 +1,8 @@ +parameters: + nova: + compute: + notification: + driver: messagingv2 + topics: "${_param:openstack_notification_topics}" + notify_on: + state_change: vm_and_task_state |