From 28d5d566f95dfade66d7c48c4b9565842c4571ad Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 21 Sep 2015 13:46:02 -0400 Subject: neutron: enable nova-event-callback by default * Add NovaApiVirtualIP string parameter. * Compute nova_url and nova_admin_auth_url parameters. * Configure in Hiera neutron::server::notifications::* parameters. * non-ha: include ::neutron::server::notifications * ha: include ::neutron::server::notifications and create orchestration * Set vif_plugging_is_fatal to True so we actually fail if Neutron is not able to create the VIF during Nova server creation workflow. Depends-On: I21dc10396e92906eab4651c318aa2ee62a8e03c7 Change-Id: I02e41f87404e0030d488476680af2f6d45af94ff --- os-apply-config/controller.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'os-apply-config/controller.yaml') diff --git a/os-apply-config/controller.yaml b/os-apply-config/controller.yaml index f84bf5b3..bf32f250 100644 --- a/os-apply-config/controller.yaml +++ b/os-apply-config/controller.yaml @@ -554,6 +554,9 @@ parameters: NeutronApiVirtualIP: type: string default: '' + NovaApiVirtualIP: + type: string + default: '' ServiceNetMap: default: {} description: Mapping of service_name -> network name. Typically set -- cgit 1.2.3-korg