Merge lp:~gandelman-a/ubuntu/saucy/nova/pyparsing_min into lp:~ubuntu-server-dev/nova/havana

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 590
Merged at revision: 588
Proposed branch: lp:~gandelman-a/ubuntu/saucy/nova/pyparsing_min
Merge into: lp:~ubuntu-server-dev/nova/havana
Diff against target: 68 lines (+31/-0)
3 files modified
debian/changelog (+10/-0)
debian/control (+4/-0)
debian/nova-xvpvncproxy.upstart (+17/-0)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/saucy/nova/pyparsing_min
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+172639@code.launchpad.net
To post a comment you must log in.
588. By Adam Gandelman

Add websockify to nova-spiceproxy Depends.

589. By Adam Gandelman

Add nova-xvpvncproxy upstart (LP: #1197163)

590. By Adam Gandelman

Add spice-html5 to nova-spiceproxy Depends (LP: #1197119)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-06-19 18:00:13 +0000
3+++ debian/changelog 2013-07-02 22:31:31 +0000
4@@ -1,3 +1,13 @@
5+nova (1:2013.2~b1-0ubuntu3) UNRELEASED; urgency=low
6+
7+ * debian/control:
8+ - Set version requirement python-pyparsing (>= 1.5.6).
9+ - Add websockify to nova-spiceproxy Depends.
10+ - Add spice-html5 to nova-spiceproxy Depends (LP: #1197119)
11+ * Add nova-xvpvncproxy upstart (LP: #1197163)
12+
13+ -- Adam Gandelman <adamg@ubuntu.com> Tue, 02 Jul 2013 11:12:26 -0700
14+
15 nova (1:2013.2~b1-0ubuntu2) saucy; urgency=low
16
17 [Yolanda Robla]
18
19=== modified file 'debian/control'
20--- debian/control 2013-06-15 00:25:07 +0000
21+++ debian/control 2013-07-02 22:31:31 +0000
22@@ -36,6 +36,7 @@
23 python-pastedeploy (>= 1.5.0),
24 python-pbr (>= 0.5.11),
25 python-pyasn1,
26+ python-pyparsing (>= 1.5.6),
27 python-quantumclient,
28 python-routes,
29 python-setuptools,
30@@ -85,6 +86,7 @@
31 python-novaclient (>= 1:2.9.0),
32 python-paste,
33 python-pastedeploy,
34+ python-pyparsing (>= 1.5.6),
35 python-pycurl,
36 python-routes,
37 python-simplejson,
38@@ -554,6 +556,8 @@
39 Package: nova-spiceproxy
40 Architecture: all
41 Depends: nova-common (= ${binary:Version}),
42+ websockify,
43+ spice-html5,
44 ${misc:Depends},
45 ${ostack-lsb-base},
46 ${python:Depends}
47
48=== added file 'debian/nova-xvpvncproxy.upstart'
49--- debian/nova-xvpvncproxy.upstart 1970-01-01 00:00:00 +0000
50+++ debian/nova-xvpvncproxy.upstart 2013-07-02 22:31:31 +0000
51@@ -0,0 +1,17 @@
52+description "Nova XVPVNC proxy"
53+author "Adam Gandelman <adamg@ubuntu.com>"
54+
55+start on runlevel [2345]
56+stop on runlevel [!2345]
57+
58+chdir /var/run
59+
60+pre-start script
61+ mkdir -p /var/run/nova
62+ chown nova:root /var/run/nova/
63+
64+ mkdir -p /var/lock/nova
65+ chown nova:root /var/lock/nova/
66+end script
67+
68+exec start-stop-daemon --start --chuid nova --exec /usr/bin/nova-xvpvncproxy -- --config-file=/etc/nova/nova.conf

Subscribers

People subscribed via source and target branches