Browse code

modify the default url of noVNC

i had sync the all repos of devstack for installing in intranet
environment, and found the url of noVNC had changed to
https://github.com/novnc/noVNC. This module upgrade from individual to
an organization. the old url had redirect to the new one.

Change-Id: I19fc1e2ad30dcd97cad232c9ad58f53a523616b4

linxuhua authored on 2017/08/09 18:25:03
Showing 1 changed files
... ...
@@ -624,7 +624,7 @@ IRONIC_PYTHON_AGENT_REPO=${IRONIC_PYTHON_AGENT_REPO:-${GIT_BASE}/openstack/ironi
624 624
 IRONIC_PYTHON_AGENT_BRANCH=${IRONIC_PYTHON_AGENT_BRANCH:-master}
625 625
 
626 626
 # a websockets/html5 or flash powered VNC console for vm instances
627
-NOVNC_REPO=${NOVNC_REPO:-https://github.com/kanaka/noVNC.git}
627
+NOVNC_REPO=${NOVNC_REPO:-https://github.com/novnc/noVNC.git}
628 628
 NOVNC_BRANCH=${NOVNC_BRANCH:-stable/v0.6}
629 629
 
630 630
 # a websockets/html5 or flash powered SPICE console for vm instances