diff options
author | Giulio Fidente <gfidente@redhat.com> | 2015-06-02 04:13:29 -0400 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2015-06-03 15:18:10 -0400 |
commit | 14cade765793d401e29f726e5609720ae121eaae (patch) | |
tree | 970bd0689f756ed0b0fe42c2a7c9ef4fc092a493 | |
parent | 3d1ee56831d373d4a28f7a4b107c4c0d4acc39bf (diff) |
Pass NeutronEnableTunnelling to controllers
We forgot to pass NeutronEnableTunnelling param to controllers
(passed only to computes), making it unusable.
Change-Id: I74756732deabd1c7ba9039832ea169fd322a569f
-rw-r--r-- | overcloud-without-mergepy.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud-without-mergepy.yaml b/overcloud-without-mergepy.yaml index 7c2c3a21..3094da79 100644 --- a/overcloud-without-mergepy.yaml +++ b/overcloud-without-mergepy.yaml @@ -602,6 +602,7 @@ resources: NeutronPublicInterfaceIP: {get_param: NeutronPublicInterfaceIP} NeutronFlatNetworks: {get_param: NeutronFlatNetworks} NeutronBridgeMappings: {get_param: NeutronBridgeMappings} + NeutronEnableTunnelling: {get_param: NeutronEnableTunnelling} NeutronNetworkVLANRanges: {get_param: NeutronNetworkVLANRanges} NeutronPublicInterface: {get_param: NeutronPublicInterface} NeutronPublicInterfaceDefaultRoute: {get_param: NeutronPublicInterfaceDefaultRoute} |