diff options
author | Carlos Goncalves <mail@cgoncalves.pt> | 2017-09-26 16:01:40 +0200 |
---|---|---|
committer | Carlos Goncalves <mail@cgoncalves.pt> | 2017-09-26 20:27:42 +0200 |
commit | 3ad85e5753dd4b0bf621f5d92f45725d18070e54 (patch) | |
tree | 64ca78039ae416c591defaf1a8bc0a66d7b22e84 /build/opnfv-environment.yaml | |
parent | 91a5fa414d46b5b2215bf823166babd034e92503 (diff) |
Fix Neutron data_plane_status extension path
This way is easier to patch than patching file
neutron.egg-info/entry_points.txt, plus this feature is backported
to Ocata so it's temporary and only applicable for Euphrates.
From Pike we can move it back to 'data_plane_status' as it was before.
Change-Id: I1c2ebc55e782463793e7a8e463cc17fdf899457a
Signed-off-by: Carlos Goncalves <mail@cgoncalves.pt>
Diffstat (limited to 'build/opnfv-environment.yaml')
-rw-r--r-- | build/opnfv-environment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index 7da252ec..535fb94d 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -12,7 +12,8 @@ parameter_defaults: NeutronEnableDHCPMetadata: true NeutronEnableIsolatedMetadata: true # NeutronDhcpAgentsPerNetwork: 3 - NeutronPluginExtensions: 'qos,port_security,data_plane_status' + NeutronPluginExtensions: 'qos,port_security,neutron.plugins.ml2.extensions.\ + data_plane_status:DataPlaneStatusExtensionDriver' # TODO: VLAN Ranges should be configurable from network settings NeutronNetworkVLANRanges: 'datacentre:500:525' # NeutronVPPAgentPhysnets: |