Update specs to v. 2014.1.rc
[openstack-build/neutron-build.git] / debian / changelog
1 neutron (1:2014.1~rc1-0ubuntu1~cloud0) precise-icehouse; urgency=medium
2
3   * New update for the Ubuntu Cloud Archive.
4
5  -- Openstack Ubuntu Testing Bot <openstack-testing-bot@ubuntu.com>  Wed, 02 Apr 2014 00:27:41 -0400
6
7 neutron (1:2014.1~rc1-0ubuntu1) trusty; urgency=medium
8
9   [ Chuck Short ]
10   * debian/rules: Run testr init before tests.
11   * debian/patches/disable-udev-tests.patch: Refresh.
12   * d/control,neutron-plugin-oneconvergence*: Add One Convergence plugin
13     and agent (LP: #1293632).
14
15   [ James Page ]
16   * New upstream release candidate (LP: #1288696, #1291535).
17   * d/control,neutron-mlnx-plugin{-agent}.install: Split out Mellanox
18     plugin configuration from agent package (LP: #1255420).
19   * d/control,neutron-{plugin-}{vpn|metering}-agent.*: Drop -plugin from
20     metering and vpn agents (they are not plugins) and deal with associated
21     change in name of upstart configurations.
22   * d/neutron-l3-agent.{install,upstart}: Install fwaas_driver.ini with
23     l3-agent and add to config-file path in upstart configuration
24     (LP: #1298676).
25   * d/neutron-vpn-agent.upstart,control: Include l3_agent.ini on upstart
26     config-file path, add dependency on neutron-l3-agent (LP: #1298675).
27
28  -- James Page <james.page@ubuntu.com>  Tue, 01 Apr 2014 16:22:54 +0100
29
30 neutron (1:2014.1~b3-0ubuntu1) trusty; urgency=medium
31
32   [ Chuck Short ]
33   * New upstream release.
34   * debian/rules: Re-enabled tests. 
35   * debian/patches/requirements.patch: Dropped no longer needed.
36   * debian/patches/sql-alchemy-0.8.3-compat.patch: Dropped no longer needed.
37   * debian/patches/bump-sqlalchemy-version.patch: Dropped no longer needed.
38   * debian/neutron-plugin-vmware.install: Install usr/bin/neutron-nsx-manage.
39   * debian/patches/use-concurrency.patch: Set default concurrency to 1.
40
41   [ James Page ]
42   * d/control,neutron-plugin-ibm*: Add plugin and agent packages for IBM
43     SDN-VE.
44   * d/control,neutron-openflow-*: Add agent package for OpenFlow ML2 agent.
45   * d/control,neutron-plugin-bigswitch-agent*: Add agent package for
46     BigSwitch.
47   * d/neutron-plugin-mlnx-agent.{upstart,logrotate}: Correct log path
48     and add logrotate configuration (LP: #1284144).
49
50   [ Corey Bryant ]
51   * Renamed Nicira NVP plugin to VMware NSX (LP: #1273877):
52     - debian/neutron-plugin-*.install: Update path and file for rename
53     - debian/tests/*-plugin: Replace nicira-plugin with vmware-plugin
54     - debian/control:
55       + Change neutron-plugin-nicira to transtional package
56       + Add neutron-plugin-vmware package which breaks/replaces
57         neutron-plugin-nicira package.
58
59  -- James Page <james.page@ubuntu.com>  Fri, 07 Mar 2014 09:38:32 +0000
60
61 neutron (1:2014.1~b2-0ubuntu6) trusty; urgency=medium
62
63   * debian/rules: Temporarily disable testsuite due to upstream breakage. 
64
65  -- Chuck Short <zulcss@ubuntu.com>  Thu, 06 Feb 2014 08:33:08 -0500
66
67 neutron (1:2014.1~b2-0ubuntu5) trusty; urgency=medium
68
69   * debian/patches/disable-udev-tests.patch: Skip more tests 
70     because of udev failures.
71   * debian/patches/skip-ipv6-tests.patch: Skip tests that fail 
72     on the buildds due to ipv6.
73
74  -- Chuck Short <zulcss@ubuntu.com>  Mon, 03 Feb 2014 09:02:45 -0500
75
76 neutron (1:2014.1~b2-0ubuntu4) trusty; urgency=medium
77
78   * debian/rules: Really run_tests.sh. 
79
80  -- Chuck Short <zulcss@ubuntu.com>  Thu, 30 Jan 2014 11:44:21 -0500
81
82 neutron (1:2014.1~b2-0ubuntu3) trusty; urgency=medium
83
84   * debian/rules: Switch back to run_test.sh since locking
85     issues have been fixed.
86
87  -- Chuck Short <zulcss@ubuntu.com>  Thu, 30 Jan 2014 10:49:22 -0500
88
89 neutron (1:2014.1~b2-0ubuntu2) trusty; urgency=medium
90
91   * debian/patches/skip-lb-test.patch: Skipped lb configuration
92     test. 
93
94  -- Chuck Short <zulcss@ubuntu.com>  Mon, 27 Jan 2014 12:01:50 -0500
95
96 neutron (1:2014.1~b2-0ubuntu1) trusty; urgency=low
97
98   [ James Page ]
99   * Switch to using Modular Layer 2 plugin by default:
100     - d/control,neutron-plugin-ml2.install: Add ML2 plugin package
101       (LP: #1243147).
102     - d/p/fix-quantum-configuration,d/control,d/neutron-server.default:
103       Switch to using the ML2 plugin by default.
104     - d/control,neutron-plugin-openvswitch-agent:
105       Use neutron-plugin-ml2 and configuration for openvswitch-agent.
106   * d/neutron-plugin-mlnx-agent.upstart: Reference correct configuration
107     file (LP: #1257732).
108   * Add neutron-ovs-cleanup upstart configuration for OVS plugin
109     (LP: #1249708):
110     - d/rules: Install new configuration in neutron-plugin-openvswitch-agent
111       package, don't restart on install/upgrade (only needed for reboots).
112     - d/neutron-plugin-openvswitch-agent.upstart: Ensure startup happens
113       after neutron-ovs-cleanup.
114     - d/neutron-{l3|dhcp}-agent.upstart: If neutron-ovs-cleanup job is
115       installed, wait for it to reach running state prior to starting
116       agents.
117   * d/control: Add versioned BD/Depends on python-psutil >= 0.6.1.
118   * d/p/requirements.patch: Drop upper version boundary for psutil for
119     compatibility with Trusty.
120   * d/p/requirements.patch: Lift upper boundary for WebOb to < 1.4.
121   * d/p/disable-failing-metaplugin-tests.patch: Disable metaplugin tests that
122     are currently failing.
123   * d/p/disable-ml2-notification-tests.patch: Dropped, tests now pass.
124   * d/rules: Fail package build on unit test failures.
125   * d/p/disable-failing-cisco-test.patch: Disable failing Cisco mechanism test.
126   * d/control,d/p/remove-jsonrpclib.patch: Add BD on python-jsonrpclib and drop
127     patch that excludes it from requirements.txt.
128
129   [ Chuck Short ]
130   * New upstream release.
131   * debian/rules: Run testr directly
132   * debian/patches/sql-alchemy-0.8.3-compat.patch: Fix tests sqlalchemy 0.8.3
133     compat.
134   * debian/neturon-nicira.install: Add usr/bin/neutron-check-nsx-config.
135
136  -- Chuck Short <zulcss@ubuntu.com>  Fri, 24 Jan 2014 09:17:12 -0500
137
138 neutron (1:2014.1~b1-0ubuntu1) trusty; urgency=low
139
140   [ Chuck Short ]
141   * New upstream release.
142   * debian/control: open icehouse release.
143
144   [ James Page ]
145   * debian/patches: Refresh patches against upstream master. 
146   * debian/control: Drop quantum-* transitional packages, no longer needed. 
147
148  -- Chuck Short <zulcss@ubuntu.com>  Thu, 05 Dec 2013 11:40:39 -0500
149
150 neutron (1:2013.2-0ubuntu1) saucy; urgency=low
151
152   * New upstream release (LP: #1236462).
153
154  -- Chuck Short <zulcss@ubuntu.com>  Thu, 17 Oct 2013 10:52:39 -0400
155
156 neutron (1:2013.2~rc3-0ubuntu1) saucy; urgency=low
157
158   * New upstream release candidate (LP: #1240665).
159
160  -- Chuck Short <zulcss@ubuntu.com>  Wed, 16 Oct 2013 15:37:02 -0400
161
162 neutron (1:2013.2~rc2-0ubuntu1) saucy; urgency=low
163
164   * New upstream release candidate (LP: #1239156).
165
166  -- James Page <james.page@ubuntu.com>  Sat, 12 Oct 2013 16:51:28 +0100
167
168 neutron (1:2013.2~rc1-0ubuntu2) saucy; urgency=low
169
170   * d/tests/control,neutron-server: Limit neutron-server tests to core
171     neutron daemons to avoid tests failures for plugin agents which don't
172     start correctly without additional configuration. 
173
174  -- James Page <james.page@ubuntu.com>  Thu, 03 Oct 2013 23:05:05 +0100
175
176 neutron (1:2013.2~rc1-0ubuntu1) saucy; urgency=low
177
178   [ Yolanda Robla ]
179   * debian/tests: added testing agents
180
181   [ Chuck Short ]
182   * debian/patches/disable-udev-tests.patch: Refreshed.
183   * debian/patches/disable-ml2-notification-tests.patch: Refreshed.
184   * debian/control:
185     - Dropped python-setuptools-git python-netifaces, and python-nose from
186       build dependencies.
187     - Dropped python-configobj, python-gflags from binary dependencies.
188     - Added build python-requests python-six, and python-jinja2 build
189       dependencies.
190     - Added versioned dependencies for python-amqplib,
191       python-pbr, python-novaclient, python-cliff,
192       python-testtools, and python-eventlet.
193     - Bumped versioned depends for python-stevedore, pyhton-novaclient,
194       python-oslo.config, and testrepository
195
196   [ James Page ]
197   * New upstream release candidate:
198     - d/patches: Refreshed.
199   * d/rules: unpatch/patch neutron.conf around test execution to ensure that
200     as many tests as possible actually pass.
201
202  -- James Page <james.page@ubuntu.com>  Thu, 03 Oct 2013 15:18:04 +0100
203
204 neutron (1:2013.2~b3-0ubuntu6) saucy; urgency=low
205
206   * debian/rules: Dont ftbfs the tests if they fail. 
207
208  -- Chuck Short <zulcss@ubuntu.com>  Tue, 10 Sep 2013 20:37:18 -0400
209
210 neutron (1:2013.2~b3-0ubuntu5) saucy; urgency=low
211
212   * debian/tests/neutron-daemons: Fix typo.
213   * debian/rules: FTBFS if testsuite fails. 
214
215  -- Chuck Short <zulcss@ubuntu.com>  Tue, 10 Sep 2013 17:27:25 -0400
216
217 neutron (1:2013.2~b3-0ubuntu4) saucy; urgency=low
218
219   * debian/patches/remove_jsonrpclib.patch: Remove jsonrpclib
220     its not needed other than the arista driver. 
221
222  -- Chuck Short <zulcss@ubuntu.com>  Tue, 10 Sep 2013 15:19:22 -0400
223
224 neutron (1:2013.2~b3-0ubuntu3) saucy; urgency=low
225
226   * debian/tests: Fixed autopkg tests. 
227
228  -- Chuck Short <zulcss@ubuntu.com>  Tue, 10 Sep 2013 12:10:05 -0400
229
230 neutron (1:2013.2~b3-0ubuntu2) saucy; urgency=low
231
232   * debian/control, debian/neutron-plugin-vpn-agent.install,
233     debian/neutron-plugin-vpn-agent.install: Add vpn agent.
234   * debian/control, debian/usr/bin/neutron-metering-agent.install,
235     debian/usr/bin/neutron-metering-agent.install: Add metering agent.
236
237  -- Chuck Short <zulcss@ubuntu.com>  Mon, 09 Sep 2013 22:35:59 -0400
238
239 neutron (1:2013.2~b3-0ubuntu1) saucy; urgency=low
240
241   [ Chuck Short ]
242   * New upstream release.
243   * debian/patches/fix-quantum-configuration.patch: Refreshed.
244   * debian/patches/neutron-conf.patch: Dropped.
245   * debian/patches/ignore-quantum-binaries.patch: Dropped
246   * debian/control: Add python-babel as a build depends.
247   * debian/neutron-common.install: Add neutron-usage-audit binary.
248   * debian/rules: Pass the tests even if it fails, temporary measure 
249     until we figure out why the tests fail.
250
251   [ Adam Gandelman ]
252   * debian/rules: Limit testr concurrency to 1 CPU.
253   * debian/patches: Refresh.
254
255   [ James Page ]
256   * d/*.upstart: Added respawn stanza (LP: #1170393), tidied
257     descriptions and rationalized stop on stanzas to be consistent.
258   * d/neutron-dhcp-agent.install: Drop neutron-dhcp-agent-dnsmasq-lease-
259     update inline with upstream.
260   * d/rules: Ignore deprecated quantum binaries when checking for
261     missing files.
262   * d/control: Update/add versioned depends for upgrades:
263     - python-anyjson >= 0.3.3
264     - python-stevedore >= 0.9
265     - python-oslo.config >= 1:1.2.0
266     - python-keystoneclient >= 1:0.2.0
267   * d/*: Wrap and sort.
268
269  -- Chuck Short <zulcss@ubuntu.com>  Mon, 09 Sep 2013 13:12:57 -0400
270
271 neutron (1:2013.2~b2-0ubuntu3) saucy; urgency=low
272
273   * d/p/neutron-conf.patch: Cherry picked commit from upstream VCS which
274     fixes a number of 'quantum' references across all configuration files. 
275   * d/neutron_sudoers: Remove typo to re-enable passwordless sudo for neutron.
276   * d/p/fix-quantum-conf.patch: Enable use of neutron-rootwrap by default,
277     fixup problem with use of /var/lib/quantum for keystone signing_dir.
278
279  -- James Page <james.page@ubuntu.com>  Wed, 24 Jul 2013 16:09:08 +0100
280
281 neutron (1:2013.2~b2-0ubuntu2) saucy; urgency=low
282
283   * d/neutron-server.upstart: Execute correct server binary, fixup
284     use of flags in /etc/default/neutron-server.
285   * d/p/bump-sqlalchemy-version.patch: Support SQLAlchemy >= 0.8 until
286     upstream catches up.
287   * Re-jig test disablement patches:
288     - d/p/disable-udev-tests.patch: Disable tests that use udev as it
289       is not always available.
290     - d/p/disable-ml2-notification-tests.patch: Disable failing ML2 plugin
291       tests pending further investigation.
292   * d/p/fix-quantum-configuration.patch: Remove rej and orig cruft, re-added
293     missing default core_plugin configuration.
294   * d/control: Drop pep8 from BD's, no longer required.
295
296  -- James Page <james.page@ubuntu.com>  Wed, 24 Jul 2013 11:41:56 +0100
297
298 neutron (1:2013.2~b2-0ubuntu1) saucy; urgency=low
299
300   [ Chuck Short ]
301   * New upstream version.
302   * debian/patches/fix-quantum-configuration.patch: Refreshed 
303   * Renamed quantum -> neutron inline with upstream:
304     - debian/neutron*.install: Update paths and files for rename.
305     - debian/cron.d: Update for new neutron names.
306     - debian/control: 
307       + Add transtional packages.
308       + Add breaks/replaces with previous versions of quantum.
309   * debian/patches/fix-ubuntu-tests.patch: Refreshed
310   * debian/patches/ignore-quantum-binaries.patch: Don't install quantum
311     binaries.
312   * Add new mlnx agent package.
313
314   [ James Page ]
315   * d/control: Update VCS fields for new branch locations.
316   * d/NEWS: Let users know they need to migrate configuration manually as part
317     of the quantum->neutron rename.
318   * d/neutron-common.install: Include rootwrap for Xen dom0 installs.
319
320   [ Adam Gandelman ]
321   * debian/control: Set minimum python-kombu version >= 2.5.12.
322
323  -- Chuck Short <zulcss@ubuntu.com>  Fri, 19 Jul 2013 12:11:18 -0400
324
325 quantum (1:2013.2~b1-0ubuntu2) saucy; urgency=low
326
327   [ Adam Gandelman ]
328   * debian/control:
329     - Add version requirement to python-stevedore (>= 0.8), also add to
330       python-quantum depends.
331     - Add version requirement to python-fixtures (>= 0.3.12).
332   * debian/patches/*: Refreshed.
333
334   [ Yolanda Robla ]
335   * debian/tests: added autopkg tests
336  
337   [Chuck Short]
338   * debian/patches/fix-ubuntu-tests.patch: Rediff to skip tests
339     that were randomly failing in the PPAS or locally.
340
341  -- Chuck Short <zulcss@ubuntu.com>  Wed, 19 Jun 2013 12:06:15 -0500
342
343 quantum (1:2013.2~b1-0ubuntu1) saucy; urgency=low
344
345   * New upstream release.
346   * debian/patches/fix-quantum-configuration.patch: Refreshed
347   * debian/control: Add testrepository.
348   * debian/control: Add subunit.
349   * debian/control: Add python-d21o1 and python-pbr as build-depends.
350   * debian/control: Add python-stevedore.
351
352  -- Chuck Short <zulcss@ubuntu.com>  Fri, 31 May 2013 09:37:25 -0500
353
354 quantum (1:2013.1-0ubuntu2) raring; urgency=low
355
356   * Fix invalid multi-line cron jobs (LP: #1170312):
357     - d/cron.d/*: Consolidate jobs into a single command line, set syntax
358       highlighting to type 'crontab'. 
359
360  -- James Page <james.page@ubuntu.com>  Mon, 22 Apr 2013 15:58:12 +0100
361
362 quantum (1:2013.1-0ubuntu1) raring; urgency=low
363
364   * New upstream release.
365
366  -- Chuck Short <zulcss@ubuntu.com>  Thu, 04 Apr 2013 14:03:41 -0500
367
368 quantum (1:2013.1~rc2-0ubuntu1) raring; urgency=low
369
370   * New upstream release. 
371
372  -- Chuck Short <zulcss@ubuntu.com>  Tue, 26 Mar 2013 08:33:56 -0500
373
374 quantum (1:2013.1~rc1-0ubuntu1) raring; urgency=low
375
376   [ Chuck Short ]
377   * debian/patches/fix-quantum-configuration.patch: Refreshed
378   * debian/control: Add python-testtools and python-fixtures a build-dep.
379   * debian/control: Drop python-gflags no longer needed.
380   * debian/control: Drop python-unittest2 no longer needed.
381
382   [ James Page ]
383   * New upstream release candidate.
384   * d/watch: Update uversionmangle to deal with upstream versioning
385     changes, remove tarballs.openstack.org.
386   * d/rules: Disable PEP-8 tests until fixed upstream.
387   * d/control,quantum-plugin-midonet.install: Added plugin package for
388     Midonet. 
389   * d/control,quantum-lbaas-*: Added Load Balancing as-a Service agent
390     package. 
391   * d/control: Bumped Standards-Version, no changes.
392   * d/p/fix-quantum-configuration.patch: Added midonet sqlite path to
393     patch, fixed up linuxbridge path. 
394   * d/p/fix-ubuntu-tests.patch: Re-added skipTest for linuxbridge tests
395     that attempt to setup udev monitors.
396   * d/quantum-metadata-agent.*: Refactor metadata-agent into separate
397     package and add Depends from quantum-l3-agent and quantum-dhcp-agent.
398   * d/quantum-plugin-nicira.install: Add quantum-check-nvp-config binary.
399   * d/control: Add iputils-arping to quantum-l3-agent Depends (LP: #1153066).
400   * d/control: python-oslo-config -> python-oslo.config.
401   * d/control: Bump python-quantumclient >= 1:2.2.0 inline with upstream.
402
403  -- James Page <james.page@ubuntu.com>  Fri, 15 Mar 2013 09:37:28 +0000
404
405 quantum (2013.1.g3-0ubuntu1) raring; urgency=low
406
407   [ Adam Gandelman ]
408   * debian/patches/fix-quantum-configuration.patch: Refreshed and update to
409     reflect new global root_wrap configuration defined only in
410     /etc/quantum/quantum.conf.
411   * debian/patches/fix-ubuntu-tests.patch: Refreshed, added skipTests for
412     linuxbridge tests that attempt to setup udev monitors.
413   * debian/{control, quantum-server.install}: Drop quantum-ns-metadata-proxy,
414     quantum-metadata-agent, quantum-debug from quantum-server package and set a
415     Break/Replaces on the last quantum-server package that shipped them.
416     (LP: #1112203)
417   * debian/{control, quantum-plugin-nec.install}:  Drop rootwrap filters,
418     only install /w the agent.
419   * debian/control: Add Breaks/Replaces between quantum-plugin-nec and new
420     quantum-plugin-nec-agent.
421
422   [ Yolanda Robla ]
423   * debian/patches: refreshed patches
424
425   [ James Page ]
426   * d/p/fix-quantum-configuration.patch: Add root_wrap helper to AGENT
427     section of /etc/quantum/quantum.conf to support new global configuration.
428   * d/control,quantum-plugin-{bigswitch,brocade,plumgrid}.install: Add new
429     plugin packages for BigSwitch, Brocade, Hyper-V and PLUMgrid.
430   * d/p/fix-quantum-configuration.patch: Set sqlite location for new plugins.
431   * d/control,quantum-plugin-nec-agent.*: Add new plugin agent package for NEC.
432   * d/quantum-common.install: Added new binaries and common rootwrap.d config.
433   * d/control: Removed VCS fields, updated maintainer.
434   * Wrapped and sorted debian/*.
435   * d/control: Add BD on python-oslo-config.
436   * d/control: Add BD on python-netifaces to fix RYU unit tests.
437
438   [ Chuck Short ]
439   * New upstream release.
440
441  -- Chuck Short <zulcss@ubuntu.com>  Fri, 22 Feb 2013 09:54:36 -0600
442
443 quantum (2013.1~g2-0ubuntu1) raring; urgency=low
444
445   [ Chuck Short ]
446   * New upstream version. 
447   * debian/patches/fix-quantum-configuration.patch: Refreshed.
448
449   [ Yolanda Robla ]
450   * debian/quantum-l3-agent.quantum-metadata-agent.upstart: Add
451     upstart configuration for Metadata Agent.
452   * debian/quantum-l3-agent.install: Added quantum-ns-metadata-proxy,
453     quantum-metadata-agent and metadata_agent.ini.
454   * debian/patches/fix-quantum-configuration.patch: Update rootwrap
455     configuration in metadata_agent.ini file.
456   * debian/changelog: Updated package version
457   * d/p/fix-quantum-configuration.patch: refresh patches
458   * debian/patches/fix-ubuntu-tests.patch: Refreshed.
459   * debian/control: added python-novaclient dependency
460
461   [ James Page ]
462   * d/*.install: Install entry points from bin directory instead
463     of easy-install ones generated during the package build process
464     (LP: #1085038).
465   * d/control: Drop BD on python-dev-all; its not required.
466   * d/rules: Install multiple upstart configurations for quantum-l3-agent.
467   * d/control: Tidy package descriptions.
468   * d/*.postrm: Drop as debhelper will generate update-rc.d calls in
469     maintainer scripts if required.
470   * d/quantum-common.postinst: Tweak permissions setting so that /etc/quantum
471     is not owned/writable by the quantum user, ensure that /etc/quantum/rootwrap*
472     is owned by root:root.
473   * d/*agent*.postinst: Dropped as permissions now correctly set in
474     quantum-common.
475   * d/patches/fix-quantum-configuration.patch: Re-add dropped fixes rootwrap and
476     sqlite defaults for all plugins.
477   * d/control: Added new BD on alembic (>= 0.4.1~), version python-mock >= 1.0b1.
478
479   [ Maru Newby ]
480   * debian/control: Remove unnecessary openvswitch-vswitch dependency
481     from quantum-plugin-openvswitch (LP: #1076747).
482
483  -- Yolanda Robla <yolanda.robla@canonical.com>  Tue, 22 Jan 2013 11:40:00 +0100
484
485 quantum (2013.1~g1-0ubuntu1) raring; urgency=low
486
487   [ Adam Gandelman ]
488   * debian/patches/*: Refreshed for opening of Grizzly.
489
490   [ Chuck Short ]
491   * New upstream release.
492   * debian/rules: FTFBS if there is missing binaries.
493   * debian/quantum-server.install: Add quantum-debug.
494
495  -- Chuck Short <zulcss@ubuntu.com>  Fri, 23 Nov 2012 09:43:14 -0600
496
497 quantum (2012.2-0ubuntu1) quantal; urgency=low
498
499   [ Chuck Short ]
500   * New upstream release. 
501
502   [ Adam Gandelman ]
503   * debian/cron.d/quantum-{l3, dhcp]-agent-netns-cleanup: Schedule hourly
504     cleanups of leaked Quantum network namespsaces using the
505     quantum-netns-cleanup utility.
506
507  -- Chuck Short <zulcss@ubuntu.com>  Thu, 27 Sep 2012 13:19:33 -0500
508
509 quantum (2012.2~rc3-0ubuntu1) quantal; urgency=low
510
511   * New upstream release.
512
513  -- Chuck Short <zulcss@ubuntu.com>  Wed, 26 Sep 2012 15:14:31 -0500
514
515 quantum (2012.2~rc2-0ubuntu1) quantal; urgency=low
516
517   [ Adam Gandelman ]
518   * debian/quantum-server.{default, upstart}: Use default file to specify
519     path to plugin config, which is passed to quantum-server as
520     '--config-file' during startup. (LP: #1009294)
521   * debian/control:
522     - Remove quantum-server's dependency on 'quantum-plugin'.
523     - Specify >= 1:0.1.0.1-0ubuntu1 requirement for python-quantumclient.
524     - Add dnsmasq dependencies to quantum-dhcp-agent Depends.
525
526   [ Chuck Short ]
527   * New upstream version.
528   * debian/patches/fix-ubuntu-tests.patch: Refreshed.
529
530  -- Chuck Short <zulcss@ubuntu.com>  Fri, 21 Sep 2012 13:01:18 -0500
531
532 quantum (2012.2~rc1-0ubuntu1) quantal; urgency=low
533
534   [ Adam Gandelman ]
535   * debain/*.postrm: Fix argument-less calls to update-rc.d, redirect
536     to /dev/null.  (LP: #1047560)
537   * debian/quantum-server.upstart: Invoke start-stop-daemon properly.
538     (LP: #1047404)
539   * debain/*.postrm, *.upstart: Ensure files are named for corresponding
540     agent package, not plugin package.
541   * debian/control:
542     - Group agents with plugins.
543     - Fix some copy/paste mistakes.
544     - Set dependencies between agents and corresponding plugins.
545     - Recommend quantum-plugin-openvswitch for quantum-server.
546     - Require the same version of quantum-common and python-quantum.
547     - Add quantum-netns-cleanup utility to quantum-common.
548   * debian/patches/fix-quantum-configuration.patch: Use correct database
549     for linuxbridge plugin, use OVS plugin by default, call quantum-rootwrap
550     correctly. (LP: #1048668)
551   * Fix all use of /usr/sbin, things should go in /usr/bin.
552   * Remove dhcp and l3 plugins, they are not actually plugins.
553   * Rename packages quantum-plugin-{l3, dhcp}-agent to
554     quantum-{l3, dhcp}-agent.
555   * debain/quantum-*-agent.upstart: Specify config files as a
556     parameter to --config-file, specify log files for all.
557   * debian/*.logrotate: Add logrotate configs for server and agents.
558   * Install quantum_sudoers with quantum-common, not quantum-server.
559   * Install rootwrap filters only with the packages that require them.
560   * debian/*-agent.upstart: Specify --config-file=/etc/quantum/quantum.conf
561     in addition to plugin-specific config.  Specify log files for all agents.
562   * Allow group 'adm' read access to /var/log/quantum.
563   * debian/quantum-server.postinst: Drop, all has been moved to quantum-common.
564   * Add packaging for quantum-plugin-nec.
565
566   [ Chuck Short ]
567   * New usptream release.
568
569  -- Chuck Short <zulcss@ubuntu.com>  Wed, 12 Sep 2012 13:41:20 -0500
570
571 quantum (2012.2~rc1~20120907.1154-0ubuntu1) quantal; urgency=low
572
573   [ Adam Gandelman ]
574   * debian/control: Add missing python-keystone dependency.
575   * wrap-and-sort.
576
577   [ Chuck Short ]
578   * debian/rules:
579     - Run testsuite on build.
580     - Use get-orig-source.
581     - Add python-amqplib, python-anyjson, python-httplib2, python-iso8601,
582       python-kombu, python-lxml, python-netadr, python-pyudev to build depends
583       and run time deps.
584     - Add python-mock, python-mox, and python-unitest2 to build deps.
585     - Add adduser as a dep to quantum-common.
586   * debian/control: Bump standards version to 3.9.3
587   * debian/quantum-common.install: Add missing configuration files.
588     (LP: #988999)
589   * debian/quantum-plugin-linuxbridge.install: Make isntallable.
590   * Add manpages: gratitously ripped from debian.
591   * Fix up lintian warnings. (LP: #1025203), (LP: #1021921)
592   * Add metaplugin plugin.
593   * debian/patches/fix-namespace.patch: Dropped it was causing
594     python namespace issues.
595     (LP: #1045064)
596   * debian/*.upstart:
597     - Specify configuration file and log directory.
598     - Start on the right transition.
599   * debian/rules:
600     - Allow to disable testsuite.
601     - Dont fail if the testsuite fails.
602   * debian/patches/fix-quantum-configuration.patch: Fix configuration files.
603   * Add packaging for quantum-plugin-l3 and quantum-plugin-l3-agent
604   * Add packaging for quantum-plugin-dhcp-agent and quantum-plugin-dchp-agent
605   * debian/patches/fix-ubuntu-tests.patch: Fix testsuite failures.
606
607   [ Soren Hansen ]
608   * Update debian/watch to account for symbolically named tarballs and
609     use newer URL.
610   * Add python-configobj as a build and run time dependency. Recently added
611     tests need it, and the Cisco plugin has needed it for a while.
612   * Fix Launchpad URLs in debian/watch.
613
614  -- Chuck Short <zulcss@ubuntu.com>  Fri, 07 Sep 2012 18:50:09 -0500
615
616 quantum (2012.2~f3-0ubuntu1~cloud0) precise-folsom; urgency=low
617
618   * New upstream release.
619
620  -- Chuck Short <zulcss@ubuntu.com>  Fri, 17 Aug 2012 10:42:58 -0500
621
622 quantum (2012.2~f2-0ubuntu1~cloud0) precise-folsom; urgency=low
623
624   [ Chuck Short ]
625   * New upstream release.
626
627   [ Adam Gandelman ]
628   * debian/control, pydist-overrides: Add python-setuptools-git as a
629     Build-Depends, override as necessary. 
630
631  -- Chuck Short <zulcss@ubuntu.com>  Fri, 06 Jul 2012 12:41:43 -0400
632
633 quantum (2012.2~f1-0ubuntu1~cloud0) precise-folsom; urgency=low
634
635   [ Chuck Short ]
636   * New upstream release.
637   * Add missing upsart jobs for agents. 
638   * Add sudo wrapper for quantum-rootwrap. (LP: #999142)
639
640   [ Adam Gandelman ]
641   * debian/control: Fix spacing issues that cause mk-build-deps to fail.
642   * debian/quantum-server.install: Install new plugins config directory
643     instead of old .ini.
644
645  -- Chuck Short <zulcss@ubuntu.com>  Fri, 22 Jun 2012 12:49:23 -0400
646
647 quantum (2012.1-0ubuntu1) precise; urgency=low
648
649   [Adam Gandelman]
650   * Open precise-folsom-proposed.
651   * Merge with current precise-folsom-folsom-proposed.
652
653   [Chuck Short]
654   * New upstream release.
655   * Add missing upsart jobs for agents. 
656   * Add sudo wrapper for quantum-rootwrap. (LP: #999142)
657
658  -- Chuck Short <zulcss@ubuntu.com>  Fri, 01 Jun 2012 10:26:49 -0400
659
660 quantum (2012.1-0ubuntu4) precise; urgency=low
661
662   * debian/control: Add breaks replaces since files have moved around. 
663   * Fix typo in upstart job.
664
665  -- Chuck Short <zulcss@ubuntu.com>  Mon, 23 Apr 2012 11:23:38 -0400
666
667 quantum (2012.1-0ubuntu3) precise; urgency=low
668
669   * Split out agents into its own packages. (LP: #979192) 
670     Thanks to Ghe Rivero.
671   * Add upstart job. (LP: #979190)
672   * Fix installation issues. (LP: #979159)
673
674  -- Chuck Short <zulcss@ubuntu.com>  Thu, 12 Apr 2012 13:39:06 -0400
675
676 quantum (2012.1-0ubuntu2) precise; urgency=low
677
678   * Fix lintian warnings about empty packages. 
679
680  -- Chuck Short <zulcss@ubuntu.com>  Fri, 06 Apr 2012 22:14:42 -0400
681
682 quantum (2012.1-0ubuntu1) precise; urgency=low
683
684   * New upstream release. 
685
686  -- Chuck Short <zulcss@ubuntu.com>  Thu, 05 Apr 2012 11:07:46 -0400
687
688 quantum (2012.1~rc2-0ubuntu1) precise; urgency=low
689
690   *  New upstream release: 
691      - debian/quantum-plugin-{ryu,openvswitch}.install: 
692        Install agents.
693
694  -- Chuck Short <zulcss@ubuntu.com>  Tue, 03 Apr 2012 20:29:11 -0400
695
696 quantum (2012.1~rc1-0ubuntu5) precise; urgency=low
697
698   * Add missing files. (LP: #972019, LP: #971981, LP: #960731) 
699
700  -- Chuck Short <zulcss@ubuntu.com>  Mon, 02 Apr 2012 20:29:29 -0400
701
702 quantum (2012.1~rc1-0ubuntu4) precise; urgency=low
703
704   * Make quantum installable again (LP: #965551):
705     - debian/control: quantum-server depends on quantum-common.
706     - debian/control: Add python-quantumclient dependency.
707     - debian/upstart: Rename and update upstart job.
708     - Fix typos in debian/quantum-common.postinst.
709
710  -- Chuck Short <zulcss@ubuntu.com>  Fri, 30 Mar 2012 14:14:42 -0400
711
712 quantum (2012.1~rc1-0ubuntu3) precise; urgency=low
713
714   * debian/control: Fix spelling typos. (LP: #960713) 
715
716  -- Paolo Rotolo <paolorotolo@ubuntu-it.org>  Fri, 23 Mar 2012 21:35:54 +0100
717
718 quantum (2012.1~rc1-0ubuntu2) precise; urgency=low
719
720   * debian/control: Fix spelling typos.
721   * debian/upstart: Fix typo in upstart job
722   * debian/control: Rename quantum to quantum-server again.
723   * debian/control: Fix empty plugins.
724   * debian/upstart: use start-stop-daemon in upstart job.
725   * debian/patches/fix-namespace.patch: Fix namespace patch
726   * debian/control: Update vcs info. (LP: #960690)
727
728  -- Chuck Short <zulcss@ubuntu.com>  Tue, 20 Mar 2012 13:58:24 -0400
729
730 quantum (2012.1~rc1~20120316.764-0ubuntu1) precise; urgency=low
731
732   * New upstream release. 
733   * debian/watch: Watch correct URL
734
735  -- Adam Gandelman <adamg@canonical.com>  Fri, 16 Mar 2012 12:04:48 -0700
736
737 quantum (2012.1~e4-0ubuntu1) precise; urgency=low
738
739   * New upstream release.
740   * debian/rules: Take in account the new build changes.
741   * debian/quantum-server.install: Install the right files due to 
742     build changes.
743   * Client no longer is a part of quantum.
744   * debian/control: Add python-lxml
745   * Add ryu and niciria plugins.
746   * debian/rules: Run right tests script.
747
748  -- Chuck Short <zulcss@ubuntu.com>  Mon, 05 Mar 2012 09:47:22 -0500
749
750 quantum (2012.1~e2+git20120112-0ubuntu1) precise; urgency=low
751
752   * New upstream release.
753   * debian/rules: 
754     - Fix git snapshot creation.
755     - Fix running test suite during the build.
756   * debian/control: Add adduser for quantum-server.
757   * debian/quantum-plugin-{cisco,openvswitch}.install: Install
758     everything needed for the plugins.
759
760  -- Chuck Short <zulcss@ubuntu.com>  Thu, 12 Jan 2012 04:19:33 -0500
761
762 quantum (2012.1~e2-0ubuntu2) precise; urgency=low
763
764   * debian/control: Build for architecture all. 
765
766  -- Chuck Short <zulcss@ubuntu.com>  Mon, 19 Dec 2011 10:28:16 -0500
767
768 quantum (2012.1~e2-0ubuntu1) precise; urgency=low
769
770   * New upstream release. 
771   * debian/rules: Add alternate get-orig-source.
772   * debian/patches/fix-version.patch: Removed no longer needed.
773   * Fix lintian warnings.
774
775  -- Chuck Short <zulcss@ubuntu.com>  Fri, 16 Dec 2011 15:26:41 -0500
776
777 quantum (2012.1~e2~20111209.f8152-0ubuntu1) precise; urgency=low
778
779   * New upstream release.
780   * debian/rules, debian/README.Source: Add support fo generating
781     new tarballs from git since tarball snapshots are not available
782     from jenkins yet.
783   * debian/rules: Update for new build system.
784   * debian/rules: Clean up files when running clean.
785   * debian/quantum-server.install, debian/quantum-server.dirs, 
786     debian/quantum-plugins.*: Update for build system changes.
787   * debian/quantum-server.postinst: Fix user creation.
788   * debian/rules: Enable testsuite when building.
789   * Fix lintian errors (LP: #899352)
790   * debian/patches/fix-quantum-version.patch: Fix generating *.pyc
791     when trying to build.
792
793  -- Chuck Short <zulcss@ubuntu.com>  Fri, 09 Dec 2011 15:31:35 -0500
794
795 quantum (2012.1~e1-0ubuntu1) precise; urgency=low
796
797   * Initial release.
798
799  -- Chuck Short <zulcss@ubuntu.com>  Fri, 18 Nov 2011 15:29:53 -0500