install nodejs-legacy on quantal
quantal changed the name of the node binary on disk, which breaks
horizon on 12.10 installs. Provide a work around for installing
the legacy package on that environment.
Fixes bug #1070083
Change-Id: If8ef211d12451ef4e1df0d2398cf18a3b2c46da3
diff --git a/files/apts/horizon b/files/apts/horizon
index 2161ccd..2c2faf1 100644
--- a/files/apts/horizon
+++ b/files/apts/horizon
@@ -21,4 +21,5 @@
python-cherrypy3 # why?
python-migrate
nodejs
+nodejs-legacy # dist:quantal
python-netaddr