Merge lp://qastaging/~yolanda.robla/ubuntu/precise/nova/essex-sru into lp://qastaging/ubuntu/precise-updates/nova

Proposed by James Page
Status: Superseded
Proposed branch: lp://qastaging/~yolanda.robla/ubuntu/precise/nova/essex-sru
Merge into: lp://qastaging/ubuntu/precise-updates/nova
Diff against target: 2585 lines (+766/-284)
46 files modified
.gitignore (+0/-20)
.gitreview (+0/-5)
.mailmap (+0/-82)
.pc/fix-pep8-errors.patch/nova/tests/api/openstack/compute/contrib/test_simple_tenant_usage.py (+22/-6)
.pc/fix-pep8-errors.patch/nova/virt/libvirt/connection.py (+24/-10)
Authors (+6/-1)
ChangeLog (+479/-113)
PKG-INFO (+1/-1)
debian/changelog (+35/-0)
debian/nova-api-ec2.logrotate (+3/-0)
debian/nova-api-metadata.logrotate (+3/-0)
debian/nova-api-os-compute.logrotate (+3/-0)
debian/nova-api.logrotate (+3/-0)
debian/nova-cert.logrotate (+3/-0)
debian/nova-common.nova-manage.logrotate (+3/-0)
debian/nova-compute.logrotate (+3/-0)
debian/nova-console.logrotate (+3/-0)
debian/nova-consoleauth.logrotate (+3/-0)
debian/nova-network.logrotate (+3/-0)
debian/nova-network.nova-dhcpbridge.logrotate (+3/-0)
debian/nova-objectstore.logrotate (+3/-0)
debian/nova-scheduler.logrotate (+3/-0)
debian/nova-vncproxy.logrotate (+3/-0)
debian/nova-volume.logrotate (+3/-0)
debian/nova-xvpvncproxy.logrotate (+4/-1)
nova.egg-info/PKG-INFO (+1/-1)
nova.egg-info/SOURCES.txt (+0/-3)
nova/api/openstack/compute/contrib/flavorextradata.py (+1/-1)
nova/api/openstack/compute/contrib/simple_tenant_usage.py (+7/-0)
nova/compute/api.py (+2/-0)
nova/db/sqlalchemy/api.py (+1/-1)
nova/manager.py (+5/-0)
nova/network/linux_net.py (+1/-0)
nova/network/manager.py (+1/-2)
nova/tests/api/openstack/compute/contrib/test_simple_tenant_usage.py (+22/-6)
nova/tests/fakelibvirt.py (+2/-0)
nova/tests/network/test_manager.py (+35/-0)
nova/tests/test_db_api.py (+2/-0)
nova/tests/test_libvirt.py (+13/-1)
nova/tests/test_linux_net.py (+1/-1)
nova/utils.py (+11/-9)
nova/version.py (+1/-1)
nova/virt/disk/api.py (+1/-0)
nova/virt/firewall.py (+14/-6)
nova/virt/libvirt/connection.py (+24/-10)
nova/virt/libvirt/volume.py (+5/-3)
To merge this branch: bzr merge lp://qastaging/~yolanda.robla/ubuntu/precise/nova/essex-sru
Reviewer Review Type Date Requested Status
James Page Needs Fixing
Review via email: mp+140391@code.qastaging.launchpad.net

This proposal has been superseded by a proposal from 2012-12-18.

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

Yolanda

The only problem I can see is with the changelog:

=== modified file 'debian/changelog'
--- debian/changelog 2012-12-17 10:39:28 +0000
+++ debian/changelog 2012-12-18 11:53:10 +0000
@@ -1,8 +1,7 @@
 nova (2012.1.4+stable-20121217-9f277e38-0ubuntu1) precise-proposed; urgency=low

   [ Chuck Short ]
- * debian/*.logrotate: compress logfiles when they are rotated. (LP:
- #1049915)
+ * debian/*.logrotate: compress logfiles when they are rotated. (LP: #1049915)

   [ Yolanda Robla Mota ]
   * Resynchronize with stable/essex (9f277e38):
@@ -43,7 +42,7 @@
     - [ae280ca] Deleted floating ips can cause instance delete to fail
       (LP: #1038266)

- -- Adam Gandelman <email address hidden> Mon, 27 Aug 2012 14:50:40 -0700
+ -- Adam Gandelman <email address hidden> Mon, 27 Aug 2012 14:50:40 -0700

 nova (2012.1.3+stable-20120824-86fb7362-0ubuntu1) precise-proposed; urgency=low

The bug reference needs to be in a single line and Adam's email address has been truncated.

Fix that up and this branch looks good to go.

review: Needs Fixing
87. By Yolanda Robla

fixing typos in changelog

Unmerged revisions

87. By Yolanda Robla

fixing typos in changelog

86. By Yolanda Robla

[ Chuck Short ]
* debian/*.logrotate: compress logfiles when they are rotated. (LP:
  #1049915)

[ Yolanda Robla Mota ]
* Resynchronize with stable/essex (9f277e38):
  - [80fefe5] use_single_default_gateway does not function correctly
    (LP: #1075859)
  - [bd10241] Essex 2012.1.3 : Error deleting instance with 2 Nova Volumes
    attached (LP: #1079745)
  - [86a5937] do_refresh_security_group_rules in nova.virt.firewall is very
    slow (LP: #1062314)
  - [ae9c5f4] deallocate_fixed_ip attempts to update an already deleted
    fixed_ip (LP: #1017633)
  - [20f98c5] failed to allocate fixed ip because old deleted one exists
    (LP: #996482)
  - [75f6922] snapshot stays in saving state if the vm base image is deleted
    (LP: #921774)
  - [1076699] lock files may be removed in error dues to permissions issues
    (LP: #1051924)
  - [40c5e94] ensure_default_security_group() does not call sgh (LP: #1050982)
  - [4eebe76] At termination, LXC rootfs is not always unmounted before
    rmtree() is called (LP: #1046313)
  - [47dabb3] Heavily loaded nova-compute instances don't sent reports
    frequently enough (LP: #1045152)
  - [b375b4f] When attach volume lost attach when node restart (LP: #1004791)
  - [4ac2dcc] nova usage-list returns wrong usage (LP: #1043999)
  - [014fcbc] Bridge port's hairpin mode not set after resuming a machine
    (LP: #1040537)
  - [2f35f8e] Nova flavor ephemeral space size reported incorrectly
    (LP: #1026210)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches

to all changes: