Merge lp:~gandelman-a/ubuntu/quantal/nova/2012.2.1 into lp:~openstack-ubuntu-testing/nova/folsom

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 475
Merged at revision: 475
Proposed branch: lp:~gandelman-a/ubuntu/quantal/nova/2012.2.1
Merge into: lp:~openstack-ubuntu-testing/nova/folsom
Diff against target: 121 lines (+100/-4)
1 file modified
debian/changelog (+100/-4)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/quantal/nova/2012.2.1
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+137353@code.launchpad.net
To post a comment you must log in.

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 2012-11-27 17:30:28 +0000
3+++ debian/changelog 2012-11-30 23:43:25 +0000
4@@ -1,10 +1,106 @@
5-nova (2012.2+stable-20121102-e76848a0-0ubuntu1) quantal-proposed; urgency=low
6-
7+nova (2012.2.1-0ubuntu1) UNRELEASED; urgency=low
8 * Ubuntu updates:
9 - debian/control: Ensure novaclient is upgraded with nova,
10 require python-keystoneclient >= 1:2.9.0. (LP: #1073289)
11 - d/p/avoid_setuptools_git_dependency.patch: Refresh.
12- * Resynchronize with stable/folsom (e76848a0):
13+ * Resynchronize with stable/folsom (b55014ca) (LP: #1085255):
14+ - [3ede373] disassociate_floating_ip with multi_host=True fails
15+ (LP: #1074437)
16+ - [22d7c3b] libvirt imagecache should handle shared image storage
17+ (LP: #1075018)
18+ - [e787786] Detached and deleted RBD volumes remain associated with insance
19+ (LP: #1083818)
20+ - [9265eb0] live_migration missing migrate_data parameter in Hyper-V driver
21+ (LP: #1066513)
22+ - [3d99848] use_single_default_gateway does not function correctly
23+ (LP: #1075859)
24+ - [65a2d0a] resize does not migrate DHCP host information (LP: #1065440)
25+ - [102c76b] Nova backup image fails (LP: #1065053)
26+ - [48a3521] Fix config-file overrides for nova-dhcpbridge
27+ - [69663ee] Cloudpipe in Folsom: no such option: cnt_vpn_clients
28+ (LP: #1069573)
29+ - [6e47cc8] DisassociateAddress can cause Internal Server Error
30+ (LP: #1080406)
31+ - [22c3d7b] API calls to dis-associate an auto-assigned floating IP should
32+ return proper warning (LP: #1061499)
33+ - [bd11d15] libvirt: if exception raised during volume_detach, volume state
34+ is inconsistent (LP: #1057756)
35+ - [dcb59c3] admin can't describe all images in ec2 api (LP: #1070138)
36+ - [78de622] Incorrect Exception raised during Create server when metadata
37+ over 255 characters (LP: #1004007)
38+ - [c313de4] Fixed IP isn't released before updating DHCP host file
39+ (LP: #1078718)
40+ - [f4ab42d] Enabling Return Reservation ID with XML create server request
41+ returns no body (LP: #1061124)
42+ - [3db2a38] 'BackupCreate' should accept rotation parameter greater than or
43+ equal to zero (LP: #1071168)
44+ - [f7e5dde] libvirt reboot sometimes fails to reattach volumes
45+ (LP: #1073720)
46+ - [ff776d4] libvirt: detaching volume may fail while terminating other
47+ instances on the same host concurrently (LP: #1060836)
48+ - [85a8bc2] Used instance uuid rather than id in remove-fixed-ip
49+ - [42a85c0] Fix error on invalid delete_on_termination value
50+ - [6a17579] xenapi migrations fail w/ swap (LP: #1064083)
51+ - [97649b8] attach-time field for volumes is not updated for detach volume
52+ (LP: #1056122)
53+ - [8f6a718] libvirt: rebuild is not using kernel and ramdisk associated with
54+ the new image (LP: #1060925)
55+ - [fbe835f] live-migration and volume host assignement (LP: #1066887)
56+ - [c2a9150] typo prevents volume_tmp_dir flag from working (LP: #1071536)
57+ - [93efa21] Instances deleted during spawn leak network allocations
58+ (LP: #1068716)
59+ - [ebabd02] After restarting an instance volume is lost (LP: #1071069)
60+ - [a369303] xen volume auto device selection always picks xvdb
61+ (LP: #1061944)
62+ - [8d1095c] Calls to to_xml() to generate XML for a soft deleted flavor fail
63+ (LP: #1073736)
64+ - [1857821] nova-manage doesn't validate the key value supplied to update
65+ the quota (LP: #1064359)
66+ - [6ae32f0] Compute manager doesn't update 'host' field when it tries to run
67+ a VM (LP: #1073600)
68+ - [284f6ea] Host field set too early during builds (LP: #1060255)
69+ - [395511f] finish_resize failures result in NoneType exception
70+ (LP: #1071595)
71+ - [85ccf80] confirm_resize mgr call requires admin context (LP: #1071600)
72+ - [2dceffa] Only return the last N lines of the console log (LP: #1081436)
73+ - [9c7a711] console auth does not work with memcache, unicode error
74+ (LP: #1057279)
75+ - [b27f7ef] disk path not exists when using LXC with libvirt_images_type=lvm
76+ (LP: #1079113)
77+ - [1351c6b] nova-api now requires quantumclient (LP: #1070509)
78+ - [612f404] nova-api now requires quantumclient (LP: #1070509)
79+ - [7e8a166] nova-compute (folsom) fails to start, compute_driver is None
80+ (LP: #1081836)
81+ - [182ca80] Nova API does not work with QuantumV2 API subclasses
82+ (LP: #1070045)
83+ - [55d1412] 413 error code doesn't always provide Retry-After (LP: #1079387)
84+ - [1581505] Snapshotting LXC instance fails (LP: #1058273)
85+ - [197398f] Stop network.api import on network import
86+ - [b874d21] Scheduler Race Condition at high volume (LP: #1073956)
87+ - [3316e1f] Nic Ordering not guaranteed with Quantum API (LP: #1064524)
88+ - [ab7e37e] Stable oslo (aka common) update
89+ - [3f7788c] update nova to report quantum floating IPs (LP: #1023169)
90+ - [d3fd05b] metadata service throws 500 - NoSuchOptError (LP: #1063851)
91+ - [97542c9] libvirt imagecache still runs even if disabled (LP: #1075017)
92+ - [b31f528] OS API: XML Namespace Handling Broken (LP: #887191)
93+ - [76b44d9] nova-api crashes if it is run with nobody account.
94+ (LP: #1073858)
95+ - [d59f6ad] nova-compute will assign the same device name if volume-attach
96+ continuously (LP: #1062033)
97+ - [8e11181] Nova does not delete the LV on LVM backed VMs (LP: #1078085)
98+ - [9bf2c6a] Fixed instance deletion issue from Nova API.
99+ - [c0e1247] forget to release resource when terminate an instance from a
100+ failed compute node (LP: #1067214)
101+ - [49397a4] ensure_default_security_group() does not call sgh (LP: #1050982)
102+ - [47ff8a5] trigger_instance[add/remove]_security_group_refresh are never
103+ called (LP: #1057069)
104+ - [c9cade2] Resource reservation isn't rolled back properly for certain
105+ failures during Instance Create (LP: #1065092)
106+ - [34c3845] Resource tracker uses regex DB query too often (LP: #1060363)
107+ - [92eddd2] Logging CPU incompatibility when attempting live migration fails
108+ (LP: #1076308)
109+ - [8b4896b] hostname in metadata ends with . if dhcp_domain flag is empty
110+ (LP: #1064713)
111 - [ded0473] deletes fail when instance in RESIZED (LP: #1056601)
112 - [d015be5] libvirt: cannot detach volume from stopped domain (LP: #1057730)
113 - [d5888f1] Resizing a Xen instance with attached volumes fails
114@@ -44,7 +140,7 @@
115 - [9e20735] Tests fail on 32bit machines (_get_hash_str is platform
116 dependent) (LP: #1050359)
117
118- -- Adam Gandelman <adamg@canonical.com> Thu, 01 Nov 2012 14:00:48 +0100
119+ -- Adam Gandelman <adamg@canonical.com> Fri, 30 Nov 2012 11:57:06 -0400
120
121 nova (2012.2-0ubuntu5) quantal; urgency=low
122

Subscribers

People subscribed via source and target branches