[Bug 975655] Re: Migration 012_id_to_uuid attempts to convert IDs twice for non-sqlite databases

2012-04-07 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/6343

** Changed in: glance
   Status: New => In Progress

** Changed in: glance
 Assignee: (unassigned) => Adam Gandelman (gandelman-a)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975655

Title:
  Migration 012_id_to_uuid attempts to convert IDs twice for non-sqlite
  databases

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/975655/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975651] Re: Image properties that reference image ids are not updated to UUIDs

2012-04-07 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/6343

** Changed in: glance
   Status: New => In Progress

** Changed in: glance
 Assignee: (unassigned) => Adam Gandelman (gandelman-a)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975651

Title:
  Image properties that reference image ids are not updated to UUIDs

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/975651/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959426] Re: nova + glance services die if started before db is reachable

2012-03-30 Thread OpenStack Hudson
** Changed in: nova
 Assignee: Adam Gandelman (gandelman-a) => Vish Ishaya (vishvananda)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959426

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959426] Re: nova + glance services die if started before db is reachable

2012-03-30 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/5939
Committed: 
http://github.com/openstack/nova/commit/a4dd6b6f06d222f49bd0d2582dfe0f2925a1638f
Submitter: Jenkins
Branch:master

commit a4dd6b6f06d222f49bd0d2582dfe0f2925a1638f
Author: Adam Gandelman 
Date:   Wed Mar 28 18:52:41 2012 -0700

Ensure a functional database connection

Allow retrying database connection in get_engine() at an interval.  Resolves
the issue of nova components erroring at startup if a database connection is
unavailable, particularly at boot. Borrowed from a similar commit to glance,
(https://review.openstack.org/#change,5552).

Fixes Bug #959426 for nova.

Update: * Properly return an engine (fixes tests)
* Setting sql_max_retries to -1 will retry infinitely
* Bumped options count in nova.conf.sample
* i18n log warning
* Add note to flag help about -1 == infinite
* Pep8 fix

Change-Id: Id34eda9e0bad6b477a74e9a7d3575e513e6291d5


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959426

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959426] Fix proposed to nova (milestone-proposed)

2012-04-02 Thread OpenStack Hudson
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/6075

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959426

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959426] Re: nova + glance services die if started before db is reachable

2012-04-02 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6075
Committed: 
http://github.com/openstack/nova/commit/ccb93c47370d774dc7b1959f2b2d038a4819855d
Submitter: Jenkins
Branch:milestone-proposed

commit ccb93c47370d774dc7b1959f2b2d038a4819855d
Author: Thierry Carrez 
Date:   Mon Apr 2 11:55:35 2012 +0200

Ensure a functional database connection

Allow retrying database connection in get_engine() at an interval.  Resolves
the issue of nova components erroring at startup if a database connection is
unavailable, particularly at boot. Borrowed from a similar commit to glance,
(https://review.openstack.org/#change,5552).

This also fixes code duplication due to a half-backport of
commit 155ef7daab08d7f3fb8f7838df1d715bf1dc2f3f

Fixes Bug #959426 for nova.

Change-Id: Ifea94da8347714887c8cae02cc48288f3fa4fa7f


** Changed in: nova
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959426

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 977765] Fix proposed to nova (stable/essex)

2012-04-10 Thread OpenStack Hudson
Fix proposed to branch: stable/essex
Review: https://review.openstack.org/6431

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/977765

Title:
  Image registration (ec2) is broken using deprecated auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/977765/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 977765] Re: Image registration (ec2) is broken using deprecated auth

2012-04-10 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6431
Committed: 
http://github.com/openstack/nova/commit/6e988ed75c5ba507d79818bc24a1bd2f8250ce2b
Submitter: Jenkins
Branch:stable/essex

commit 6e988ed75c5ba507d79818bc24a1bd2f8250ce2b
Author: Adam Gandelman 
Date:   Tue Apr 10 16:44:27 2012 -0700

Populate image properties with project_id again

This allows ec2 image publishing to function on Essex for users
who are still using deprecated auth.  This isn't targetted toward
master and is proposed to stable/essex for the sake of aiding
users transition to Keystone during upgrades from diablo +
deprecated_auth.

Fixes bug 977765

Change-Id: I809b669e88fe25234569d0c744d14aff6bbd4713


** Tags added: in-stable-essex

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/977765

Title:
  Image registration (ec2) is broken using deprecated auth

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/977765/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959294] Re: Can't delete users

2012-04-02 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/6109

** Changed in: keystone
   Status: Incomplete => In Progress

** Changed in: keystone
 Assignee: Dolph Mathews (dolph) => Adam Gandelman (gandelman-a)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959294

Title:
  Can't delete users

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/959294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 967887] Fix proposed to glance (milestone-proposed)

2012-04-03 Thread OpenStack Hudson
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/6167

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/967887

Title:
  Glance's auto-recovery of db connections is incompatible with newer
  sqlalchemy

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/967887/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 967887] Re: Glance's auto-recovery of db connections is incompatible with newer sqlalchemy

2012-04-03 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6167
Committed: 
http://github.com/openstack/glance/commit/f5ed968136311da032989eab71a5b69e99d15add
Submitter: Jenkins
Branch:milestone-proposed

commit f5ed968136311da032989eab71a5b69e99d15add
Author: Adam Gandelman 
Date:   Wed Mar 28 17:08:13 2012 -0700

Add MySQLPingListener() back

The use of wrap_db() to catch low-level problems in the connection
pool appears to be incompatible with new versions of sqlalchemy
(0.7.4/precise).  This re-instates the use of a event listener to
catch the error of 'mysql has gone away'.  Keeps the wrapping
logic in place for use before the connection pool has been constructed,
specifically to allow glance to retry its initial database connection on
service startup.

Fixes bug 967887

Change-Id: Ia732377d3404104b8acf7fe4ada164ec7ecf705f


** Changed in: glance
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/967887

Title:
  Glance's auto-recovery of db connections is incompatible with newer
  sqlalchemy

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/967887/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959294] Re: Can't delete users

2012-04-03 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6109
Committed: 
http://github.com/openstack/keystone/commit/75a8dfef51f3566cd5d4cacee41f34bbbf9d15bd
Submitter: Jenkins
Branch:master

commit 75a8dfef51f3566cd5d4cacee41f34bbbf9d15bd
Author: Adam Gandelman 
Date:   Mon Apr 2 14:21:43 2012 -0700

Remove tenant membership during user deletion

Remove users' tenant membership on user deletion.  Resolves a FK constraint
issue that previously went unnoticed due to testing against database
configurations that do not support FK constraints (MyISAM).

Fixes LP bug 959294.

Update: * Move tenant membership cleanup to the sql identity backend
* Add a test case to test_backend_sql

Change-Id: Ib4f5da03033f7886b36d1ab3b8b4ac37f08b2e0e


** Changed in: keystone
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959294

Title:
  Can't delete users

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/959294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959294] Fix proposed to keystone (milestone-proposed)

2012-04-03 Thread OpenStack Hudson
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/6207

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959294

Title:
  Can't delete users

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/959294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959294] Fix merged to keystone (milestone-proposed)

2012-04-03 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6207
Committed: 
http://github.com/openstack/keystone/commit/7d08d12cea96910145f05499ba7d124603d7c4f6
Submitter: Jenkins
Branch:milestone-proposed

commit 7d08d12cea96910145f05499ba7d124603d7c4f6
Author: Adam Gandelman 
Date:   Mon Apr 2 14:21:43 2012 -0700

Remove tenant membership during user deletion

Remove users' tenant membership on user deletion.  Resolves a FK constraint
issue that previously went unnoticed due to testing against database
configurations that do not support FK constraints (MyISAM).

Fixes LP bug 959294.

Update: * Move tenant membership cleanup to the sql identity backend
* Add a test case to test_backend_sql

Change-Id: Ib4f5da03033f7886b36d1ab3b8b4ac37f08b2e0e

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959294

Title:
  Can't delete users

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/959294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959294] Re: Can't delete users

2012-04-04 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/6216

** Changed in: keystone
   Status: Fix Released => In Progress

** Changed in: keystone
 Assignee: Adam Gandelman (gandelman-a) => J. Daniel Schmidt (jdsn)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959294

Title:
  Can't delete users

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/959294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/6231

** Changed in: nova
   Status: New => In Progress

** Changed in: nova
 Assignee: (unassigned) => Chuck Short (zulcss)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973377

Title:
  /var/lib/nova/instances/_base has wrong permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/973377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973377] Fix proposed to nova (milestone-proposed)

2012-04-04 Thread OpenStack Hudson
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/6235

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973377

Title:
  /var/lib/nova/instances/_base has wrong permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/973377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread OpenStack Hudson
** Changed in: nova
 Assignee: Chuck Short (zulcss) => Vish Ishaya (vishvananda)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973377

Title:
  /var/lib/nova/instances/_base has wrong permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/973377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6231
Committed: 
http://github.com/openstack/nova/commit/f698eba45752fd914892ed2bf1d5ef7e484e
Submitter: Jenkins
Branch:master

commit f698eba45752fd914892ed2bf1d5ef7e484e
Author: Chuck Short 
Date:   Wed Apr 4 12:36:42 2012 -0400

Fix traceback in image cache manager.

When nova is running as a different user, the image
cache manager can cause tracebacks because it is not
able to access the file. This fixes bug: 973377

Change-Id: I7902b024e7d564fbda97ce8532c1de84ab1a4206
Signed-off-by: Chuck Short 


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973377

Title:
  /var/lib/nova/instances/_base has wrong permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/973377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 973377] Re: /var/lib/nova/instances/_base has wrong permissions

2012-04-04 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6235
Committed: 
http://github.com/openstack/nova/commit/2c7365c3b5d2a560d0709a7ad9dbf491000cdd9e
Submitter: Jenkins
Branch:milestone-proposed

commit 2c7365c3b5d2a560d0709a7ad9dbf491000cdd9e
Author: Chuck Short 
Date:   Wed Apr 4 12:36:42 2012 -0400

Fix traceback in image cache manager.

When nova is running as a different user, the image
cache manager can cause tracebacks because it is not
able to access the file. This fixes bug: 973377

Change-Id: I7902b024e7d564fbda97ce8532c1de84ab1a4206
Signed-off-by: Chuck Short 


** Changed in: nova
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/973377

Title:
  /var/lib/nova/instances/_base has wrong permissions

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/973377/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 943304] Fix proposed to nova (master)

2012-03-15 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/5389

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/943304

Title:
  LXC bind run_as_root commands are obviously wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/943304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 943304] Re: LXC bind run_as_root commands are obviously wrong

2012-03-15 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/5389
Committed: 
http://github.com/openstack/nova/commit/51b3510387cafec87e39c2a52e8578a66f3488d4
Submitter: Jenkins
Branch:master

commit 51b3510387cafec87e39c2a52e8578a66f3488d4
Author: Thierry Carrez 
Date:   Thu Mar 15 10:58:57 2012 +0100

Fix LXC volume attach issue

Fix erroneous use of echo to set permissions on LXC volume access.
Fixes bug 943304.

Note that based on input from the duplicate bug (948193), we set:
b x:x rwm
to /sys/fs/cgroup/devices/libvirt/lxc/x/devices.allow

instead of:
c x:x rwm
to /sys/fs/cgroup/devices/sysdefault/libvirt/lxc/x/devices.allow

Change-Id: Ia048d3f46799839b4b85c781bb50488e09ba9b5e


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/943304

Title:
  LXC bind run_as_root commands are obviously wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/943304/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956366] Re: self-referential security groups can not be deleted

2012-03-15 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/5424

** Changed in: nova
   Status: Triaged => In Progress

** Changed in: nova
 Assignee: (unassigned) => Adam Gandelman (gandelman-a)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956366

Title:
  self-referential security groups can not be deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/956366/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 954692] Fix proposed to nova (master)

2012-03-15 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/5437

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/954692

Title:
  cannot detach volume from terminated instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/954692/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956366] Re: self-referential security groups can not be deleted

2012-03-15 Thread OpenStack Hudson
** Changed in: nova
 Assignee: Adam Gandelman (gandelman-a) => Vish Ishaya (vishvananda)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956366

Title:
  self-referential security groups can not be deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/956366/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 954692] Re: cannot detach volume from terminated instance

2012-03-15 Thread OpenStack Hudson
** Changed in: nova
 Assignee: Adam Gandelman (gandelman-a) => Vish Ishaya (vishvananda)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/954692

Title:
  cannot detach volume from terminated instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/954692/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 954692] Re: cannot detach volume from terminated instance

2012-03-15 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/5437
Committed: 
http://github.com/openstack/nova/commit/6657f70ee3e792b39e45a2a96fb5d4b380f0ae91
Submitter: Jenkins
Branch:master

commit 6657f70ee3e792b39e45a2a96fb5d4b380f0ae91
Author: Adam Gandelman 
Date:   Thu Mar 15 18:08:35 2012 -0700

Allow proper instance cleanup if state == SHUTOFF

Removes an obsolete check for instance's power_state
on shutdown_instance().  With it in place, volume detachment
and disassociation never takes place.  Compute should instead rely
on virt drivers to handle this case and raise accordingly. libvirt's
destroy() currently handles powered off instances fine, and properly
detaches any existing volume connections.

Fixes bug 954692

Change-Id: I200d5b2073e5b52a9733d8324d016b14bdc96067


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/954692

Title:
  cannot detach volume from terminated instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/954692/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956366] Re: self-referential security groups can not be deleted

2012-03-15 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/5440

** Changed in: nova
 Assignee: Adam Gandelman (gandelman-a) => Mark McLoughlin (markmc)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956366

Title:
  self-referential security groups can not be deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/956366/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956366] Re: self-referential security groups can not be deleted

2012-03-15 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/5424
Committed: 
http://github.com/openstack/nova/commit/dd6c1907c6634ccb41c3d94ed3296498e32333b0
Submitter: Jenkins
Branch:master

commit dd6c1907c6634ccb41c3d94ed3296498e32333b0
Author: Adam Gandelman 
Date:   Thu Mar 15 15:38:11 2012 -0700

db api: Remove check for security groups reference

security_group_in_use() should only be checking that a security
group is associated with running instances, not that other groups
are referencing it in their rules.  With this check in place, it
becomes impossible to delete self-referential security groups.

Fixes bug 956366.

Update: Remove obsolete test as well

Change-Id: I31f49c655b044dbaf0fb66dfaadb876c9dc3d167


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956366

Title:
  self-referential security groups can not be deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/956366/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932466] Re: glance db migrations deadlock against precise mysql server

2012-02-15 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/4176
Committed: 
http://github.com/openstack/glance/commit/b90575d8e9b8001b1dc7ae5cfb4cc77e74151b69
Submitter: Jenkins
Branch:master

commit b90575d8e9b8001b1dc7ae5cfb4cc77e74151b69
Author: Adam Gandelman 
Date:   Tue Feb 14 17:01:59 2012 -0800

003_add_disk_format.py: Avoid deadlock in upgrade

The connection used to query existing images needs to be closed
earlier to avoid deadlocking later calls thru sqlalchemy.

Fixes bug 932466

Update: Update my email in Authors

Update: Revert Authors email to original, add git commit email
to .mailamp.

Change-Id: Ic248fdfe3933437928f0b393d8cde993b96bf2cb


** Changed in: glance
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932466

Title:
  glance db migrations deadlock against precise mysql server

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/932466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932468] Re: python-novaclient hardcodes UUID_CACHE_DIR, this should respect some env variable

2012-02-15 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/4190
Committed: 
http://github.com/openstack/python-novaclient/commit/1ee77c7fe314e015d14d9d5444fc21e84227bc47
Submitter: Jenkins
Branch:master

commit 1ee77c7fe314e015d14d9d5444fc21e84227bc47
Author: Dave Walker (Daviey) 
Date:   Wed Feb 15 11:22:05 2012 +

Allow UUID_CACHE_DIR overriding via env variable.

This is declared as NOVACLIENT_UUID_CACHE_DIR.
Resolves bug 932468 , defaulting to previous behaviour.
Added myself to AUTHORS

Change-Id: I154500517d7c882a4a090588a95f4b3bfee70595


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932468

Title:
  python-novaclient hardcodes UUID_CACHE_DIR, this should respect some
  env variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/932468/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975655] Re: Migration 012_id_to_uuid attempts to convert IDs twice for non-sqlite databases

2012-04-12 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6343
Committed: 
http://github.com/openstack/glance/commit/e4d04f50adc2426f08872b0cececfe48f1d18683
Submitter: Jenkins
Branch:master

commit e4d04f50adc2426f08872b0cececfe48f1d18683
Author: Adam Gandelman 
Date:   Fri Apr 6 20:59:39 2012 -0700

012_id_to_uuid: Also convert ramdisk + kernel ids

The original migration converts numerical IDs to UUIDs.  It updates
image_members and image_properties that reference image_id, but stops
short of updating actual properties that reference the new UUIDs,
specifically kernel_ids and ramdisk_ids.  This breaks launching
of instances in Nova whos images are associated with a kernel and/or rd.

Also, this fixes an issue when migrating against non-sqlite
databases where the actual conversion is executed twice.

Fixes bug 975655
Fixes bug 975651

Update: Only update kernel_ids and ramdisk_ids in image_properties
when converting to UUIDs

Change-Id: I76ecabc5ee266e2e9765740721e8ec1722cc5a7c


** Changed in: glance
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975655

Title:
  Migration 012_id_to_uuid attempts to convert IDs twice for non-sqlite
  databases

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/975655/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 975651] Re: Image properties that reference image ids are not updated to UUIDs

2012-04-12 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/6343
Committed: 
http://github.com/openstack/glance/commit/e4d04f50adc2426f08872b0cececfe48f1d18683
Submitter: Jenkins
Branch:master

commit e4d04f50adc2426f08872b0cececfe48f1d18683
Author: Adam Gandelman 
Date:   Fri Apr 6 20:59:39 2012 -0700

012_id_to_uuid: Also convert ramdisk + kernel ids

The original migration converts numerical IDs to UUIDs.  It updates
image_members and image_properties that reference image_id, but stops
short of updating actual properties that reference the new UUIDs,
specifically kernel_ids and ramdisk_ids.  This breaks launching
of instances in Nova whos images are associated with a kernel and/or rd.

Also, this fixes an issue when migrating against non-sqlite
databases where the actual conversion is executed twice.

Fixes bug 975655
Fixes bug 975651

Update: Only update kernel_ids and ramdisk_ids in image_properties
when converting to UUIDs

Change-Id: I76ecabc5ee266e2e9765740721e8ec1722cc5a7c


** Changed in: glance
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975651

Title:
  Image properties that reference image ids are not updated to UUIDs

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/975651/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956366] Re: self-referential security groups can not be deleted

2012-03-22 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/5440
Committed: 
http://github.com/openstack/nova/commit/5ca931c6d0e3a4759e7392cc7ee5f728d66c182f
Submitter: Jenkins
Branch:master

commit 5ca931c6d0e3a4759e7392cc7ee5f728d66c182f
Author: Mark McLoughlin 
Date:   Thu Mar 15 22:52:49 2012 -0400

Re-instate security group delete test case

While fixing lp#956366, we realized that it's fine to delete a security
group referenced by an ingress rule of another security group because
the ingress rule gets deleted.

Re-instate the test for this specific case, but test that the ingress
rule gets deleted rather than an exception being thrown.

Change-Id: I81ad16431f5f8f13561dfcb320213366e1e8864e


** Changed in: nova
   Status: Fix Released => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956366

Title:
  self-referential security groups can not be deleted

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/956366/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 959426] Re: nova + glance services die if started before db is reachable

2012-03-23 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/5760

** Changed in: glance
   Status: New => In Progress

** Changed in: glance
 Assignee: (unassigned) => Adam Gandelman (gandelman-a)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/959426

Title:
  nova + glance services die if started before db is reachable

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/959426/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 832507] Re: console.log grows indefinitely

2012-03-05 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/4932

** Changed in: nova
   Status: Confirmed => In Progress

** Changed in: nova
 Assignee: (unassigned) => Chuck Short (zulcss)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/832507

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932466] Re: glance db migrations deadlock against precise mysql server

2012-02-14 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/4176

** Changed in: glance
   Status: New => In Progress

** Changed in: glance
 Assignee: (unassigned) => Adam Gandelman (gandelman-a)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932466

Title:
  glance db migrations deadlock against precise mysql server

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/932466/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932468] Re: python-novaclient hardcodes UUID_CACHE_DIR, this should respect some env variable

2012-02-15 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/4190

** Changed in: nova
   Status: New => In Progress

** Changed in: nova
 Assignee: (unassigned) => Dave Walker (davewalker)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932468

Title:
  python-novaclient hardcodes UUID_CACHE_DIR, this should respect some
  env variable

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/932468/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998137] Fix proposed to keystone (master)

2012-05-11 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/7353

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998137

Title:
  Keystone user tenant membership not always removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/998137/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998137] Re: Keystone user tenant membership not always removed

2012-05-15 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/7353
Committed: 
http://github.com/openstack/keystone/commit/2e912f4b91b57c060c2363c067125276a92457d2
Submitter: Jenkins
Branch:master

commit 2e912f4b91b57c060c2363c067125276a92457d2
Author: Adam Gandelman 
Date:   Fri May 11 09:49:39 2012 -0700

Flush tenant membership deletion before user

Ensure user tenant membership is *actually* removed before deleting
user.

Fixes bug 998137.  This should be proposed to stable/essex as well.

Change-Id: I097456e603177646d62ebf08ca71af1fd7f787bf


** Changed in: keystone
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998137

Title:
  Keystone user tenant membership not always removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/998137/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1078947] Re: auth_token failure if signing_dir not specified running under upstart

2013-01-11 Thread OpenStack Hudson
** Changed in: python-keystoneclient
 Assignee: Dolph Mathews (dolph) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078947

Title:
  auth_token failure if signing_dir not specified running under upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1078947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1078947] Re: auth_token failure if signing_dir not specified running under upstart

2013-01-11 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/18058
Committed: 
http://github.com/openstack/python-keystoneclient/commit/e9ec399e66a737dd04fed79a2ba23ec34263cca2
Submitter: Jenkins
Branch:master

commit e9ec399e66a737dd04fed79a2ba23ec34263cca2
Author: Dolph Mathews 
Date:   Thu Dec 13 12:00:59 2012 -0600

Use os.path to find ~/keystone-signing (bug 1078947)

Change-Id: Ie816d34299c92ba7d5cf6acf717ccfbf029f724f


** Changed in: python-keystoneclient
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078947

Title:
  auth_token failure if signing_dir not specified running under upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1078947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1097451] Fix proposed to quantum (stable/folsom)

2013-01-14 Thread OpenStack Hudson
Fix proposed to branch: stable/folsom
Review: https://review.openstack.org/19665

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1097451

Title:
  quantum-plugin-nicira miss a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1097451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1097451] Re: quantum-plugin-nicira miss a dependency

2013-01-16 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/19665
Committed: 
http://github.com/openstack/quantum/commit/9f1bf8d2dbaac9140e9373a4be476db027dc0979
Submitter: Jenkins
Branch:stable/folsom

commit 9f1bf8d2dbaac9140e9373a4be476db027dc0979
Author: Aaron Rosen 
Date:   Mon Jan 14 12:57:41 2013 -0800

quantum-plugin-nicira imports mock but was not used

The import of mock prevents quantum from starting when using the
nvp plugin since mock is not an install dependency. This patch
removes where mock was imported but did not actually need to be.

Fixes bug 1097451

Change-Id: If1569d437fe523e4fac8d686da52b0508ca1cbf3


** Tags added: in-stable-folsom

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1097451

Title:
  quantum-plugin-nicira miss a dependency

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1097451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1075859] Re: use_single_default_gateway does not function correctly

2012-12-12 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/16722
Committed: 
http://github.com/openstack/nova/commit/80fefe5d2b030ff9a6429b84ef9761f85b5ddc99
Submitter: Jenkins
Branch:stable/essex

commit 80fefe5d2b030ff9a6429b84ef9761f85b5ddc99
Author: Joseph W. Breu 
Date:   Thu Nov 15 14:25:50 2012 -0600

Fix use_single_default_gateway

With FlatDHCP and use_single_default_gateway nova-network creates
an invalid entry in the dnsmasq .opts file for the network that
contains a blank router option.  New instances will not receive
a default gateway.

Change-Id: I4c2da61def0681b7b253ae387bf83c069484e28b
Fixes: bug #1075859
(cherry picked from commit 1b455923446de6fcfee7166059db72b80ff51dfe)


** Changed in: nova/essex
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1075859

Title:
  use_single_default_gateway does not function correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1075859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1083155] Re: Unable to set Content-MD5 header when using chunked transfer encoding

2012-12-12 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/17926

** Changed in: glance
   Status: New => In Progress

** Changed in: glance
 Assignee: (unassigned) => Sascha Peilicke (saschpe)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1083155

Title:
  Unable to set Content-MD5 header when using chunked transfer encoding

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1083155/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 861504] Re: nova-compute-lxc limited by available nbd devices to 16 instances

2012-12-12 Thread OpenStack Hudson
** Changed in: nova
   Status: Confirmed => In Progress

** Changed in: nova
 Assignee: (unassigned) => Michael Still (mikalstill)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/861504

Title:
  nova-compute-lxc limited by available nbd devices to 16 instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861504/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 861504] Re: nova-compute-lxc limited by available nbd devices to 16 instances

2012-12-12 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/17886
Committed: 
http://github.com/openstack/nova/commit/ab3c602ac5456a509057f915a741970afeab0d4b
Submitter: Jenkins
Branch:master

commit ab3c602ac5456a509057f915a741970afeab0d4b
Author: Michael Still 
Date:   Mon Dec 10 15:17:12 2012 +1100

Autodetect nbd devices.

This means we don't need to the max_nbd_devices flag any more at all.
This patch also moves the internal representation of the list of
available nbd devices to not including the leading /dev/, but that is
not exposed as a change in the interface to the class.

Resolves bug 861504 and its duplicate 1088339.

DocImpact.

Change-Id: I5c6218122ab09781d8a2ecd6d8b76a74be4a6e91


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/861504

Title:
  nova-compute-lxc limited by available nbd devices to 16 instances

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/861504/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1078947] Re: auth_token failure if signing_dir not specified running under upstart

2012-12-13 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/18058

** Changed in: python-keystoneclient
   Status: Triaged => In Progress

** Changed in: python-keystoneclient
 Assignee: (unassigned) => Dolph Mathews (dolph)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1078947

Title:
  auth_token failure if signing_dir not specified running under upstart

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1078947/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2012-12-18 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/18336

** Changed in: nova
   Status: Triaged => In Progress

** Changed in: nova
 Assignee: Jian Wen (wenjianhn) => Adam Gandelman (gandelman-a)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029430

Title:
  KVM guests networking issues with no virbr0 and with vhost_net kernel
  modules loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1029430/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1029430] Re: KVM guests networking issues with no virbr0 and with vhost_net kernel modules loaded

2012-12-19 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/18336
Committed: 
http://github.com/openstack/nova/commit/901a3dacb6f2d36cbe8d23707dba75452e91df33
Submitter: Jenkins
Branch:master

commit 901a3dacb6f2d36cbe8d23707dba75452e91df33
Author: Adam Gandelman 
Date:   Tue Dec 18 09:50:46 2012 -0800

Add an iptables mangle rule per-bridge for DHCP.

When vhost-net is present on a host, and DHCP services are
run on the same system as guests (multi_host), an iptables
rule is needed to fill packet checksums.  This adds a rule
per-bridge for multi_host networks when vhost-net is present,
similar to how newer versions of libvirt handle the issue for
bridges/networks that it manages.

Fixes LP: #1029430

EDIT: Updated tests and pep8.

Change-Id: I1a51c1d808fa47a77e713dbfe384ffad183d6031


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1029430

Title:
  KVM guests networking issues with no virbr0 and with vhost_net kernel
  modules loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1029430/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 925609] Fix proposed to glance (stable/folsom)

2013-01-25 Thread OpenStack Hudson
Fix proposed to branch: stable/folsom
Review: https://review.openstack.org/20492

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925609

Title:
  install throws errors about SADeprecationWarning

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/925609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 925609] Re: install throws errors about SADeprecationWarning

2013-01-25 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/20492
Committed: 
http://github.com/openstack/glance/commit/4c96080375553f5ff4b1470160464bcfb910
Submitter: Jenkins
Branch:stable/folsom

commit 4c96080375553f5ff4b1470160464bcfb910
Author: David Ripton 
Date:   Mon Oct 8 15:24:45 2012 -0400

Change useexisting to extend_existing to fix deprecation warnings.

This squelches a deprecation warning during installation.

We're already using extend_existing in other places, so I don't
think this causes any new version compatibility issues.

Fixes bug 925609.  (Already marked fixed, but this hits more cases.)

Includes some merges with a whitespace-cleanup fix.

Change-Id: Ia166e9184ed3e13753c5669a1006a3711738319a


** Tags added: in-stable-folsom

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925609

Title:
  install throws errors about SADeprecationWarning

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/925609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1073569] Fix proposed to nova (stable/essex)

2013-02-25 Thread OpenStack Hudson
Fix proposed to branch: stable/essex
Review: https://review.openstack.org/22943

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1073569

Title:
  Jenkins jobs fail because of incompatibility between sqlalchemy-
  migrate and the newest sqlalchemy-0.8.0b1

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1073569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1073569] Fix merged to nova (stable/essex)

2013-02-26 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/22943
Committed: 
http://github.com/openstack/nova/commit/87361d34878618a0ffb1cb79bb8ec5a022c82d5f
Submitter: Jenkins
Branch:stable/essex

commit 87361d34878618a0ffb1cb79bb8ec5a022c82d5f
Author: Jeremy Stanley 
Date:   Tue Feb 26 02:51:48 2013 +

Force earlier version of sqlalchemy

Fixes bug 1073569

Backported from https://review.openstack.org/15097

Set the version of sqlalchemy to be earlier than the 0.8 beta as it
is incompatible with the latest available sqlalchemy-migrate and as
a result run_tests.sh does not run any tests.

Change-Id: I3cb367306c4e3801c9979bba0bd03a11fcea9aa2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1073569

Title:
  Jenkins jobs fail because of incompatibility between sqlalchemy-
  migrate and the newest sqlalchemy-0.8.0b1

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1073569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1061665] Fix proposed to openstack-manuals (stable/folsom)

2013-02-01 Thread OpenStack Hudson
Fix proposed to branch: stable/folsom
Review: https://review.openstack.org/21018

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061665

Title:
  Filter scheduler not respecting the force_hosts hint

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1061665/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1061665] Re: Filter scheduler not respecting the force_hosts hint

2013-02-01 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/21018
Committed: 
http://github.com/openstack/openstack-manuals/commit/d9b0e389b94ae8972ba3404069bcb0866c53e26c
Submitter: Jenkins
Branch:stable/folsom

commit d9b0e389b94ae8972ba3404069bcb0866c53e26c
Author: atul jha 
Date:   Tue Nov 13 21:10:11 2012 +0530

Cherry picked from https://review.openstack.org/#/c/15983/

Fix bug 1061665, --force_hosts hint for launching instance updates

--force_hosts no longer available in Folsom, have to indicate
an availability zone instead.

Patchset attempts to explain how to get the availability zone
name that you want. Please review.

Patchset addresses comments about zone versus host, adding
new section rather than replacing host section completely.

Change-Id: Ifea0df3dc950c165718fa160bc08f1b1487c3f82


** Tags added: in-stable-folsom

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061665

Title:
  Filter scheduler not respecting the force_hosts hint

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1061665/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1122206] Re: l3_agent destroys all namespaces on init, even if router_id is set

2013-02-12 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/21759
Committed: 
http://github.com/openstack/quantum/commit/45baf034466275fbc32ababada1513c7b5e76c01
Submitter: Jenkins
Branch:stable/folsom

commit 45baf034466275fbc32ababada1513c7b5e76c01
Author: Christoph Thiel 
Date:   Tue Feb 12 11:44:23 2013 +0100

only destroy single namespace if router_id is set

Fixes bug 1122206

If multiple instances of l3_agent are running on the same host, all qrouter-
namespaces will be destroyed as new l3_agents are started.  This fix allows
for multiple l3_agents to be running on the same host when router_id is set
for each agent.

Change-Id: I879cdc6faba94900f831232232d67e471c70d778


** Tags added: in-stable-folsom

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1122206

Title:
  l3_agent destroys all namespaces on init, even if router_id is set

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1122206/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102110] Fix proposed to ceilometer (master)

2013-03-04 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/23420

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102110

Title:
  Grizzly testing packages : python-ceilometer installation fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1102110/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1102110] Re: Grizzly testing packages : python-ceilometer installation fails

2013-03-04 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/23420
Committed: 
http://github.com/openstack/ceilometer/commit/34cb09d9b273a104c6086a94b86a66789a3a0079
Submitter: Jenkins
Branch:master

commit 34cb09d9b273a104c6086a94b86a66789a3a0079
Author: Chuck Short 
Date:   Mon Mar 4 09:33:33 2013 -0600

Exclude tests when installing ceilometer

Dont include the tests directory when installing
ceilometer as they might conflict with other
poorly installed packages on the users systems.

Fixes LP: #1102110

Signed-off-by Chuck Short 

Change-Id: Ia8b0477af72b30dcf54b4751a51bbb460a7a90f4


** Changed in: ceilometer
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1102110

Title:
  Grizzly testing packages : python-ceilometer installation fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1102110/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 848643] Re: eucatools not working

2011-09-21 Thread OpenStack Hudson
** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/848643

Title:
  eucatools not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/848643/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1064835] Re: keystoneclient fails on SSL certificates that work for other services

2012-10-19 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/14572

** Changed in: python-keystoneclient
   Status: Confirmed => In Progress

** Changed in: python-keystoneclient
 Assignee: (unassigned) => Sam Morrison (sorrison)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1064835

Title:
  keystoneclient fails on SSL certificates that work for other services

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1064835/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-10-10 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/14326

** Changed in: nova
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062314

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-10-11 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14326
Committed: 
http://github.com/openstack/nova/commit/ba585524e32965697c1a44c8fd743dea060bb1af
Submitter: Jenkins
Branch:master

commit ba585524e32965697c1a44c8fd743dea060bb1af
Author: Michael Still 
Date:   Thu Oct 11 15:46:11 2012 +1100

Avoid RPC calls while holding iptables lock.

This exhibitied itself as very slow instance starts on a Canonical
test cluster. This was because do_referesh_security_group_rules()
was making rpc calls while holding the iptables lock. This refactor
avoids that while making no functional changes (I hope).

This should resolve bug 1062314.

Change-Id: I36f805bd72f7bd06082cfe96c58d637203bcffb7


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062314

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-10-11 Thread OpenStack Hudson
Fix proposed to branch: stable/folsom
Review: https://review.openstack.org/14367

** Changed in: nova/folsom
   Status: New => In Progress

** Changed in: nova/folsom
 Assignee: (unassigned) => Pádraig Brady (p-draigbrady)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062314

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-10-11 Thread OpenStack Hudson
Fix proposed to branch: stable/essex
Review: https://review.openstack.org/14368

** Changed in: nova/essex
   Status: New => In Progress

** Changed in: nova/essex
 Assignee: (unassigned) => Pádraig Brady (p-draigbrady)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062314

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1065785] Re: volume and snapshot IDs do not correctly map to UUIDs after folsom upgrade

2012-10-11 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/14372

** Changed in: nova
   Status: New => In Progress

** Changed in: nova
 Assignee: (unassigned) => Adam Gandelman (gandelman-a)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065785

Title:
  volume and snapshot IDs do not correctly map to UUIDs after folsom
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065785/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-10-12 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14367
Committed: 
http://github.com/openstack/nova/commit/eee4dbb07e88e19ca891275f5ba1d381bd98b4e5
Submitter: Jenkins
Branch:stable/folsom

commit eee4dbb07e88e19ca891275f5ba1d381bd98b4e5
Author: Michael Still 
Date:   Thu Oct 11 15:46:11 2012 +1100

Avoid RPC calls while holding iptables lock.

This exhibitied itself as very slow instance starts on a Canonical
test cluster. This was because do_referesh_security_group_rules()
was making rpc calls while holding the iptables lock. This refactor
avoids that while making no functional changes (I hope).

Fixes bug: 1062314
Change-Id: I36f805bd72f7bd06082cfe96c58d637203bcffb7
Cherry-picked: ba585524e32965697c1a44c8fd743dea060bb1af


** Changed in: nova/folsom
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062314

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065785] Re: volume and snapshot IDs do not correctly map to UUIDs after folsom upgrade

2012-10-12 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14372
Committed: 
http://github.com/openstack/nova/commit/43bf8344488a6af1046344c255bdb2edd7450475
Submitter: Jenkins
Branch:master

commit 43bf8344488a6af1046344c255bdb2edd7450475
Author: Adam Gandelman 
Date:   Thu Oct 11 18:49:54 2012 -0700

read_deleted snapshot and volume id mappings.

Since the migration that creates the volume_id_mappings and
snapshot_id_mappings tables does not populate the 'deleted' column,
queries to this table should not limit results to 'deleted=0'.
Limiting to non-deleted rows results in duplicate mappings being
created for existing instance mappings after an upgrade, and
throws off volume and snapshot ID to UUID mapping.

This is a stop-gap measure to ensure avoid serious breakage during
an upgrade.  The NULL columns in this table are actually unused
currently and can be populated in later grizzly migrations, if they
end up being used.

Fixes bug 1065785.

Change-Id: I893c994362a203288b9984f0ede24cbb274bfcc5


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065785

Title:
  volume and snapshot IDs do not correctly map to UUIDs after folsom
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065785/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065785] Fix proposed to nova (stable/folsom)

2012-10-12 Thread OpenStack Hudson
Fix proposed to branch: stable/folsom
Review: https://review.openstack.org/14416

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065785

Title:
  volume and snapshot IDs do not correctly map to UUIDs after folsom
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065785/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065883] Re: ceph rbd username and secret should be configured in nova-compute, not passed from nova-volume/cinder

2012-10-21 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14458
Committed: 
http://github.com/openstack/nova/commit/af51b46b1e08b26c07bd32019e54b9c521cb7813
Submitter: Jenkins
Branch:master

commit af51b46b1e08b26c07bd32019e54b9c521cb7813
Author: James Page 
Date:   Mon Oct 15 13:21:55 2012 +0100

Allow local rbd user and secret_uuid configuration

By default, the rbd_user and rbd_secret_uuid are specified in the
nova-volume/cinder configuration and passed to nova-compute when
volumes are attached to instances.

This change allows these values to be specified locally in
nova-compute which means access control to RADOS devices in ceph
can be managed independently from nova-volume/cinder with no
requirement for consistent uuid's for libvirt secrets.

Fixes bug 1065883.

Change-Id: I9f07d040ae267bfbe8f794a5d22d327106314cc6


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065883

Title:
  ceph rbd username and secret should be configured in nova-compute, not
  passed from nova-volume/cinder

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065883/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065702] Re: After folsom upgrade, instances can no longer access existing volumes.

2012-10-22 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/14615

** Changed in: nova
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065702

Title:
  After folsom upgrade, instances can no longer access existing volumes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065702/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1062277] Re: 092_add_instance_system_metadata migration fails when upgrading

2012-10-22 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/14617

** Changed in: nova
   Status: Confirmed => In Progress

** Changed in: nova
 Assignee: (unassigned) => Sam Morrison (sorrison)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062277

Title:
  092_add_instance_system_metadata migration fails when upgrading

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062277/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 925609] Re: install throws errors about SADeprecationWarning

2012-10-23 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14177
Committed: 
http://github.com/openstack/glance/commit/baf402652b578ade15263c5c9357797cf04ec824
Submitter: Jenkins
Branch:master

commit baf402652b578ade15263c5c9357797cf04ec824
Author: David Ripton 
Date:   Mon Oct 8 15:24:45 2012 -0400

Change useexisting to extend_existing to fix deprecation warnings.

This squelches a deprecation warning during installation.

We're already using extend_existing in other places, so I don't
think this causes any new version compatibility issues.

Fixes bug 925609.  (Already marked fixed, but this hits more cases.)

Includes some merges with a whitespace-cleanup fix.

Change-Id: Ia166e9184ed3e13753c5669a1006a3711738319a


** Changed in: glance
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925609

Title:
  install throws errors about SADeprecationWarning

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/925609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065785] Re: volume and snapshot IDs do not correctly map to UUIDs after folsom upgrade

2012-10-24 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14416
Committed: 
http://github.com/openstack/nova/commit/32d8722d3bf86946a56afc74b9cc301a39a2bef1
Submitter: Jenkins
Branch:stable/folsom

commit 32d8722d3bf86946a56afc74b9cc301a39a2bef1
Author: Adam Gandelman 
Date:   Thu Oct 11 18:49:54 2012 -0700

read_deleted snapshot and volume id mappings.

Since the migration that creates the volume_id_mappings and
snapshot_id_mappings tables does not populate the 'deleted' column,
queries to this table should not limit results to 'deleted=0'.
Limiting to non-deleted rows results in duplicate mappings being
created for existing instance mappings after an upgrade, and
throws off volume and snapshot ID to UUID mapping.

This is a stop-gap measure to ensure avoid serious breakage during
an upgrade.  The NULL columns in this table are actually unused
currently and can be populated in later grizzly migrations, if they
end up being used.

Fixes bug 1065785.

Change-Id: I893c994362a203288b9984f0ede24cbb274bfcc5
(cherry picked from commit 43bf8344488a6af1046344c255bdb2edd7450475)


** Changed in: nova/folsom
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065785

Title:
  volume and snapshot IDs do not correctly map to UUIDs after folsom
  upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1065785/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065702] Fix proposed to cinder (master)

2012-10-24 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/14790

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065702

Title:
  After folsom upgrade, instances can no longer access existing volumes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065702/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044204] Re: swift-bench has bug at auth version 2.0.

2012-09-19 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/13293

** Changed in: python-swiftclient
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044204

Title:
  swift-bench has bug at auth version 2.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-swiftclient/+bug/1044204/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-20 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/13443

** Changed in: quantum
   Status: Confirmed => In Progress

** Changed in: quantum
 Assignee: (unassigned) => dan wendlandt (danwent)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052522

Title:
  L3 plugin exists / dies when external bridge isn't up

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1052522/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-21 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/13443
Committed: 
http://github.com/openstack/quantum/commit/da1cf7c27014182033b86a156e829d096459d9f0
Submitter: Jenkins
Branch:master

commit da1cf7c27014182033b86a156e829d096459d9f0
Author: Dan Wendlandt 
Date:   Thu Sep 20 23:52:52 2012 -0700

l3-agent: move check if ext-net bridge exists within daemon loop

bug 1052522

the l3 agent checked if the external network bridge exists in its
constructor, raising an uncaught exception if it did not.  this does not
make much sense when running the l3-agent as a deamon, especially since
it can be the case that the l3-agent starts before open vswitch.

Change-Id: Ie1717b2c02c9f0bc0caf34a6fdb0dc3a930123c0


** Changed in: quantum
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052522

Title:
  L3 plugin exists / dies when external bridge isn't up

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1052522/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1052522] Fix proposed to quantum (milestone-proposed)

2012-09-21 Thread OpenStack Hudson
Fix proposed to branch: milestone-proposed
Review: https://review.openstack.org/13457

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052522

Title:
  L3 plugin exists / dies when external bridge isn't up

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1052522/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1052522] Re: L3 plugin exists / dies when external bridge isn't up

2012-09-21 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/13457
Committed: 
http://github.com/openstack/quantum/commit/1aa2ac5d791cb1d0738f7a61ea6fd50721bec8a8
Submitter: Jenkins
Branch:milestone-proposed

commit 1aa2ac5d791cb1d0738f7a61ea6fd50721bec8a8
Author: Dan Wendlandt 
Date:   Thu Sep 20 23:52:52 2012 -0700

l3-agent: move check if ext-net bridge exists within daemon loop

bug 1052522

the l3 agent checked if the external network bridge exists in its
constructor, raising an uncaught exception if it did not.  this does not
make much sense when running the l3-agent as a deamon, especially since
it can be the case that the l3-agent starts before open vswitch.

Change-Id: Ie1717b2c02c9f0bc0caf34a6fdb0dc3a930123c0


** Changed in: quantum
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1052522

Title:
  L3 plugin exists / dies when external bridge isn't up

To manage notifications about this bug go to:
https://bugs.launchpad.net/quantum/+bug/1052522/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1065702] Fix proposed to nova (stable/folsom)

2012-10-29 Thread OpenStack Hudson
Fix proposed to branch: stable/folsom
Review: https://review.openstack.org/15005

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1065702

Title:
  After folsom upgrade, instances can no longer access existing volumes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065702/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1064835] Re: keystoneclient fails on SSL certificates that work for other services

2012-10-30 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14572
Committed: 
http://github.com/openstack/python-keystoneclient/commit/d81160e32e9828c6ba59da28a1f5ed79c9d05fdf
Submitter: Jenkins
Branch:master

commit d81160e32e9828c6ba59da28a1f5ed79c9d05fdf
Author: Sam Morrison 
Date:   Sat Oct 20 05:05:17 2012 +1100

Fixes https connections to keystone when no CA certificates
are specified.

Fixes bug 1064835

Change-Id: I77987f01cc1395a4857ebdcb0bb6adf697866dd7


** Changed in: python-keystoneclient
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1064835

Title:
  keystoneclient fails on SSL certificates that work for other services

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1064835/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1062314] Re: do_refresh_security_group_rules in nova.virt.firewall is very slow

2012-10-31 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14368
Committed: 
http://github.com/openstack/nova/commit/86a59376c6d4d2ec5a05c8b63a419d0374e9d9c9
Submitter: Jenkins
Branch:stable/essex

commit 86a59376c6d4d2ec5a05c8b63a419d0374e9d9c9
Author: Michael Still 
Date:   Thu Oct 11 15:46:11 2012 +1100

Avoid RPC calls while holding iptables lock.

This exhibitied itself as very slow instance starts on a Canonical
test cluster. This was because do_referesh_security_group_rules()
was making rpc calls while holding the iptables lock. This refactor
avoids that while making no functional changes (I hope).

Fixes bug: 1062314
Change-Id: I36f805bd72f7bd06082cfe96c58d637203bcffb7
Cherry-picked: ba585524e32965697c1a44c8fd743dea060bb1af
Conflicts:
nova/virt/firewall.py


** Changed in: nova/essex
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1062314

Title:
  do_refresh_security_group_rules in nova.virt.firewall is very slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1062314/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044204] Re: swift-bench has bug at auth version 2.0.

2012-09-21 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/13293
Committed: 
http://github.com/openstack/python-swiftclient/commit/fe7c535db33f3ebdac2523507d8e11843ee73583
Submitter: Jenkins
Branch:master

commit fe7c535db33f3ebdac2523507d8e11843ee73583
Author: Andy McCrae 
Date:   Wed Sep 19 15:47:36 2012 +

Resolves issue with empty os_options for swift-bench & 
swift-dispersion-report

Fixes Bug 1044204

Change-Id: I5f0863776bc4e2953548bc7a3958141378a032a0


** Changed in: python-swiftclient
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044204

Title:
  swift-bench has bug at auth version 2.0.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-swiftclient/+bug/1044204/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1061166] Re: ec2 instance IDs are broken after folsom upgrade

2012-10-04 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/14063

** Changed in: nova
   Status: New => In Progress

** Changed in: nova
 Assignee: (unassigned) => Adam Gandelman (gandelman-a)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061166

Title:
  ec2 instance IDs are broken after folsom upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1061166/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1061166] Re: ec2 instance IDs are broken after folsom upgrade

2012-10-07 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14063
Committed: 
http://github.com/openstack/nova/commit/1d0402cf65458c941639f01334a996c11e592018
Submitter: Jenkins
Branch:master

commit 1d0402cf65458c941639f01334a996c11e592018
Author: Adam Gandelman 
Date:   Thu Oct 4 14:10:32 2012 -0700

Set read_deleted='yes' for instance_id_mappings.

Since the migration that creates the instance_id_mappings does
not populated the 'deleted' column, queries to this table should
not limit results to 'deleted=0'.  Limiting to non-deleted rows
results in duplicate mappings being created for existing instance
mappings after an upgrade, and throws off the entire EC2 instance
ID to UUID mapping.

Fixes LP: #1061166

Change-Id: I8893954fcae94a71dcc284c1b3b23b53901437eb


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061166

Title:
  ec2 instance IDs are broken after folsom upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1061166/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 925609] Re: install throws errors about SADeprecationWarning

2012-10-08 Thread OpenStack Hudson
** Changed in: glance
   Status: Fix Released => In Progress

** Changed in: glance
 Assignee: Chuck Short (zulcss) => David Ripton (dripton)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925609

Title:
  install throws errors about SADeprecationWarning

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/925609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1061166] Fix proposed to nova (stable/folsom)

2012-10-09 Thread OpenStack Hudson
Fix proposed to branch: stable/folsom
Review: https://review.openstack.org/14240

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061166

Title:
  ec2 instance IDs are broken after folsom upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1061166/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1061166] Re: ec2 instance IDs are broken after folsom upgrade

2012-10-09 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14240
Committed: 
http://github.com/openstack/nova/commit/b7e509af5d8bc3f9e26dea5cf5121c0f62348dc0
Submitter: Jenkins
Branch:stable/folsom

commit b7e509af5d8bc3f9e26dea5cf5121c0f62348dc0
Author: Adam Gandelman 
Date:   Thu Oct 4 14:10:32 2012 -0700

Set read_deleted='yes' for instance_id_mappings.

Since the migration that creates the instance_id_mappings does
not populated the 'deleted' column, queries to this table should
not limit results to 'deleted=0'.  Limiting to non-deleted rows
results in duplicate mappings being created for existing instance
mappings after an upgrade, and throws off the entire EC2 instance
ID to UUID mapping.

Fixes LP: #1061166

Change-Id: I8893954fcae94a71dcc284c1b3b23b53901437eb
(cherry picked from commit 1d0402cf65458c941639f01334a996c11e592018)


** Tags added: in-stable-folsom

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1061166

Title:
  ec2 instance IDs are broken after folsom upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1061166/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011640] Re: network configuration is not restored after host reboot

2012-07-31 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/10607

** Changed in: nova
   Status: New => In Progress

** Changed in: nova
 Assignee: (unassigned) => Chuck Short (zulcss)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011640

Title:
  network configuration is not restored after host reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1011640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1031396] Re: xattr and pysendfile dependencies broke Hyper-V integration

2012-07-31 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/10619

** Changed in: glance
   Status: Confirmed => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1031396

Title:
  xattr and pysendfile dependencies broke Hyper-V integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1031396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1011640] Re: network configuration is not restored after host reboot

2012-08-01 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/10607
Committed: 
http://github.com/openstack/nova/commit/eab5851b0b55c4230cc11460f9efc6b617ae2e68
Submitter: Jenkins
Branch:master

commit eab5851b0b55c4230cc11460f9efc6b617ae2e68
Author: Chuck Short 
Date:   Tue Jul 31 11:49:58 2012 -0400

Add check exit codes for vlans

Add check_exit_code to check the ip address
creation in ensure_vlan.

Ignores error code '2' and '0' and '254'
from iproute2, which means the address
has been added or removed.

A further audit of return codes will come later.

LP: #1011640

Change-Id: Ie95b106446c9f136fa079d95df7a14fe50046696
Signed-off-by: Chuck Short 


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1011640

Title:
  network configuration is not restored after host reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1011640/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1031396] Re: xattr and pysendfile dependencies broke Hyper-V integration

2012-08-01 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/10619
Committed: 
http://github.com/openstack/glance/commit/db33171ead3a4e6d9e5f880d53c375611d441805
Submitter: Jenkins
Branch:master

commit db33171ead3a4e6d9e5f880d53c375611d441805
Author: Jay Pipes 
Date:   Tue Jul 31 15:47:39 2012 -0400

Move optional dependencies from pip-requires to test-requires

python-sendfile and python-xattr are both optional library
dependencies in Glance now. Some systems, like Windows, do not
have these libraries and so we should move them from pip-requires
to test-requires. AFAIK, the pip-requires is what is used to
build the Windows installer.

Fixes LP 1031396

Change-Id: Ib47244e51ae03991e6171ab8d47238d955743567


** Changed in: glance
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1031396

Title:
  xattr and pysendfile dependencies broke Hyper-V integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1031396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 833499] Re: virt/disk.py unconditionally inserts public_keys into /root/.ssh/authorized_keys

2012-09-05 Thread OpenStack Hudson
Fix proposed to branch: master
Review: https://review.openstack.org/12455

** Changed in: nova
   Status: Fix Released => In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/833499

Title:
  virt/disk.py unconditionally inserts  public_keys into
  /root/.ssh/authorized_keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/833499/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1014925] Re: API 'v1.1/{tenant_id}/os-hosts' does not return a list of hosts

2012-07-24 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/10168
Committed: 
http://github.com/openstack/nova/commit/08e5128ffd63acd14249db3930f05753abb8f848
Submitter: Jenkins
Branch:stable/essex

commit 08e5128ffd63acd14249db3930f05753abb8f848
Author: Adam Gandelman 
Date:   Mon Jul 23 13:16:46 2012 -0700

Backport fix for API listing of os-hosts.

Backports fix for bug 1014925 to stable/essex, which resolves issue
where querying /v1.1/$tenant/os-hosts returns an empty list.

Original fix by Joe Gordon reviewed into Folsom at:

https://review.openstack.org/#/c/8682/2

Change-Id: I44ac2e519b7af9b8f3b37a42280ac6fe71c31a1c


** Changed in: nova/essex
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014925

Title:
  API 'v1.1/{tenant_id}/os-hosts' does not return a list of hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1014925/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1018586] Re: cleanup_file_locks does not remove stale sentinel files

2012-07-25 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/10095
Committed: 
http://github.com/openstack/nova/commit/974417b75f5f839ce4daaf080147ad154d727f10
Submitter: Jenkins
Branch:master

commit 974417b75f5f839ce4daaf080147ad154d727f10
Author: Eugene Kirpichov 
Date:   Sat Jul 21 23:17:55 2012 +

Fix wrong regex in cleanup_file_locks.

The sentinel filename actually has form hostname-threadid.pid,
not hostname.threadid-pid.
Launchpad bug 1018586.
Change-Id: I09c01e0e63ee704b1485c196dc0b396ee03b2e5c


** Changed in: nova
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1018586

Title:
  cleanup_file_locks does not remove stale sentinel files

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1018586/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1018586] Fix proposed to nova (stable/essex)

2012-07-25 Thread OpenStack Hudson
Fix proposed to branch: stable/essex
Review: https://review.openstack.org/10321

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1018586

Title:
  cleanup_file_locks does not remove stale sentinel files

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1018586/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1018586] Re: cleanup_file_locks does not remove stale sentinel files

2012-07-27 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/10321
Committed: 
http://github.com/openstack/nova/commit/f2bc403879234aaaeeb61e1dca1affe18192cfa1
Submitter: Jenkins
Branch:stable/essex

commit f2bc403879234aaaeeb61e1dca1affe18192cfa1
Author: Eugene Kirpichov 
Date:   Sat Jul 21 23:17:55 2012 +

Fix wrong regex in cleanup_file_locks.

The sentinel filename actually has form hostname-threadid.pid,
not hostname.threadid-pid.

Launchpad bug 1018586.

Update: Add Eugene to Authors for stable/essex.

Change-Id: I09c01e0e63ee704b1485c196dc0b396ee03b2e5c
(cherry picked from commit 974417b75f5f839ce4daaf080147ad154d727f10)


** Tags added: in-stable-essex

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1018586

Title:
  cleanup_file_locks does not remove stale sentinel files

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1018586/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1001088] Fix proposed to nova (stable/essex)

2012-08-13 Thread OpenStack Hudson
Fix proposed to branch: stable/essex
Review: https://review.openstack.org/11303

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1001088

Title:
  iSCSI targets are not restored following a reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1001088/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   >