revive working with subset of services

Change-Id: I645c5df457a2ac2c997ac32720d53cacc0fa109b
diff --git a/files/apts/horizon b/files/apts/horizon
index 22b3b30..6f145e1 100644
--- a/files/apts/horizon
+++ b/files/apts/horizon
@@ -1,5 +1,15 @@
-apache2
-libapache2-mod-wsgi
+apache2  # NOPRIME
+libapache2-mod-wsgi  # NOPRIME
 python-dateutil
+python-paste
+python-pastedeploy
 python-anyjson
 python-routes
+python-xattr
+python-sqlalchemy
+python-webob
+python-kombu
+pylint
+pep8
+python-eventlet
+python-nose
diff --git a/files/apts/nova b/files/apts/nova
index 32b7b37..f4fe459 100644
--- a/files/apts/nova
+++ b/files/apts/nova
@@ -5,6 +5,8 @@
 arping # used for send_arp_for_ha option in nova-network
 mysql-server # NOPRIME
 python-mysqldb
+python-xattr # needed for glance which is needed for nova --- this shouldn't be here
+python-lxml # needed for glance which is needed for nova --- this shouldn't be here
 kvm
 gawk
 iptables
@@ -36,8 +38,9 @@
 python-lockfile
 python-m2crypto
 python-boto
+python-kombu
 
 # Stuff for diablo volumes
-iscsitarget
-iscsitarget-dkms
+iscsitarget  # NOPRIME
+iscsitarget-dkms  # NOPRIME
 lvm2
diff --git a/files/pips/horizon b/files/pips/horizon
index bebc0be..672fbee 100644
--- a/files/pips/horizon
+++ b/files/pips/horizon
@@ -1,20 +1,9 @@
-nose==1.0.0
 Django==1.3
 django-nose==0.1.2
 django-mailer
 django-registration==0.7
-kombu
 python-cloudfiles
-python-dateutil
-webob
-sqlalchemy
-paste
-PasteDeploy
 sqlalchemy-migrate
-eventlet
-xattr
-pep8
-pylint
 
 -e git+https://github.com/jacobian/openstack.compute.git#egg=openstack
 
diff --git a/files/screenrc b/files/screenrc
index 1ca47da..e18db39 100644
--- a/files/screenrc
+++ b/files/screenrc
@@ -2,7 +2,7 @@
 hardstatus alwayslastline
 hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G}%H %{..Y}%d/%m %c"
 
-defscrollback 1024
+defscrollback 10240
 
 vbell off
 startup_message off