Merge lp:~gandelman-a/ubuntu/raring/nova/2013.1.3 into lp:~ubuntu-server-dev/nova/grizzly

Proposed by Adam Gandelman
Status: Merged
Merged at revision: 580
Proposed branch: lp:~gandelman-a/ubuntu/raring/nova/2013.1.3
Merge into: lp:~ubuntu-server-dev/nova/grizzly
Diff against target: 138 lines (+102/-3)
3 files modified
debian/changelog (+99/-1)
debian/control (+2/-2)
debian/rules (+1/-0)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/raring/nova/2013.1.3
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+180203@code.launchpad.net

Description of the change

2013.1.3

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

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-10 17:32:59 +0000
3+++ debian/changelog 2013-08-14 18:11:23 +0000
4@@ -1,3 +1,102 @@
5+nova (1:2013.1.3-0ubuntu1) raring-proposed; urgency=low
6+
7+ * Resynchronize with stable/grizzly (89c7ee4) (LP: #1210447):
8+ - [8e6edd2] Bump stable/grizzly next version to 2013.1.3
9+ - [61fc529] attach quantum security group to an existing vm failed
10+ LP: 1189059
11+ - [60774bd] nova-compute fails to start if quantum is down LP: 1186357
12+ - [8e6d4b6] asymmetric routes in nova network with external gateway and
13+ routing_source_ip LP: 1182143
14+ - [8849413] Failed VM's not set to error state on exception LP: 1182056
15+ - [ef10eee] Double healing of info_cache with cells LP: 1180304
16+ - [7422d83] Can't log into VM after powervm is resized LP: 1169848
17+ - [49ab0e8] stack trace when instance_actions extension can not find
18+ instance in GET LP: 1182867
19+ - [e71247c] nova service-list returns illegal result with non db service
20+ heartbeat LP: 1168861
21+ - [3f60606] Volume IO usage gets reset to 0 after a reboot / crash
22+ LP: 1169097
23+ - [19c443b] unused method list_interfaces in vmware driver can be removed
24+ LP: 1187251
25+ - [a8dab9f] No cleanup done when file transfer fails with powervm driver
26+ LP: 1173017
27+ - [fc98015] nova consoleauth depends on Conductor Service LP: 1186123
28+ - [1066418] VMware drivers are no longer passing quantum port-id to
29+ vCenter LP: 1183452
30+ - [b92075c] nova net-list fails on empty list with Quantum backend
31+ LP: 1189976
32+ - [3ba31f2] Create VM with no networks with Quantum Gives SecurityGroups
33+ Exception LP: 1191044
34+ - [89150b2] Periodic ValueErrors when using qpid LP: 1185465
35+ - [0e0d615] Libvirt pre-Grizzly instances cannot be block migrated
36+ LP: 1185588
37+ - [27960ef] ZMQ ipc socket file is created using un-sanitized network
38+ input LP: 1122763
39+ - [265b868] cannot block migrate old style instances libvirt complains
40+ LP: 1175286
41+ - [008a68a] code logical error exists in vmwareapi vif.py LP: 1177635
42+ - [378c045] Instance IP addresses are re-used even when previous instance
43+ could not be powered off LP: 1180178
44+ - [48ddffe] Reboot of compute node breaks VMs with volumes LP: 1188326
45+ - [f427f01] Missing dashes from console-log LP: 1194032
46+ - [78ebf1a] network-create returns an internal error when network
47+ conflicts LP: 1158075
48+ - [767c850] Instance nics are reorder after reboot LP: 1187092
49+ - [0b45996] instance directory naming update to use uuid LP: 1186944
50+ - [06cfad5] Disassociate failed dhcp fixed ip in deallocate_for_instance()
51+ method LP: 1180766
52+ - [cbcdfc5] Allow confirm_resize action on an instance in 'deleting'
53+ status LP: 1189391
54+ - [2563c44] aggregate_get_by_host returns aggregates from other hosts
55+ LP: 1201277
56+ - [109f3a9] nova libvirt driver requires iscsi initiator name regardless
57+ of using it in volume drivers LP: 1007084
58+ - [7f1c336] Host is always set to None in get_instance_nw_info(...)
59+ LP: 1194178
60+ - [1cf30a3] nova boot with colume should fail if the volume is already
61+ attached to another instance LP: 1166770
62+ - [9cb9361] Aggregate metadata filtering by key returns unrelated metadata
63+ LP: 1201283
64+ - [a61872b] Need clean up ftp transfer faiure in powervm driver
65+ LP: 1188884
66+ - [91bcd15] Race can cause soft deleted instance to be erased by mistake
67+ LP: 1186243
68+ - [c57fded] Nova fails to create a security group rule if ::0/0 is used as
69+ cidr LP: 1199943
70+ - [c698dd3] VMwareESXDriver and VMwareVCDriver report incorrect stat
71+ LP: 1180779
72+ - [e572faf] novnc fails when amqp_rpc_single_reply_queue=True LP: 1193031
73+ - [34ddd27] eventlet.monkey_patch() for spice and vnc proxy
74+ - [864837f] hypervisor_hostname not updated on evacuate LP: 1198284
75+ - [756a772] libvirt migrate/resize on shared storage can cause data loss
76+ LP: 1177247
77+ - [889b215] nova live-migration of volume-backed VM fails because of image
78+ is None LP: 1199811
79+ - [60712a4] VNC console does not work with VCDriver LP: 1178369
80+ - [e0aa0f5] metadata service throws error 500 when compute_driver is not
81+ set LP: 1184641
82+ - [340d337] Instance IP addresses are re-used even when previous instance
83+ could not be powered off LP: 1180178
84+ - [8247dc8] Resource limit circumvention in Nova private flavors
85+ (CVE-2013-2256) LP: 1194093
86+ - [bd7e467] Denial of Service in Nova network source security groups
87+ (CVE-2013-4185) LP: 1184041
88+ - [c3fddb7] Resize a VM when a volume is attached fails LP: 1190364
89+ - [01edbaa] Hyper-V versions before 2012 are not properly recognized
90+ LP: 1203059
91+ - [b18818a] driver libvirt doesn't honor vif quota LP: 1185030
92+ - [798984d] config drive not visible to windows LP: 1155842
93+ - [d18ceb1] nova live-migration failed due to exception.MigrationError
94+ LP: 1171526
95+ - [1934dbc] vmware Hyper for nova vnc console url parameters error
96+ LP: 1172177
97+ - [89c7ee4] [OSSA 2013-023] Potential unsafe XML usage (CVE-2013-4179,
98+ CVE-2013-4202) LP: 1190229
99+ * debian/rules: Clean new setuptools-git cruft.
100+ * debian/control: Update Vcs fields.
101+
102+ -- Adam Gandelman <adamg@ubuntu.com> Fri, 09 Aug 2013 10:12:27 +0100
103+
104 nova (1:2013.1.2-0ubuntu1) raring-proposed; urgency=low
105
106 * Dropped patches, applied upstream:
107@@ -1682,4 +1781,3 @@
108 * First OpenStack release.
109
110 -- Soren Hansen <soren@ubuntu.com> Wed, 04 Aug 2010 13:27:50 +0200
111-
112
113=== modified file 'debian/control'
114--- debian/control 2013-04-11 12:54:27 +0000
115+++ debian/control 2013-08-14 18:11:23 +0000
116@@ -50,8 +50,8 @@
117 Build-Conflicts: python-cjson
118 Standards-Version: 3.9.3
119 Homepage: http://launchpad.net/nova
120-Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/nova/essex/debian/files
121-Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-server-dev/nova/essex
122+Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/nova/grizzly/files
123+Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-server-dev/nova/grizzly
124
125 Package: python-nova
126 Architecture: all
127
128=== modified file 'debian/rules'
129--- debian/rules 2013-01-25 21:12:38 +0000
130+++ debian/rules 2013-08-14 18:11:23 +0000
131@@ -13,6 +13,7 @@
132 rm -rf CA
133 rm -f po/nova.pot
134 rm -rf .autogenerated
135+ rm -rf setuptools_git*.egg
136
137 debian/nova-compute.postinst: debian/nova-compute.postinst.in
138 if dpkg-vendor --derives-from ubuntu ; then \

Subscribers

People subscribed via source and target branches