Recent change switched base git URL to git.openstack.org.
However, noVNC is only hosted on GitHub.
Change git repo URL for noVNC back to the GitHub one.
Change-Id: Iaa9f570639301be1c29cc400c1c73afcbf637b70
| ... | ... |
@@ -178,7 +178,7 @@ BM_POSEUR_REPO=${BM_POSEUR_REPO:-${GIT_BASE}/tripleo/bm_poseur.git}
|
| 178 | 178 |
BM_POSEUR_BRANCH=${BM_POSEUR_BRANCH:-master}
|
| 179 | 179 |
|
| 180 | 180 |
# a websockets/html5 or flash powered VNC console for vm instances |
| 181 |
-NOVNC_REPO=${NOVNC_REPO:-${GIT_BASE}/kanaka/noVNC.git}
|
|
| 181 |
+NOVNC_REPO=${NOVNC_REPO:-https://github.com/kanaka/noVNC.git}
|
|
| 182 | 182 |
NOVNC_BRANCH=${NOVNC_BRANCH:-master}
|
| 183 | 183 |
|
| 184 | 184 |
# ryu service |