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

Subscribers

People subscribed via source and target branches