From e576269dae298c1cb06bf4bb26481e521005eddb Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 15 Feb 2012 17:21:16 -0800 Subject: [PATCH] Added general pkg req for novnc. --- devstack/components/novnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/components/novnc.py b/devstack/components/novnc.py index 03216860..98171816 100644 --- a/devstack/components/novnc.py +++ b/devstack/components/novnc.py @@ -36,7 +36,7 @@ APP_OPTIONS = { } #the pkg json files no-vnc requires for installation -REQ_PKGS = ['n-vnc.json'] +REQ_PKGS = ['general.json', 'n-vnc.json'] #pip files that no-vnc requires REQ_PIPS = ['general.json', 'n-vnc.json']