From b3c45cd3b7dd95ed1cba40bc2afee3c1f95720d1 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 27 Apr 2015 16:04:39 +0200 Subject: [PATCH] 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 --- autogenerate_config_docs/hooks.py | 1 + autogenerate_config_docs/requirements/neutron.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/autogenerate_config_docs/hooks.py b/autogenerate_config_docs/hooks.py index 79437b39..570fea28 100644 --- a/autogenerate_config_docs/hooks.py +++ b/autogenerate_config_docs/hooks.py @@ -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() diff --git a/autogenerate_config_docs/requirements/neutron.txt b/autogenerate_config_docs/requirements/neutron.txt index 217910c6..0941e007 100644 --- a/autogenerate_config_docs/requirements/neutron.txt +++ b/autogenerate_config_docs/requirements/neutron.txt @@ -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