~yolanda.robla/neutron/autopkgtests

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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
neutron (1:2013.2~b3-0ubuntu5) UNRELEASED; urgency=low

  * New upstream release.
  * debian/rules: FTBFS if testsuite fails. 

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 10 Sep 2013 15:26:19 -0400

neutron (1:2013.2~b3-0ubuntu4) saucy; urgency=low

  * debian/patches/remove_jsonrpclib.patch: Remove jsonrpclib
    its not needed other than the arista driver. 

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 10 Sep 2013 15:19:22 -0400

neutron (1:2013.2~b3-0ubuntu3) saucy; urgency=low

  * debian/tests: Fixed autopkg tests. 

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 10 Sep 2013 12:10:05 -0400

neutron (1:2013.2~b3-0ubuntu2) saucy; urgency=low

  * debian/control, debian/neutron-plugin-vpn-agent.install,
    debian/neutron-plugin-vpn-agent.install: Add vpn agent.
  * debian/control, debian/usr/bin/neutron-metering-agent.install,
    debian/usr/bin/neutron-metering-agent.install: Add metering agent.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 09 Sep 2013 22:35:59 -0400

neutron (1:2013.2~b3-0ubuntu1) saucy; urgency=low

  [ Chuck Short ]
  * New upstream release.
  * debian/patches/fix-quantum-configuration.patch: Refreshed.
  * debian/patches/neutron-conf.patch: Dropped.
  * debian/patches/ignore-quantum-binaries.patch: Dropped
  * debian/control: Add python-babel as a build depends.
  * debian/neutron-common.install: Add neutron-usage-audit binary.
  * debian/rules: Pass the tests even if it fails, temporary measure 
    until we figure out why the tests fail.

  [ Adam Gandelman ]
  * debian/rules: Limit testr concurrency to 1 CPU.
  * debian/patches: Refresh.

  [ James Page ]
  * d/*.upstart: Added respawn stanza (LP: #1170393), tidied
    descriptions and rationalized stop on stanzas to be consistent.
  * d/neutron-dhcp-agent.install: Drop neutron-dhcp-agent-dnsmasq-lease-
    update inline with upstream.
  * d/rules: Ignore deprecated quantum binaries when checking for
    missing files.
  * d/control: Update/add versioned depends for upgrades:
    - python-anyjson >= 0.3.3
    - python-stevedore >= 0.9
    - python-oslo.config >= 1:1.2.0
    - python-keystoneclient >= 1:0.2.0
  * d/*: Wrap and sort.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 09 Sep 2013 13:12:57 -0400

neutron (1:2013.2~b2-0ubuntu3) saucy; urgency=low

  * d/p/neutron-conf.patch: Cherry picked commit from upstream VCS which
    fixes a number of 'quantum' references across all configuration files. 
  * d/neutron_sudoers: Remove typo to re-enable passwordless sudo for neutron.
  * d/p/fix-quantum-conf.patch: Enable use of neutron-rootwrap by default,
    fixup problem with use of /var/lib/quantum for keystone signing_dir.

 -- James Page <james.page@ubuntu.com>  Wed, 24 Jul 2013 16:09:08 +0100

neutron (1:2013.2~b2-0ubuntu2) saucy; urgency=low

  * d/neutron-server.upstart: Execute correct server binary, fixup
    use of flags in /etc/default/neutron-server.
  * d/p/bump-sqlalchemy-version.patch: Support SQLAlchemy >= 0.8 until
    upstream catches up.
  * Re-jig test disablement patches:
    - d/p/disable-udev-tests.patch: Disable tests that use udev as it
      is not always available.
    - d/p/disable-ml2-notification-tests.patch: Disable failing ML2 plugin
      tests pending further investigation.
  * d/p/fix-quantum-configuration.patch: Remove rej and orig cruft, re-added
    missing default core_plugin configuration.
  * d/control: Drop pep8 from BD's, no longer required.

 -- James Page <james.page@ubuntu.com>  Wed, 24 Jul 2013 11:41:56 +0100

neutron (1:2013.2~b2-0ubuntu1) saucy; urgency=low

  [ Chuck Short ]
  * New upstream version.
  * debian/patches/fix-quantum-configuration.patch: Refreshed 
  * Renamed quantum -> neutron inline with upstream:
    - debian/neutron*.install: Update paths and files for rename.
    - debian/cron.d: Update for new neutron names.
    - debian/control: 
      + Add transtional packages.
      + Add breaks/replaces with previous versions of quantum.
  * debian/patches/fix-ubuntu-tests.patch: Refreshed
  * debian/patches/ignore-quantum-binaries.patch: Don't install quantum
    binaries.
  * Add new mlnx agent package.

  [ James Page ]
  * d/control: Update VCS fields for new branch locations.
  * d/NEWS: Let users know they need to migrate configuration manually as part
    of the quantum->neutron rename.
  * d/neutron-common.install: Include rootwrap for Xen dom0 installs.

  [ Adam Gandelman ]
  * debian/control: Set minimum python-kombu version >= 2.5.12.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 19 Jul 2013 12:11:18 -0400

quantum (1:2013.2~b1-0ubuntu2) saucy; urgency=low

  [ Adam Gandelman ]
  * debian/control:
    - Add version requirement to python-stevedore (>= 0.8), also add to
      python-quantum depends.
    - Add version requirement to python-fixtures (>= 0.3.12).
  * debian/patches/*: Refreshed.

  [ Yolanda Robla ]
  * debian/tests: added autopkg tests
 
  [Chuck Short]
  * debian/patches/fix-ubuntu-tests.patch: Rediff to skip tests
    that were randomly failing in the PPAS or locally.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 19 Jun 2013 12:06:15 -0500

quantum (1:2013.2~b1-0ubuntu1) saucy; urgency=low

  * New upstream release.
  * debian/patches/fix-quantum-configuration.patch: Refreshed
  * debian/control: Add testrepository.
  * debian/control: Add subunit.
  * debian/control: Add python-d21o1 and python-pbr as build-depends.
  * debian/control: Add python-stevedore.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 31 May 2013 09:37:25 -0500

quantum (1:2013.1-0ubuntu2) raring; urgency=low

  * Fix invalid multi-line cron jobs (LP: #1170312):
    - d/cron.d/*: Consolidate jobs into a single command line, set syntax
      highlighting to type 'crontab'. 

 -- James Page <james.page@ubuntu.com>  Mon, 22 Apr 2013 15:58:12 +0100

quantum (1:2013.1-0ubuntu1) raring; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 04 Apr 2013 14:03:41 -0500

quantum (1:2013.1~rc2-0ubuntu1) raring; urgency=low

  * New upstream release. 

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 26 Mar 2013 08:33:56 -0500

quantum (1:2013.1~rc1-0ubuntu1) raring; urgency=low

  [ Chuck Short ]
  * debian/patches/fix-quantum-configuration.patch: Refreshed
  * debian/control: Add python-testtools and python-fixtures a build-dep.
  * debian/control: Drop python-gflags no longer needed.
  * debian/control: Drop python-unittest2 no longer needed.

  [ James Page ]
  * New upstream release candidate.
  * d/watch: Update uversionmangle to deal with upstream versioning
    changes, remove tarballs.openstack.org.
  * d/rules: Disable PEP-8 tests until fixed upstream.
  * d/control,quantum-plugin-midonet.install: Added plugin package for
    Midonet. 
  * d/control,quantum-lbaas-*: Added Load Balancing as-a Service agent
    package. 
  * d/control: Bumped Standards-Version, no changes.
  * d/p/fix-quantum-configuration.patch: Added midonet sqlite path to
    patch, fixed up linuxbridge path. 
  * d/p/fix-ubuntu-tests.patch: Re-added skipTest for linuxbridge tests
    that attempt to setup udev monitors.
  * d/quantum-metadata-agent.*: Refactor metadata-agent into separate
    package and add Depends from quantum-l3-agent and quantum-dhcp-agent.
  * d/quantum-plugin-nicira.install: Add quantum-check-nvp-config binary.
  * d/control: Add iputils-arping to quantum-l3-agent Depends (LP: #1153066).
  * d/control: python-oslo-config -> python-oslo.config.
  * d/control: Bump python-quantumclient >= 1:2.2.0 inline with upstream.

 -- James Page <james.page@ubuntu.com>  Fri, 15 Mar 2013 09:37:28 +0000

quantum (2013.1.g3-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * debian/patches/fix-quantum-configuration.patch: Refreshed and update to
    reflect new global root_wrap configuration defined only in
    /etc/quantum/quantum.conf.
  * debian/patches/fix-ubuntu-tests.patch: Refreshed, added skipTests for
    linuxbridge tests that attempt to setup udev monitors.
  * debian/{control, quantum-server.install}: Drop quantum-ns-metadata-proxy,
    quantum-metadata-agent, quantum-debug from quantum-server package and set a
    Break/Replaces on the last quantum-server package that shipped them.
    (LP: #1112203)
  * debian/{control, quantum-plugin-nec.install}:  Drop rootwrap filters,
    only install /w the agent.
  * debian/control: Add Breaks/Replaces between quantum-plugin-nec and new
    quantum-plugin-nec-agent.

  [ Yolanda Robla ]
  * debian/patches: refreshed patches

  [ James Page ]
  * d/p/fix-quantum-configuration.patch: Add root_wrap helper to AGENT
    section of /etc/quantum/quantum.conf to support new global configuration.
  * d/control,quantum-plugin-{bigswitch,brocade,plumgrid}.install: Add new
    plugin packages for BigSwitch, Brocade, Hyper-V and PLUMgrid.
  * d/p/fix-quantum-configuration.patch: Set sqlite location for new plugins.
  * d/control,quantum-plugin-nec-agent.*: Add new plugin agent package for NEC.
  * d/quantum-common.install: Added new binaries and common rootwrap.d config.
  * d/control: Removed VCS fields, updated maintainer.
  * Wrapped and sorted debian/*.
  * d/control: Add BD on python-oslo-config.
  * d/control: Add BD on python-netifaces to fix RYU unit tests.

  [ Chuck Short ]
  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 22 Feb 2013 09:54:36 -0600

quantum (2013.1~g2-0ubuntu1) raring; urgency=low

  [ Chuck Short ]
  * New upstream version. 
  * debian/patches/fix-quantum-configuration.patch: Refreshed.

  [ Yolanda Robla ]
  * debian/quantum-l3-agent.quantum-metadata-agent.upstart: Add
    upstart configuration for Metadata Agent.
  * debian/quantum-l3-agent.install: Added quantum-ns-metadata-proxy,
    quantum-metadata-agent and metadata_agent.ini.
  * debian/patches/fix-quantum-configuration.patch: Update rootwrap
    configuration in metadata_agent.ini file.
  * debian/changelog: Updated package version
  * d/p/fix-quantum-configuration.patch: refresh patches
  * debian/patches/fix-ubuntu-tests.patch: Refreshed.
  * debian/control: added python-novaclient dependency

  [ James Page ]
  * d/*.install: Install entry points from bin directory instead
    of easy-install ones generated during the package build process
    (LP: #1085038).
  * d/control: Drop BD on python-dev-all; its not required.
  * d/rules: Install multiple upstart configurations for quantum-l3-agent.
  * d/control: Tidy package descriptions.
  * d/*.postrm: Drop as debhelper will generate update-rc.d calls in
    maintainer scripts if required.
  * d/quantum-common.postinst: Tweak permissions setting so that /etc/quantum
    is not owned/writable by the quantum user, ensure that /etc/quantum/rootwrap*
    is owned by root:root.
  * d/*agent*.postinst: Dropped as permissions now correctly set in
    quantum-common.
  * d/patches/fix-quantum-configuration.patch: Re-add dropped fixes rootwrap and
    sqlite defaults for all plugins.
  * d/control: Added new BD on alembic (>= 0.4.1~), version python-mock >= 1.0b1.

  [ Maru Newby ]
  * debian/control: Remove unnecessary openvswitch-vswitch dependency
    from quantum-plugin-openvswitch (LP: #1076747).

 -- Yolanda Robla <yolanda.robla@canonical.com>  Tue, 22 Jan 2013 11:40:00 +0100

quantum (2013.1~g1-0ubuntu1) raring; urgency=low

  [ Adam Gandelman ]
  * debian/patches/*: Refreshed for opening of Grizzly.

  [ Chuck Short ]
  * New upstream release.
  * debian/rules: FTFBS if there is missing binaries.
  * debian/quantum-server.install: Add quantum-debug.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 23 Nov 2012 09:43:14 -0600

quantum (2012.2-0ubuntu1) quantal; urgency=low

  [ Chuck Short ]
  * New upstream release. 

  [ Adam Gandelman ]
  * debian/cron.d/quantum-{l3, dhcp]-agent-netns-cleanup: Schedule hourly
    cleanups of leaked Quantum network namespsaces using the
    quantum-netns-cleanup utility.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 27 Sep 2012 13:19:33 -0500

quantum (2012.2~rc3-0ubuntu1) quantal; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 26 Sep 2012 15:14:31 -0500

quantum (2012.2~rc2-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/quantum-server.{default, upstart}: Use default file to specify
    path to plugin config, which is passed to quantum-server as
    '--config-file' during startup. (LP: #1009294)
  * debian/control:
    - Remove quantum-server's dependency on 'quantum-plugin'.
    - Specify >= 1:0.1.0.1-0ubuntu1 requirement for python-quantumclient.
    - Add dnsmasq dependencies to quantum-dhcp-agent Depends.

  [ Chuck Short ]
  * New upstream version.
  * debian/patches/fix-ubuntu-tests.patch: Refreshed.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 21 Sep 2012 13:01:18 -0500

quantum (2012.2~rc1-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debain/*.postrm: Fix argument-less calls to update-rc.d, redirect
    to /dev/null.  (LP: #1047560)
  * debian/quantum-server.upstart: Invoke start-stop-daemon properly.
    (LP: #1047404)
  * debain/*.postrm, *.upstart: Ensure files are named for corresponding
    agent package, not plugin package.
  * debian/control:
    - Group agents with plugins.
    - Fix some copy/paste mistakes.
    - Set dependencies between agents and corresponding plugins.
    - Recommend quantum-plugin-openvswitch for quantum-server.
    - Require the same version of quantum-common and python-quantum.
    - Add quantum-netns-cleanup utility to quantum-common.
  * debian/patches/fix-quantum-configuration.patch: Use correct database
    for linuxbridge plugin, use OVS plugin by default, call quantum-rootwrap
    correctly. (LP: #1048668)
  * Fix all use of /usr/sbin, things should go in /usr/bin.
  * Remove dhcp and l3 plugins, they are not actually plugins.
  * Rename packages quantum-plugin-{l3, dhcp}-agent to
    quantum-{l3, dhcp}-agent.
  * debain/quantum-*-agent.upstart: Specify config files as a
    parameter to --config-file, specify log files for all.
  * debian/*.logrotate: Add logrotate configs for server and agents.
  * Install quantum_sudoers with quantum-common, not quantum-server.
  * Install rootwrap filters only with the packages that require them.
  * debian/*-agent.upstart: Specify --config-file=/etc/quantum/quantum.conf
    in addition to plugin-specific config.  Specify log files for all agents.
  * Allow group 'adm' read access to /var/log/quantum.
  * debian/quantum-server.postinst: Drop, all has been moved to quantum-common.
  * Add packaging for quantum-plugin-nec.

  [ Chuck Short ]
  * New usptream release.

 -- Chuck Short <zulcss@ubuntu.com>  Wed, 12 Sep 2012 13:41:20 -0500

quantum (2012.2~rc1~20120907.1154-0ubuntu1) quantal; urgency=low

  [ Adam Gandelman ]
  * debian/control: Add missing python-keystone dependency.
  * wrap-and-sort.

  [ Chuck Short ]
  * debian/rules:
    - Run testsuite on build.
    - Use get-orig-source.
    - Add python-amqplib, python-anyjson, python-httplib2, python-iso8601,
      python-kombu, python-lxml, python-netadr, python-pyudev to build depends
      and run time deps.
    - Add python-mock, python-mox, and python-unitest2 to build deps.
    - Add adduser as a dep to quantum-common.
  * debian/control: Bump standards version to 3.9.3
  * debian/quantum-common.install: Add missing configuration files.
    (LP: #988999)
  * debian/quantum-plugin-linuxbridge.install: Make isntallable.
  * Add manpages: gratitously ripped from debian.
  * Fix up lintian warnings. (LP: #1025203), (LP: #1021921)
  * Add metaplugin plugin.
  * debian/patches/fix-namespace.patch: Dropped it was causing
    python namespace issues.
    (LP: #1045064)
  * debian/*.upstart:
    - Specify configuration file and log directory.
    - Start on the right transition.
  * debian/rules:
    - Allow to disable testsuite.
    - Dont fail if the testsuite fails.
  * debian/patches/fix-quantum-configuration.patch: Fix configuration files.
  * Add packaging for quantum-plugin-l3 and quantum-plugin-l3-agent
  * Add packaging for quantum-plugin-dhcp-agent and quantum-plugin-dchp-agent
  * debian/patches/fix-ubuntu-tests.patch: Fix testsuite failures.

  [ Soren Hansen ]
  * Update debian/watch to account for symbolically named tarballs and
    use newer URL.
  * Add python-configobj as a build and run time dependency. Recently added
    tests need it, and the Cisco plugin has needed it for a while.
  * Fix Launchpad URLs in debian/watch.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 07 Sep 2012 18:50:09 -0500

quantum (2012.2~f3-0ubuntu1~cloud0) precise-folsom; urgency=low

  * New upstream release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 17 Aug 2012 10:42:58 -0500

quantum (2012.2~f2-0ubuntu1~cloud0) precise-folsom; urgency=low

  [ Chuck Short ]
  * New upstream release.

  [ Adam Gandelman ]
  * debian/control, pydist-overrides: Add python-setuptools-git as a
    Build-Depends, override as necessary. 

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 06 Jul 2012 12:41:43 -0400

quantum (2012.2~f1-0ubuntu1~cloud0) precise-folsom; urgency=low

  [ Chuck Short ]
  * New upstream release.
  * Add missing upsart jobs for agents. 
  * Add sudo wrapper for quantum-rootwrap. (LP: #999142)

  [ Adam Gandelman ]
  * debian/control: Fix spacing issues that cause mk-build-deps to fail.
  * debian/quantum-server.install: Install new plugins config directory
    instead of old .ini.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 22 Jun 2012 12:49:23 -0400

quantum (2012.1-0ubuntu1) precise; urgency=low

  [Adam Gandelman]
  * Open precise-folsom-proposed.
  * Merge with current precise-folsom-folsom-proposed.

  [Chuck Short]
  * New upstream release.
  * Add missing upsart jobs for agents. 
  * Add sudo wrapper for quantum-rootwrap. (LP: #999142)

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 01 Jun 2012 10:26:49 -0400

quantum (2012.1-0ubuntu4) precise; urgency=low

  * debian/control: Add breaks replaces since files have moved around. 
  * Fix typo in upstart job.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 23 Apr 2012 11:23:38 -0400

quantum (2012.1-0ubuntu3) precise; urgency=low

  * Split out agents into its own packages. (LP: #979192) 
    Thanks to Ghe Rivero.
  * Add upstart job. (LP: #979190)
  * Fix installation issues. (LP: #979159)

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 12 Apr 2012 13:39:06 -0400

quantum (2012.1-0ubuntu2) precise; urgency=low

  * Fix lintian warnings about empty packages. 

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 06 Apr 2012 22:14:42 -0400

quantum (2012.1-0ubuntu1) precise; urgency=low

  * New upstream release. 

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 05 Apr 2012 11:07:46 -0400

quantum (2012.1~rc2-0ubuntu1) precise; urgency=low

  *  New upstream release: 
     - debian/quantum-plugin-{ryu,openvswitch}.install: 
       Install agents.

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 03 Apr 2012 20:29:11 -0400

quantum (2012.1~rc1-0ubuntu5) precise; urgency=low

  * Add missing files. (LP: #972019, LP: #971981, LP: #960731) 

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 02 Apr 2012 20:29:29 -0400

quantum (2012.1~rc1-0ubuntu4) precise; urgency=low

  * Make quantum installable again (LP: #965551):
    - debian/control: quantum-server depends on quantum-common.
    - debian/control: Add python-quantumclient dependency.
    - debian/upstart: Rename and update upstart job.
    - Fix typos in debian/quantum-common.postinst.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 30 Mar 2012 14:14:42 -0400

quantum (2012.1~rc1-0ubuntu3) precise; urgency=low

  * debian/control: Fix spelling typos. (LP: #960713) 

 -- Paolo Rotolo <paolorotolo@ubuntu-it.org>  Fri, 23 Mar 2012 21:35:54 +0100

quantum (2012.1~rc1-0ubuntu2) precise; urgency=low

  * debian/control: Fix spelling typos.
  * debian/upstart: Fix typo in upstart job
  * debian/control: Rename quantum to quantum-server again.
  * debian/control: Fix empty plugins.
  * debian/upstart: use start-stop-daemon in upstart job.
  * debian/patches/fix-namespace.patch: Fix namespace patch
  * debian/control: Update vcs info. (LP: #960690)

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 20 Mar 2012 13:58:24 -0400

quantum (2012.1~rc1~20120316.764-0ubuntu1) precise; urgency=low

  * New upstream release. 
  * debian/watch: Watch correct URL

 -- Adam Gandelman <adamg@canonical.com>  Fri, 16 Mar 2012 12:04:48 -0700

quantum (2012.1~e4-0ubuntu1) precise; urgency=low

  * New upstream release.
  * debian/rules: Take in account the new build changes.
  * debian/quantum-server.install: Install the right files due to 
    build changes.
  * Client no longer is a part of quantum.
  * debian/control: Add python-lxml
  * Add ryu and niciria plugins.
  * debian/rules: Run right tests script.

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 05 Mar 2012 09:47:22 -0500

quantum (2012.1~e2+git20120112-0ubuntu1) precise; urgency=low

  * New upstream release.
  * debian/rules: 
    - Fix git snapshot creation.
    - Fix running test suite during the build.
  * debian/control: Add adduser for quantum-server.
  * debian/quantum-plugin-{cisco,openvswitch}.install: Install
    everything needed for the plugins.

 -- Chuck Short <zulcss@ubuntu.com>  Thu, 12 Jan 2012 04:19:33 -0500

quantum (2012.1~e2-0ubuntu2) precise; urgency=low

  * debian/control: Build for architecture all. 

 -- Chuck Short <zulcss@ubuntu.com>  Mon, 19 Dec 2011 10:28:16 -0500

quantum (2012.1~e2-0ubuntu1) precise; urgency=low

  * New upstream release. 
  * debian/rules: Add alternate get-orig-source.
  * debian/patches/fix-version.patch: Removed no longer needed.
  * Fix lintian warnings.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 16 Dec 2011 15:26:41 -0500

quantum (2012.1~e2~20111209.f8152-0ubuntu1) precise; urgency=low

  * New upstream release.
  * debian/rules, debian/README.Source: Add support fo generating
    new tarballs from git since tarball snapshots are not available
    from jenkins yet.
  * debian/rules: Update for new build system.
  * debian/rules: Clean up files when running clean.
  * debian/quantum-server.install, debian/quantum-server.dirs, 
    debian/quantum-plugins.*: Update for build system changes.
  * debian/quantum-server.postinst: Fix user creation.
  * debian/rules: Enable testsuite when building.
  * Fix lintian errors (LP: #899352)
  * debian/patches/fix-quantum-version.patch: Fix generating *.pyc
    when trying to build.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 09 Dec 2011 15:31:35 -0500

quantum (2012.1~e1-0ubuntu1) precise; urgency=low

  * Initial release.

 -- Chuck Short <zulcss@ubuntu.com>  Fri, 18 Nov 2011 15:29:53 -0500