diff options
author | Tim Rozet <trozet@redhat.com> | 2017-09-27 03:24:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-27 03:24:58 +0000 |
commit | 96977197df5ad0be9fea91ce17d332288fdbbf09 (patch) | |
tree | d0768a2a502aa7c16f8dddcd47ed3af9e06e47e6 /build | |
parent | 991531fc2b0f71705962c7cf1fe467e03bab4aa7 (diff) | |
parent | 27bb9f79199f6cfabb695a7c6edd11d80f354ac0 (diff) |
Merge "Fix Neutron data_plane_status extension path" into stable/euphrates
Diffstat (limited to 'build')
-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: |