* Update noVNC to use https://github.com/kanaka/noVNC.git remote. The
http://github.com/couldbuilders/noVNC.git repo is either no longer
public or deleted now.
Change-Id: Ia027886af69e36fd6f626931adfea635bc751c7d
Fixes: bug #1097984
| ... | ... |
@@ -26,7 +26,7 @@ KEYSTONE_REPO=https://github.com/openstack/keystone.git |
| 26 | 26 |
KEYSTONE_BRANCH=stable/essex |
| 27 | 27 |
|
| 28 | 28 |
# a websockets/html5 or flash powered VNC console for vm instances |
| 29 |
-NOVNC_REPO=https://github.com/cloudbuilders/noVNC.git |
|
| 29 |
+NOVNC_REPO=https://github.com/kanaka/noVNC.git |
|
| 30 | 30 |
NOVNC_BRANCH=master |
| 31 | 31 |
|
| 32 | 32 |
# django powered web control panel for openstack |