autohelp: updated to include vmware-nsx options

This patch includes the vmware-nsx github repository and updates the neutron
hook to import the neutron NSX options.

Change-Id: I0afefd637f2b13332692c0e1a93a730b3bc11a72
This commit is contained in:
Gauvain Pocentek 2015-04-27 16:04:39 +02:00
parent b2b72bd32b
commit b3c45cd3b7
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ def neutron_misc():
import networking_l2gw.services.l2gateway.common.config as l2gw
import networking_vsphere.common.config
from oslo.config import cfg
import vmware_nsx.neutron.plugins.vmware.common.config # noqa
bsnstacklib.plugins.bigswitch.config.register_config()
networking_vsphere.common.config.register_options()

View File

@ -31,3 +31,4 @@ ryu
-e git+https://git.openstack.org/stackforge/networking-portforwarding.git#egg=networking-portforwarding
-e git+https://git.openstack.org/stackforge/networking-vsphere.git#egg=networking-vsphere
-e git+https://git.openstack.org/stackforge/neutron-powervm.git#egg=neutron-powervm
-e git+https://git.openstack.org/stackforge/vmware-nsx.git#egg=vmware-nsx