diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-11-17 20:13:41 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-11-17 20:13:41 +0000 |
commit | 6604208fa88956c667f60c0e54663de5908d4edc (patch) | |
tree | 0cb31feaec5399682b64a418047e99e299e11601 /os-apply-config | |
parent | cde9207a0da4968cb731937f5e7012a1d646bb00 (diff) | |
parent | 28d5d566f95dfade66d7c48c4b9565842c4571ad (diff) |
Merge "neutron: enable nova-event-callback by default"
Diffstat (limited to 'os-apply-config')
-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 |