Update CCP refs

This commit is contained in:
Aleksandr Didenko 2016-06-29 11:30:29 +02:00
parent 8d80265392
commit 898e79a49e

View file

@ -51,6 +51,9 @@ cleanup() {
fetch_mcp() {
git clone "${PROTO}review.fuel-infra.org:29418/nextgen/microservices"
pushd microservices
git review -d 22660
popd
}
fetch_repos() {
@ -63,21 +66,12 @@ fetch_repos() {
fetch_app_def() {
echo "Fetch app-def repos"
mariadb=21637
keystone=21848
memcached=21849
rabbitmq=22053
horizon=21850
neutron=21886
ovs=21951
nova=21871
glance=21998
cd $LOCAL_REPO
cd ms-horizon
git review -d $horizon
cd -
cd ms-neutron
git review -d $neutron
cd -
@ -87,9 +81,6 @@ fetch_app_def() {
cd ms-nova
git review -d $nova
cd -
cd ms-glance
git review -d $glance
cd -
}
cleanup