Browse code

disconnect novnc from gitbase

It turns out that grenade sets gitbase, however some of our
repositories don't have git.openstack.org repos. This causes a
really interesting failure case with grenade because novnc checkout
fails, then it does a checkout to master of nova.

Change-Id: I820b661dacee019928200935ae10d1e36d7b821b

Sean Dague authored on 2014/03/13 01:01:30
Showing 1 changed files
... ...
@@ -177,7 +177,7 @@ BM_POSEUR_REPO=${BM_POSEUR_REPO:-${GIT_BASE}/tripleo/bm_poseur.git}
177 177
 BM_POSEUR_BRANCH=${BM_POSEUR_BRANCH:-master}
178 178
 
179 179
 # a websockets/html5 or flash powered VNC console for vm instances
180
-NOVNC_REPO=${NOVNC_REPO:-${GIT_BASE}/kanaka/noVNC.git}
180
+NOVNC_REPO=${NOVNC_REPO:-https://github.com/kanaka/noVNC.git}
181 181
 NOVNC_BRANCH=${NOVNC_BRANCH:-master}
182 182
 
183 183
 # ryu service