Merge "Upgrades os-net-config to stable/danube"
authorDan Radez <dradez@redhat.com>
Tue, 7 Feb 2017 13:43:47 +0000 (13:43 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 7 Feb 2017 13:43:47 +0000 (13:43 +0000)
build/overcloud-full.sh

index 1264430..59f67fe 100755 (executable)
@@ -32,7 +32,7 @@ popd > /dev/null
 
 # download customized os-net-config
 rm -fr os-net-config
-git clone https://github.com/trozet/os-net-config.git -b stable/colorado
+git clone https://github.com/trozet/os-net-config.git -b stable/danube
 pushd os-net-config/os_net_config > /dev/null
 git archive --format=tar.gz --prefix=os_net_config/ HEAD > ${BUILD_DIR}/os-net-config.tar.gz
 popd > /dev/null