1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
|
nova (2011.1~bzr638-0ubuntu2) UNRELEASED; urgency=low
* Add build-dependency on python-distutils-extra.
-- Soren Hansen <soren@ubuntu.com> Wed, 16 Mar 2011 15:12:22 +0100
nova (2011.1~bzr638-0ubuntu1) natty; urgency=low
* New upstream snapshot.
-- Chuck Short <zulcss@ubuntu.com> Fri, 28 Jan 2011 13:41:00 -0500
nova (2011.1~bzr597-0ubuntu1) natty; urgency=low
[ Chuck Short ]
* New upstream snapshot.
* Add socat, iscsiadm, and vgs to nova_sudoers.
* Add aoetools, open-iscsi to dependencies for nova-volume.
* Add socat to dependencies for nova-network.
* Add python-paste and python-pastedeploy as build dependency.
* Add python-tempita and python-migrate as build dependency.
[ Soren Hansen ]
* Add dependency on sudo.
* Add upstart jobs for everything.
* Adjust test run for nosetests newness.
* Quiet nova-compute's postinst script.
* Change the dependency on sqlalchemy to ensure the C extension gets
installed for versions of the package where that was split out.
* Don't chgrp anything to the 'nogroup' group. The whole idea of the
nogroup group is that it doesn't own anything, so only being a
member of that shouldn't grant you access to anything. Making dirs
and files owned by nogroup messes this up.
* Update nova-manage patch.
* Add iptables-{restore,save} to sudoers file.
* Create a logrotate config for each daemon. Make them restart the
service after rotation.
* Drop python-redis dependency.
* Change python compatibility from "2.6" to "2.6-"
* Add launchpad page to watch file.
* Set Python-Version control fields for python-nova.
* Add ip6tables-{save,restore} to sudoers file. (LP: #704458)
* Add python-glance dependency.
* Include paste config for nova-api.
* Initialise database on initial install.
[ Rick Clark ]
* Add dependency on python-cheetah
* Added iscsi target admin tool to sudoers file.
* Specified log for nova-objectstore.
* Set verbose logging in nova.conf.
[ Monty Taylor ]
* Add dependency on python-netaddr
[ Thierry Carrez (ttx) ]
* Added qemu-nbd to nova_sudoers
* Added modprobe nbd to nova-compute upstart script
-- Thierry Carrez (ttx) <thierry@openstack.org> Mon, 24 Jan 2011 14:32:19 +0100
nova (2011.1~bzr456-0ubuntu1) natty; urgency=low
[ Chuck Short ]
* New upstream snapshot.
* debian/source_nova.py:
Add apport hook.
[ Soren Hansen ]
* Removed logdir.patch. Merged upstream.
* Drop flagfile_location.patch: Merged upstream.
* Use new --state_path flag and weed out the many direct references to
/var/lib/nova.
* Leave it to upstream's 'setup.py install' to install templates.
Remove explicit paths from nova.conf.
-- Chuck Short <zulcss@ubuntu.com> Mon, 13 Dec 2010 10:17:01 -0500
nova (2011.1~bzr412-0ubuntu1) natty; urgency=low
[ Soren Hansen ]
* New upstream snapshot.
* Added the new tarballs page to debian/watch.
* Clean out patch-branches (everything is upstream now).
* Remove redis-server as a build-depends and don't start it for tests
anymore.
* Add missing dependency on python-webob.
* Force a python-support run (so avoid deferring it until dpkg
triggers run). (LP: #660428)
* Remove build and runtime dependencies on python-tornado. It's not
needed anymore.
* logdir.patch: Add a --logdir option to workers so that they can all
use the same flagfile. (lp:~soren/nova/logdir-flag)
* Consolidate all the flagfiles into one.
* flagfile_location.patch: Patch from upstream to ensure all workers
have a consistent way of finding their flagfile.
(lp:~soren/nova/unify-default-flagfile-location)
* nova-manage_flagfile_location.patch: Make sure nova-manage uses
/etc/nova/nova.conf by default.
* Add build and runtime dependency on openssl. It used to be pulled in
by python-tornado, but is actually used directly by nova.
[ Chuck Short ]
* debian/control:
- Add dependency to python-rrdtool so that nova-instancemonitor
doesnt complain about missing python modules when starting.
* debian/nova-common.install: Add missing templates.
* debian/nova-*.conf: Update flagfiles to handle upstream changes.
* Dropped start-redis since we dont do redis anymore.
-- Soren Hansen <soren@ubuntu.com> Tue, 23 Nov 2010 11:17:09 +0100
nova (0.9.1~bzr331-0ubuntu2) maverick; urgency=low
* Add a minimal patch to ensure a string gets returned as an
instance's internal ID. (LP: #657053)
-- Soren Hansen <soren@ubuntu.com> Fri, 08 Oct 2010 23:16:58 +0200
nova (0.9.1~bzr331-0ubuntu1) maverick; urgency=low
[ Soren Hansen ]
* New upstream snapshot (FFe ref: LP #645936)
* Add SQLAlchemy dependency.
* Specify that we want sqlite and we want it in
/var/lib/nova/nova.sqlite.
* Move "adduser nova libvirtd" to nova-compute.postinst.
* Add python-eventlet and python-routes dependencies.
* Make /bin/true our error handler for init scripts.
* Install nova-api-new as nova-api.
* Add nova-scheduler package.
* Add /bin/kill to sudoers.
* Make sure nova_sudoers has the correct mode, otherwise sudo gets
very upset.
* Add ebtables and gawk dependencies for nwfilter stuff to work.
[ Chuck Short ]
* Add dependency on lvm2 for nova-volume.
* Add lvm commands to sudoers list.
-- Soren Hansen <soren@ubuntu.com> Tue, 21 Sep 2010 16:36:37 +0200
nova (0.9.1~bzr265-0ubuntu1) maverick; urgency=low
* New upstream snapshot (FFe: LP: #628027)
* Install uml libvirt xml file.
* Add adduser as a dependency of nova-common so that we can create a
nova user.
* Create a nova user on install.
* Create a separate tmpdir for nova, so that we can limit calls to
chmod/chown to dirs and files in that directory.
* Add nova-network package.
* Add a sudoers file for nova, so that we don't have to run as root
anymore.
* Fix all init scripts to run their respective daemons as nova.
* Update nova-compute flag file to account for moved libvirt
templates.
* Make all init scripts create /var/run/nova.
* Move all pidfiles into /var/run/nova.
* Make all daemons create a log file in /var/log/nova.
* Respect DEB_BUILD_OPTIONS=nocheck.
* Add a logrotate config file.
-- Soren Hansen <soren@ubuntu.com> Tue, 07 Sep 2010 13:12:10 +0200
nova (0.9.1~bzr204-0ubuntu2) maverick; urgency=low
* Make sure debian/start-redis is executable.
-- Soren Hansen <soren@ubuntu.com> Sat, 07 Aug 2010 11:38:30 +0200
nova (0.9.1~bzr204-0ubuntu1) maverick; urgency=low
* First OpenStack release.
-- Soren Hansen <soren@ubuntu.com> Wed, 04 Aug 2010 13:27:50 +0200
|