[autohelp] Remove oslo.incubator installation
It is not needed anymore, and is causing setup problems. Change-Id: Ie0ea8adcb621f1ff873243fa6b23aab3679f148e
This commit is contained in:
parent
faaee70a62
commit
1f17e5daf6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user