summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-07-22 12:53:55 -0400
committerTim Rozet <trozet@redhat.com>2016-07-22 23:38:25 -0400
commite42b3b06dd15d71844fc7fc85a69459d4aa4fc65 (patch)
treea3244e532df2ce505038ec3cd2a53cf0170f832f /build
parent66f4a30987f870d5a6416b2c46c7dfb95130b4d9 (diff)
Fixes congress defaults and bind host
opnfv-tht-pr: 48 JIRA: APEX-206 Change-Id: Icfb5356252f4e862f8a9cd4fd1914951ab45baf4 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/overcloud-full.sh2
1 files changed, 1 insertions, 1 deletions
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