diff options
author | Emilien Macchi <emilien@redhat.com> | 2015-09-21 13:46:02 -0400 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2015-11-17 12:09:28 -0500 |
commit | 28d5d566f95dfade66d7c48c4b9565842c4571ad (patch) | |
tree | 09797fdd304e7e3685baff3652cd5187bf452453 /os-apply-config/controller.yaml | |
parent | 2f2271a6a32d1b5b8f0008901b5163d65b0dc428 (diff) |
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
Diffstat (limited to 'os-apply-config/controller.yaml')
-rw-r--r-- | os-apply-config/controller.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |