Add noVNC to grenade cache

noVNC is enabled by default, it's annoying to download it from internet
for each run. This changes will cache it under GIT_BASE.
noVNC is not consuming GIT_BASE, so to use the cache, set the NOVNC_REPO
in devstack.localrc.base

Change-Id: I32e389b7e9147d211756d0e1fb8aa1fa53588d04
Signed-off-by: Yongfeng Du <dolpher.du@intel.com>
This commit is contained in:
Yongfeng Du 2015-07-29 12:46:28 +08:00
parent cc6a016742
commit e7c2938964

View File

@ -30,6 +30,7 @@ PROJECTS+="openstack/ironic "
PROJECTS+="openstack/ceilometer "
PROJECTS+="openstack/horizon "
PROJECTS+="openstack-dev/devstack "
PROJECTS+="kanaka/noVNC "
function usage {
cat - <<EOF