Andrew Bogott has submitted this change and it was merged. Change subject: Turn on the rpc_notifier. ......................................................................
Turn on the rpc_notifier. Designate-sink consumes notifications from this driver. Bug: T87280 Change-Id: I10ca28f9cf519391134e9e833219d64ed02518f2 --- M modules/openstack/templates/icehouse/nova/nova.conf.erb 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Andrew Bogott: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/openstack/templates/icehouse/nova/nova.conf.erb b/modules/openstack/templates/icehouse/nova/nova.conf.erb index 7a8a430..ea87c64 100644 --- a/modules/openstack/templates/icehouse/nova/nova.conf.erb +++ b/modules/openstack/templates/icehouse/nova/nova.conf.erb @@ -94,6 +94,9 @@ notification_driver=wikistatus notify_on_state_change=vm_state +# And we need this driver for designate +notification_driver = nova.openstack.common.notifier.rpc_notifier + wiki_host=<%= instance_status_wiki_host %> wiki_domain=<%= instance_status_wiki_domain %> wiki_page_prefix=<%= instance_status_wiki_page_prefix %> -- To view, visit https://gerrit.wikimedia.org/r/197326 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I10ca28f9cf519391134e9e833219d64ed02518f2 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Andrew Bogott <[email protected]> Gerrit-Reviewer: Andrew Bogott <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
