From e42b3b06dd15d71844fc7fc85a69459d4aa4fc65 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Fri, 22 Jul 2016 12:53:55 -0400 Subject: Fixes congress defaults and bind host opnfv-tht-pr: 48 JIRA: APEX-206 Change-Id: Icfb5356252f4e862f8a9cd4fd1914951ab45baf4 Signed-off-by: Tim Rozet --- build/overcloud-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/overcloud-full.sh b/build/overcloud-full.sh index 7eb22d1d..ef922a07 100755 --- a/build/overcloud-full.sh +++ b/build/overcloud-full.sh @@ -53,7 +53,7 @@ done # tar up the congress puppet module rm -rf puppet-congress -git clone https://github.com/radez/puppet-congress +git clone -b stable/mitaka https://github.com/radez/puppet-congress pushd puppet-congress > /dev/null git archive --format=tar.gz --prefix=congress/ origin/stable/mitaka > ../puppet-congress.tar.gz popd > /dev/null -- cgit 1.2.3-korg