Skip to content

Commit a6c7827

Browse files
author
linxuhua
committed
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
1 parent dea3083 commit a6c7827

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ IRONIC_PYTHON_AGENT_REPO=${IRONIC_PYTHON_AGENT_REPO:-${GIT_BASE}/openstack/ironi
624624
IRONIC_PYTHON_AGENT_BRANCH=${IRONIC_PYTHON_AGENT_BRANCH:-master}
625625

626626
# 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}
628628
NOVNC_BRANCH=${NOVNC_BRANCH:-stable/v0.6}
629629

630630
# a websockets/html5 or flash powered SPICE console for vm instances

0 commit comments

Comments
 (0)