Browse code

Merge "modify the default url of noVNC"

Jenkins authored on 2017/09/06 11:37:27
Showing 1 changed files
... ...
@@ -621,7 +621,7 @@ IRONIC_PYTHON_AGENT_REPO=${IRONIC_PYTHON_AGENT_REPO:-${GIT_BASE}/openstack/ironi
621 621
 IRONIC_PYTHON_AGENT_BRANCH=${IRONIC_PYTHON_AGENT_BRANCH:-master}
622 622
 
623 623
 # a websockets/html5 or flash powered VNC console for vm instances
624
-NOVNC_REPO=${NOVNC_REPO:-https://github.com/kanaka/noVNC.git}
624
+NOVNC_REPO=${NOVNC_REPO:-https://github.com/novnc/noVNC.git}
625 625
 NOVNC_BRANCH=${NOVNC_BRANCH:-stable/v0.6}
626 626
 
627 627
 # a websockets/html5 or flash powered SPICE console for vm instances