diff --git a/autogenerate_config_docs/autohelp-wrapper b/autogenerate_config_docs/autohelp-wrapper index 78e70726..7914ca1d 100755 --- a/autogenerate_config_docs/autohelp-wrapper +++ b/autogenerate_config_docs/autohelp-wrapper @@ -170,8 +170,9 @@ if [ "$FAST" -eq 0 ] ; then get_project $project ( - cd $SOURCESDIR/$project - find $project -name "*.pyc" -delete + pushd $SOURCESDIR/$project + module=$(echo $project | tr - _ ) + find $module -name "*.pyc" -delete GIT_CMD="git show-ref --verify --quiet refs/heads/$BRANCH" if $GIT_CMD; then git checkout $BRANCH @@ -180,6 +181,7 @@ if [ "$FAST" -eq 0 ] ; then fi pip install -rrequirements.txt -rtest-requirements.txt python setup.py install + popd if [ -e extra_repos/$project-$RELEASE.txt ]; then while read extra; do diff --git a/autogenerate_config_docs/autohelp.ignore b/autogenerate_config_docs/autohelp.ignore index c6b74503..18ff2aee 100644 --- a/autogenerate_config_docs/autohelp.ignore +++ b/autogenerate_config_docs/autohelp.ignore @@ -6,16 +6,6 @@ designate.api.v1.extensions.touch glance.contrib.plugins.artifacts_sample.setup glance.contrib.plugins.image_artifact.setup manila.db.migrations.alembic.env -neutron.plugins.ml2.drivers.cisco.nexus.type_nexus_vxlan -networking_cisco.plugins.ml2.drivers.cisco.n1kv.exceptions -networking_cisco.plugins.ml2.drivers.cisco.n1kv.mech_cisco_n1kv -networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_client -networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_db -networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_ext_driver -networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_models -networking_cisco.plugins.ml2.drivers.cisco.n1kv.n1kv_sync -networking_cisco.plugins.ml2.drivers.cisco.n1kv.network_profile_service -networking_cisco.plugins.ml2.drivers.cisco.n1kv.policy_profile_service trove.guestagent.datastore.experimental.postgresql.manager trove.guestagent.datastore.experimental.postgresql.service.database trove.guestagent.datastore.experimental.postgresql.service.root diff --git a/autogenerate_config_docs/extra_repos/neutron-master.txt b/autogenerate_config_docs/extra_repos/neutron-master.txt index ef5d0436..38a2ceb4 100644 --- a/autogenerate_config_docs/extra_repos/neutron-master.txt +++ b/autogenerate_config_docs/extra_repos/neutron-master.txt @@ -1,33 +1,3 @@ -dragonflow -kuryr neutron-fwaas neutron-lbaas neutron-vpnaas -networking-6wind -networking-ale-omniswitch -networking-arista -networking-bagpipe -networking-bgpvpn -networking-brocade -networking-calico -networking-cisco -networking-edge-vpn -networking-fujitsu -networking-hyperv -networking-infoblox -networking-l2gw -networking-midonet -networking-mlnx -networking-nec -networking-odl -networking-ofagent -networking-onos -networking-ovn -networking-ovs-dpdk -networking-plumgrid -networking-powervm -networking-sfc -networking-vsphere -networking-zvm -octavia -vmware-nsx diff --git a/autogenerate_config_docs/requirements/neutron-master.txt b/autogenerate_config_docs/requirements/neutron-master.txt deleted file mode 100644 index bff8ca43..00000000 --- a/autogenerate_config_docs/requirements/neutron-master.txt +++ /dev/null @@ -1,60 +0,0 @@ -ryu - -# lbaas -kemptech-openstack-lbaas >= 1.0.2 -a10-neutron-lbaas -neutron_radware_lbaas -neutron_radware_lbaas_v2 - -# for vmware --e git+https://git.openstack.org/openstack/nova.git#egg=nova - -# for a bunch of plugins --e git+https://git.openstack.org/openstack/neutron.git@master#egg=neutron --e git+https://git.openstack.org/openstack/neutron-fwaas.git@master#egg=neutron-fwaas --e git+https://git.openstack.org/openstack/neutron-lbaas.git@master#egg=neutron-lbaas --e git+https://git.openstack.org/openstack/neutron-vpnaas.git@master#egg=neutron-vpnaas - -# for cisco --e git+https://github.com/noironetworks/apicapi.git@master#egg=apicapi -pika -# for dragonflow -etcd -# for midonet --e git+https://github.com/midonet/python-midonetclient.git@master#egg=midonetclient -# for neutron --e git+https://github.com/nuagenetworks/nuage-openstack-neutron.git@master#egg=nuage -# for powervm --e git+https://github.com/pypowervm/pypowervm.git@master#egg=pypowervm -# for octavia -pyroute2 - --e git+https://git.openstack.org/openstack/networking-6wind.git#egg=networking-6wind --e git+https://git.openstack.org/openstack/networking-ale-omniswitch.git#egg=networking-ale-omniswitch --e git+https://git.openstack.org/openstack/networking-arista.git#egg=networking-arista --e git+https://git.openstack.org/openstack/networking-bagpipe.git#egg=networking-bagpipe -#-e git+https://git.openstack.org/openstack/networking-bgpvpn.git#egg=networking-bgpvpn --e git+https://git.openstack.org/openstack/networking-brocade.git#egg=networking-brocade --e git+https://git.openstack.org/openstack/networking-calico.git#egg=networking-calico --e git+https://git.openstack.org/openstack/networking-cisco.git#egg=networking-cisco --e git+https://git.openstack.org/openstack/networking-edge-vpn.git#egg=networking-edge-vpn --e git+https://git.openstack.org/openstack/networking-fujitsu.git#egg=networking-fujitsu --e git+https://git.openstack.org/openstack/networking-hyperv.git#egg=networking-hyperv --e git+https://git.openstack.org/openstack/networking-infoblox.git#egg=networking-infoblox --e git+https://git.openstack.org/openstack/networking-l2gw.git#egg=networking-l2gw -#-e git+https://git.openstack.org/openstack/networking-lenovo.git#egg=networking-lenovo --e git+https://git.openstack.org/openstack/networking-midonet.git#egg=networking-midonet --e git+https://git.openstack.org/openstack/networking-mlnx.git#egg=networking-mlnx --e git+https://git.openstack.org/openstack/networking-nec.git#egg=networking-nec --e git+https://git.openstack.org/openstack/networking-odl.git#egg=networking-odl --e git+https://git.openstack.org/openstack/networking-ofagent.git#egg=networking-ofagent --e git+https://git.openstack.org/openstack/networking-onos.git#egg=networking-onos --e git+https://git.openstack.org/openstack/networking-ovn.git#egg=networking-ovn --e git+https://git.openstack.org/openstack/networking-ovs-dpdk.git#egg=networking-ovs-dpdk --e git+https://git.openstack.org/openstack/networking-plumgrid.git#egg=networking-plumgrid --e git+https://git.openstack.org/openstack/networking-powervm.git#egg=networking-powervm --e git+https://git.openstack.org/openstack/networking-sfc.git#egg=networking-sfc --e git+https://git.openstack.org/openstack/networking-vsphere.git#egg=networking-vsphere --e git+https://git.openstack.org/openstack/networking-zvm.git#egg=networking-zvm --e git+https://git.openstack.org/openstack/octavia.git#egg=octavia --e git+https://git.openstack.org/openstack/vmware-nsx.git#egg=vmware-nsx