Handle shade and glean in DEVSTACK_PROJECT_FROM_GIT

Shade and glean are in openstack-infra, not openstack, so special case
them when adding to PROJECTS variable.

Needed-By: I27ce27f54e78abc71d4329eb97415ef5dc6e4db3
Change-Id: I1a6fb66e25301c6e7f85cf81cf5259192276c437
This commit is contained in:
Andreas Jaeger 2017-04-30 16:50:56 +02:00
parent 124368c556
commit dcdd8dd96a
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@ if [[ -n "$DEVSTACK_PROJECT_FROM_GIT" ]] ; then
# hack any known exceptions here until namespaces are unified
PROJECTS=$(echo $PROJECTS | sed -e 's|openstack/pbr|openstack-dev/pbr|g')
PROJECTS=$(echo $PROJECTS | sed -e 's|openstack/shade|openstack-infra/shade|g')
PROJECTS=$(echo $PROJECTS | sed -e 's|openstack/glean|openstack-infra/glean|g')
fi
# Remove duplicates as they result in errors when managing