Merge lp:~zulcss/neutron/2013.2.3 into lp:~ubuntu-server-dev/neutron/havana

Proposed by Chuck Short
Status: Merged
Approved by: Chuck Short
Approved revision: 219
Merged at revision: 217
Proposed branch: lp:~zulcss/neutron/2013.2.3
Merge into: lp:~ubuntu-server-dev/neutron/havana
Diff against target: 72 lines (+33/-13)
2 files modified
debian/changelog (+26/-1)
debian/patches/revert-stable-havana-requirements.patch (+7/-12)
To merge this branch: bzr merge lp:~zulcss/neutron/2013.2.3
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+214291@code.launchpad.net

Description of the change

2013.2.3

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

Can you check that:

+ - [a75435d] Updated neutronclient dependency

Is not foobaring stuff - but if not then +1

review: Approve
lp:~zulcss/neutron/2013.2.3 updated
218. By Chuck Short

debian/patches/revert-stable-havana-requirements.patch: Updated not to
bump the version of python-neutronclient.

219. By Chuck Short

Clean up changelog

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 2014-03-31 15:53:15 +0000
3+++ debian/changelog 2014-04-04 19:18:41 +0000
4@@ -1,6 +1,31 @@
5-neutron (1:2013.2.2-0ubuntu2) UNRELEASED; urgency=medium
6+neutron (1:2013.2.3-0ubuntu1) saucy-proposed; urgency=medium
7
8+ * Resynchronize with stable/havana (8cb9d89) (LP: #1284643):
9+ - [8cb9d89] Use a temp dir for CONF.state_path
10+ - [566321b] Subnets should be set as lazy='join'
11+ - [eb4c045] Qpid, RabbitMQ: advance thru the list of brokers on reconnect
12+ - [1faec83] Prevent cross plugging router ports from other tenants
13+ - [858ec2e] Fixes Hyper-V port metrics enabling after service restart
14+ - [d57ce79] Adds Hyper-V utils methods
15+ - [5ccfeae] NSX: Sync do not pass around model object
16+ - [7f2c41f] NSX: Fix possible deadlock in sync code
17+ - [7871486] Use a more accurate max_delay for reconnects
18+ - [8e92741] Adds id in update_floatingip API in PLUMgrid plugin driver
19+ - [ab46900] Report proper error message in PLUMgrid Plugin
20+ - [ece27c9] Update help message of flag 'enable_isolated_metadata'
21+ - [a47fde6] Remove the warning for Scheduling Network
22+ - [28ee2ac] vshield task manager: abort tasks in stop() on termination
23+ - [c194262] Fix request timeout errors during calls to NSX controller
24+ - [2b4cdcd] Fix error while connecting to busy NSX L2 Gateway
25+ - [5158744] Tweak version nvp/nsx version validation logic for router operations
26+ - [722746f] [ML2] l2-pop MD handle multi create/delete ports
27+ - [99339a9] Fix metering iptables driver doesn't read root_helper param
28+ - [2e9f5a7] Add support for managing async processes
29+ - [5678fb8] fix --excluded of meter-label-rule-create is not working
30+ - [c0586c4] Fix a typo in log exception in the metering agent
31 * debian/patches/bump-sqlalchemy-versions.patch: Rediffed
32+ * debian/patches/revert-stable-havana-requirements.patch: Updated not to
33+ bump the version of python-neutronclient.
34
35 -- Chuck Short <zulcss@ubuntu.com> Mon, 31 Mar 2014 11:51:57 -0400
36
37
38=== modified file 'debian/patches/revert-stable-havana-requirements.patch'
39--- debian/patches/revert-stable-havana-requirements.patch 2013-12-18 19:17:05 +0000
40+++ debian/patches/revert-stable-havana-requirements.patch 2014-04-04 19:18:41 +0000
41@@ -6,11 +6,10 @@
42 were updated in global requirements to fix gating issues and synced
43 across projects.
44
45-Index: neutron/requirements.txt
46-===================================================================
47---- neutron.orig/requirements.txt 2013-12-18 11:14:27.591233143 -0800
48-+++ neutron/requirements.txt 2013-12-18 11:15:10.331232756 -0800
49-@@ -6,12 +6,12 @@
50+diff -Naurp neutron-2013.2.3.orig/requirements.txt neutron-2013.2.3/requirements.txt
51+--- neutron-2013.2.3.orig/requirements.txt 2014-04-04 14:58:32.555689226 -0400
52++++ neutron-2013.2.3/requirements.txt 2014-04-04 15:01:57.823694120 -0400
53+@@ -6,16 +6,16 @@ Routes>=1.12.3
54 amqplib>=0.6.1
55 anyjson>=0.3.3
56 argparse
57@@ -25,12 +24,8 @@
58 Jinja2
59 kombu>=2.4.8
60 netaddr
61-@@ -20,7 +20,7 @@
62+-python-neutronclient>=2.3.4,<3
63++python-neutronclient>=2.3.0,<3
64+ SQLAlchemy>=0.7.8,<=0.8.99
65 WebOb>=1.2.3,<1.3
66 python-keystoneclient>=0.3.2
67- alembic>=0.4.1
68--six>=1.4.1
69-+six
70- stevedore>=0.10
71- oslo.config>=1.2.0
72-

Subscribers

People subscribed via source and target branches