From 1f17e5daf688fdffc92ef3e81ebcb0f8d3f83d49 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 21 Feb 2016 11:25:04 +0100 Subject: [PATCH] [autohelp] Remove oslo.incubator installation It is not needed anymore, and is causing setup problems. Change-Id: Ie0ea8adcb621f1ff873243fa6b23aab3679f148e --- autogenerate_config_docs/autohelp-wrapper | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/autogenerate_config_docs/autohelp-wrapper b/autogenerate_config_docs/autohelp-wrapper index 5a2d019..a9247d5 100755 --- a/autogenerate_config_docs/autohelp-wrapper +++ b/autogenerate_config_docs/autohelp-wrapper @@ -24,7 +24,7 @@ GITBASE=git://git.openstack.org/openstack GITPROJ=git://git.openstack.org/openstack PROJECTS="aodh ceilometer cinder glance heat ironic keystone manila \ neutron nova sahara swift trove" -MANUALS_PROJECTS="openstack-manuals oslo-incubator" +MANUALS_PROJECTS="openstack-manuals" BRANCH=master FAST=0 @@ -97,7 +97,6 @@ get_project() { } setup_tools() { - (cd $SOURCESDIR/oslo-incubator && python setup.py install) pip install -rrequirements.txt } @@ -158,7 +157,6 @@ fi RELEASE=$(echo $BRANCH | sed 's,^stable.,,') if [ "$FAST" -eq 0 ] ; then - get_project oslo-incubator get_project openstack-manuals for project in $PROJECTS; do