[Bug 889423] Re: 802.3ad bonding not configured correctly

2012-08-24 Thread BUSSY Jean-Daniel
On a fully updated Ubuntu 12.04
I have dropped packets on the bonded interface:

bond0 Link encap:Ethernet  HWaddr 00:10:18:e0:5e:a4  
  inet6 addr: fe80::210:18ff:fee0:5ea4/64 Scope:Link
  UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
  RX packets:315 errors:0 dropped:185 overruns:0 frame:0
  TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:31834 (31.8 KB)  TX bytes:1772 (1.7 KB)

My network settings are:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

# Network: instances
# Bonding
auto eth2
iface eth2 inet manual
bond-master bond0
auto eth4
iface eth4 inet manual
bond-master bond0

auto bond0
iface bond0 inet manual
bond-mode 802.3ad
bond-miimon 100
bond-lacp-rate 1
bond-slaves none

My ifenslave package version :
Package: ifenslave-2.6   
State: installed
Automatically installed: no
Version: 1.1.0-19ubuntu5

Did I miss something in my configuration?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/889423

Title:
  802.3ad bonding not configured correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/889423/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1041070] [NEW] 802.3ad bond interface have show high RX dropped packets

2012-08-24 Thread BUSSY Jean-Daniel
Public bug reported:

On Ubuntu 12.04.1 LTS

With the following networks settings:

/etc/network/interfaces
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

# Network: instances
# Bonding
auto eth2
iface eth2 inet manual
bond-master bond0
auto eth4
iface eth4 inet manual
bond-master bond0

auto bond0
iface bond0 inet manual
bond-mode 802.3ad
bond-miimon 100
bond-lacp-rate 1
bond-slaves none

The RX packets drop counter increase very fast:

bond0 Link encap:Ethernet  HWaddr 00:10:18:e0:5e:a4
  inet6 addr: fe80::210:18ff:fee0:5ea4/64 Scope:Link
  UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
  RX packets:5912 errors:0 dropped:3223 overruns:0 frame:0
  TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:585020 (585.0 KB)  TX bytes:13804 (13.8 KB)

All packages are up to date:

uname -a
Linux std006 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux


apt-cache policy ifenslave-2.6
ifenslave-2.6:
  Installed: 1.1.0-19ubuntu5
  Candidate: 1.1.0-19ubuntu5
  Version table:
 *** 1.1.0-19ubuntu5 0
500 http://10.5.0.1/ubuntu/ precise/main amd64 Packages
100 /var/lib/dpkg/status
---
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
DistroRelease: Ubuntu 12.04
Package: bridge-utils 1.5-2ubuntu6
PackageArchitecture: amd64
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm-256color
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Tags:  precise
Uname: Linux 3.2.0-29-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

** Affects: bridge-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-collected precise

** Tags added: apport-collected precise

** Description changed:

  On Ubuntu 12.04.1 LTS
  
  With the following networks settings:
  
  /etc/network/interfaces 
  auto lo
  iface lo inet loopback
  
  auto eth0
  iface eth0 inet dhcp
  
  # Network: instances
  # Bonding
  auto eth2
  iface eth2 inet manual
  bond-master bond0
  auto eth4
  iface eth4 inet manual
  bond-master bond0
  
  auto bond0
  iface bond0 inet manual
  bond-mode 802.3ad
  bond-miimon 100
  bond-lacp-rate 1
  bond-slaves none
  
  The RX packets drop counter increase very fast:
  
  bond0 Link encap:Ethernet  HWaddr 00:10:18:e0:5e:a4  
inet6 addr: fe80::210:18ff:fee0:5ea4/64 Scope:Link
UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
RX packets:5912 errors:0 dropped:3223 overruns:0 frame:0
TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:585020 (585.0 KB)  TX bytes:13804 (13.8 KB)
  
  All packages are up to date:
  
  apt-cache policy ifenslave-2.6
  ifenslave-2.6:
Installed: 1.1.0-19ubuntu5
Candidate: 1.1.0-19ubuntu5
Version table:
   *** 1.1.0-19ubuntu5 0
  500 http://10.5.0.1/ubuntu/ precise/main amd64 Packages
  100 /var/lib/dpkg/status
+ --- 
+ ApportVersion: 2.0.1-0ubuntu12
+ Architecture: amd64
+ DistroRelease: Ubuntu 12.04
+ Package: bridge-utils 1.5-2ubuntu6
+ PackageArchitecture: amd64
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  TERM=xterm-256color
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
+ Tags:  precise
+ Uname: Linux 3.2.0-29-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1041070

Title:
  802.3ad bond interface have show high RX dropped packets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1041070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1041070] Dependencies.txt

2012-08-24 Thread BUSSY Jean-Daniel
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1041070/+attachment/3274738/+files/Dependencies.txt

** Description changed:

  On Ubuntu 12.04.1 LTS
  
  With the following networks settings:
  
- /etc/network/interfaces 
+ /etc/network/interfaces
  auto lo
  iface lo inet loopback
  
  auto eth0
  iface eth0 inet dhcp
  
  # Network: instances
  # Bonding
  auto eth2
  iface eth2 inet manual
- bond-master bond0
+ bond-master bond0
  auto eth4
  iface eth4 inet manual
- bond-master bond0
+ bond-master bond0
  
  auto bond0
  iface bond0 inet manual
- bond-mode 802.3ad
- bond-miimon 100
- bond-lacp-rate 1
- bond-slaves none
+ bond-mode 802.3ad
+ bond-miimon 100
+ bond-lacp-rate 1
+ bond-slaves none
  
  The RX packets drop counter increase very fast:
  
- bond0 Link encap:Ethernet  HWaddr 00:10:18:e0:5e:a4  
-   inet6 addr: fe80::210:18ff:fee0:5ea4/64 Scope:Link
-   UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
-   RX packets:5912 errors:0 dropped:3223 overruns:0 frame:0
-   TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
-   collisions:0 txqueuelen:0 
-   RX bytes:585020 (585.0 KB)  TX bytes:13804 (13.8 KB)
+ bond0 Link encap:Ethernet  HWaddr 00:10:18:e0:5e:a4
+   inet6 addr: fe80::210:18ff:fee0:5ea4/64 Scope:Link
+   UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
+   RX packets:5912 errors:0 dropped:3223 overruns:0 frame:0
+   TX packets:110 errors:0 dropped:0 overruns:0 carrier:0
+   collisions:0 txqueuelen:0
+   RX bytes:585020 (585.0 KB)  TX bytes:13804 (13.8 KB)
  
  All packages are up to date:
  
+ uname -a
+ Linux std006 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
+ 
+ 
  apt-cache policy ifenslave-2.6
  ifenslave-2.6:
-   Installed: 1.1.0-19ubuntu5
-   Candidate: 1.1.0-19ubuntu5
-   Version table:
-  *** 1.1.0-19ubuntu5 0
- 500 http://10.5.0.1/ubuntu/ precise/main amd64 Packages
- 100 /var/lib/dpkg/status
- --- 
+   Installed: 1.1.0-19ubuntu5
+   Candidate: 1.1.0-19ubuntu5
+   Version table:
+  *** 1.1.0-19ubuntu5 0
+ 500 http://10.5.0.1/ubuntu/ precise/main amd64 Packages
+ 100 /var/lib/dpkg/status
+ ---
  ApportVersion: 2.0.1-0ubuntu12
  Architecture: amd64
  DistroRelease: Ubuntu 12.04
  Package: bridge-utils 1.5-2ubuntu6
  PackageArchitecture: amd64
  ProcEnviron:
-  LANGUAGE=en_US:en
-  TERM=xterm-256color
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  TERM=xterm-256color
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
  Tags:  precise
  Uname: Linux 3.2.0-29-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1041070

Title:
  802.3ad bond interface have show high RX dropped packets

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1041070/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 678420] Re: smbd sometimes does not start on startup

2012-08-24 Thread Xavi Valls
I got the same problem here: Ubuntu 10.04.4 LTS

Aug 24 09:33:12 sol init: smbd main process ended, respawning
Aug 24 09:33:12 sol init: smbd main process (3878) terminated with status 1
Aug 24 09:33:12 sol init: smbd main process ended, respawning
Aug 24 09:33:12 sol init: smbd main process (3882) terminated with status 1
Aug 24 09:33:12 sol init: smbd main process ended, respawning
Aug 24 09:33:12 sol init: smbd main process (3886) terminated with status 1
Aug 24 09:33:12 sol init: smbd main process ended, respawning
Aug 24 09:33:12 sol init: smbd main process (3890) terminated with status 1
Aug 24 09:33:12 sol init: smbd main process ended, respawning
Aug 24 09:33:12 sol init: smbd main process (3894) terminated with status 1
Aug 24 09:33:12 sol init: smbd respawning too fast, stopped

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/678420

Title:
  smbd sometimes does not start on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/678420/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997978] Re: KVM images lose connectivity with bridged network

2012-08-24 Thread Metin Akat
This bug also affects me.
I run several VMs on the same host. A mix of ubuntu 11.10 and 12.04.  The 
problem occurs regardless of guest OS.
I was experiencing the problem for months, though it was occuring rarely and I 
didn't search for a solution.  Recently it started happening every day 
(sometimes twice a day), because we started using the machines in question more 
heavily.

I can easily confirm that this happens on high network traffic machines.
It never occurs on ones with lower traffic, and it always occurs after a
machine's network traffic increases for some reason (services on it
start being used more frequently etc.)

Now I'll install Serge's PPA and we'll see what happens. Please, correct
me if I'm wrong, but as far as I understood, I only need to install that
on the host, right?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils in Ubuntu.
https://bugs.launchpad.net/bugs/997978

Title:
  KVM images lose connectivity with bridged network

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1032314] Re: qpid_heartbeat setting in ineffective

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1032314

Title:
  qpid_heartbeat setting in ineffective

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1028433] Re: Image id not contained in swift chunk debug message

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1028433

Title:
  Image id not contained in swift chunk debug message

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1025353] Re: Support zero-size image creation

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1025353

Title:
  Support zero-size image creation

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1022369] Re: Glance scrubber date formatting fails w/ Postgres

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1022369

Title:
  Glance scrubber date formatting fails w/ Postgres

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1021054] Re: Admins should be able to share image regardless of ownership

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1021054

Title:
  Admins should be able to share image regardless of ownership

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1018246] Re: image.upload notification doesn't report size

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1018246

Title:
  image.upload notification doesn't report size

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1012752] Re: glance-cache.conf needs metadata encryption key

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1012752

Title:
  glance-cache.conf needs metadata encryption key

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1012268] Re: exception.BadStoreUri exposes sensitive information to end users

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1012268

Title:
  exception.BadStoreUri exposes sensitive information to end users

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1010560] Re: response.environ is None; instance fails to spawn

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1010560

Title:
  response.environ is None; instance fails to spawn

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1007093] Re: glance add uploads a double image if using ssl and images is smaller the 4k

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1007093

Title:
  glance add uploads a double image if using ssl and images is smaller
  the 4k

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997565] Re: glance add command - incorrect help text

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/997565

Title:
  glance add command - incorrect help text

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 978610] Re: /usr/bin/glance's built-in pager breaks redirection

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/978610

Title:
  /usr/bin/glance's built-in pager breaks redirection

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 978130] Re: multiprocess glance-api failed to exit when stopped by ctrl+c

2012-08-24 Thread Dave Walker
** Changed in: glance (Ubuntu)
   Status: New = Fix Released

** Also affects: glance (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: glance (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/978130

Title:
  multiprocess glance-api failed to exit when stopped by ctrl+c

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1012381] Re: Memcache token backend eventually stops working

2012-08-24 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1012381

Title:
  Memcache token backend eventually stops working

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1016056] Re: EC2 credentials not migrated from legacy (diablo) database

2012-08-24 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1016056

Title:
  EC2 credentials not migrated from legacy (diablo) database

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997194] Re: Tokens remain valid after a user account is disabled

2012-08-24 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/997194

Title:
  Tokens remain valid after a user account is disabled

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 996595] Re: Following a password compromise and subsequent password change, tokens remain valid.

2012-08-24 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/996595

Title:
  Following a password compromise and subsequent password change, tokens
  remain valid.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 994936] Re: export_legacy_catalog doesn't convert url names correctly

2012-08-24 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/994936

Title:
  export_legacy_catalog doesn't convert url names correctly

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 988920] Re: Token authentication for a user in a disabled tenant does not raise Unauthorized error

2012-08-24 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/988920

Title:
  Token authentication for a user in a disabled tenant does not raise
  Unauthorized error

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 983800] Re: TokenNotFound not raised in testsuite because of timezone issues

2012-08-24 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/983800

Title:
  TokenNotFound not raised in testsuite because of timezone issues

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 974199] Re: deleting a tenant does not cleanup its user associations

2012-08-24 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/974199

Title:
  deleting a tenant does not cleanup its user associations

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 973243] Re: deleting tenants or users does not clean up metadata

2012-08-24 Thread Dave Walker
** Changed in: keystone (Ubuntu)
   Status: New = Fix Released

** Also affects: keystone (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: keystone (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/973243

Title:
  deleting tenants or users does not clean up metadata

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1033920] Re: Dashboard raises a ServiceCatalogException when attempting to download juju settings

2012-08-24 Thread Dave Walker
** Changed in: horizon (Ubuntu)
   Status: Confirmed = Fix Released

** Also affects: horizon (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: horizon (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1033920

Title:
  Dashboard raises a ServiceCatalogException when attempting to download
  juju settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1033920/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997669] Re: When adding ICMP rule, the type/code is being validated as from/to ports

2012-08-24 Thread Dave Walker
** Changed in: horizon (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/997669

Title:
  When adding ICMP rule, the type/code is being validated as from/to
  ports

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1018586] [NEW] cleanup_file_locks does not remove stale sentinel files

2012-08-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Related to https://bugs.launchpad.net/nova/+bug/785955

The patch for that issue has an incorrect regex for sentinel files.

The correct regex is hostname + r'-.*\.(\d+$)'

** Affects: nova
 Importance: Undecided
 Assignee: Eugene Kirpichov (ekirpichov)
 Status: Fix Released

** Affects: nova/essex
 Importance: High
 Status: Fix Released

** Affects: nova (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: canonistack essex-backport in-stable-essex ops
-- 
cleanup_file_locks does not remove stale sentinel files
https://bugs.launchpad.net/bugs/1018586
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nova in Ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 977007] [NEW] instance live migration should create virtual_size disk image

2012-08-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

when use live block migration,both local disk image and system image
file that have a backing file are created in the destination host with
the disk size but not the virtual size .

** Affects: nova
 Importance: Low
 Assignee: Yaguang Tang (heut2008)
 Status: Fix Released

** Affects: nova/essex
 Importance: Low
 Status: Fix Released

** Affects: nova (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: essex-backport
-- 
instance live migration should create virtual_size disk image
https://bugs.launchpad.net/bugs/977007
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to nova in Ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1029463] Re: Libvirt driver reports incorrect error when volume-detach fails

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1029463

Title:
  Libvirt driver reports incorrect error when volume-detach fails

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1036902] Re: Block storage connections are NOT restored on system reboot

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1036902

Title:
  Block storage connections are NOT restored on system reboot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1033178] Re: pycrypto is unused and the existing code is potentially insecure to use

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1033178

Title:
  pycrypto is unused and the existing code is potentially insecure to
  use

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031311] Re: CVE-2012-3361 not fully addressed

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031311

Title:
  CVE-2012-3361 not fully addressed

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1030430] Re: qpid_heartbeat setting in ineffective

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1030430

Title:
  qpid_heartbeat setting in ineffective

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1027984] Re: nova testsuite errors on newer versions of python-boto (e.g. 2.5.2)

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1027984

Title:
  nova testsuite errors on newer versions of python-boto (e.g. 2.5.2)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1027105] Re: Restarting nova-compute removes ip packet filters

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1027105

Title:
  Restarting nova-compute removes ip packet filters

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1021373] Re: [nova][volumes] Exceeding volumes, gigabytes and floating_ips quotas returns general uninformative HTTP 500 error

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1021373

Title:
  [nova][volumes] Exceeding volumes, gigabytes and floating_ips  quotas
  returns general uninformative HTTP 500 error

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1021352] Re: Deallocation of fixed IP occurs before security group refresh – leading to potential security issue in error / race conditions

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1021352

Title:
  Deallocation of fixed IP occurs before security group refresh –
  leading to potential security issue in error / race conditions

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1021340] Re: Race condition in network/deallocate_for_instance() leads to security issue

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1021340

Title:
  Race condition in network/deallocate_for_instance() leads to security
  issue

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1018721] Re: Launching with source groups under load produces lazy load error

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1018721

Title:
  Launching with source groups under load produces lazy load error

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2012-08-24 Thread Dave Walker
** Package changed: ubuntu = nova (Ubuntu)

** Changed in: nova (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1017418] Re: NoMoreFloatingIps: Zero floating ips available after repeatedly creating and destroying instances over time

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1017418

Title:
  NoMoreFloatingIps: Zero floating ips available after repeatedly
  creating and destroying instances over time

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: In Progress = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1013689] Re: cannot umount guestfs

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1013689

Title:
  cannot umount guestfs

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 994935] Re: Deleting Flavor currently in use by instance creates error

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/994935

Title:
  Deleting Flavor currently in use by instance creates error

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 971621] Re: nova delete lxc-instance umounts the wrong rootfs

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/971621

Title:
  nova delete lxc-instance umounts the wrong rootfs

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 956096] Re: Listing flavors with marker set returns 400

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/956096

Title:
  Listing flavors with marker set returns 400

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1022036] Re: metadata injection is broken in xen

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1022036

Title:
  metadata injection is broken in xen

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1020634] Re: [nova][volumes] Exceeding volumes quotas logs VolumeSizeTooLarge instead of VolumeLimitExceeded

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1020634

Title:
  [nova][volumes] Exceeding volumes quotas logs VolumeSizeTooLarge
  instead of VolumeLimitExceeded

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1017795] Re: scheduler hang (DOS) possible with DifferentHostFilter/SameHostFilter

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1017795

Title:
  scheduler hang (DOS) possible with DifferentHostFilter/SameHostFilter

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1016273] Re: ram_allocation_ratio does not work

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1016273

Title:
  ram_allocation_ratio does not work

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1015531] Re: Remote arbitrary file corruption / creation flaw via injected files

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1015531

Title:
  Remote arbitrary file corruption / creation flaw via injected files

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1014769] Re: NoMoreFixedIps: Zero fixed ips available. Nova seems leaking them.

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1014769

Title:
  NoMoreFixedIps: Zero fixed ips available. Nova seems leaking them.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1013147] Re: nova-rootwrap hardcodes paths instead of using /sbin:/usr/sbin:/usr/bin:/bin

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1013147

Title:
  nova-rootwrap hardcodes paths instead of using
  /sbin:/usr/sbin:/usr/bin:/bin

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1012374] Re: impl_qpid doesn't ACK messages

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1012374

Title:
  impl_qpid doesn't ACK messages

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1007573] Re: affinity filters don't work if scheduler_hints is None

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1007573

Title:
  affinity filters don't work if scheduler_hints is None

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1006664] Re: euca-describe-keypair NonExistent returns 200

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1006664

Title:
  euca-describe-keypair NonExistent returns 200

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1004298] Re: not able to get host total memory in xen with libvirt

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1004298

Title:
  not able to get host total memory in xen with libvirt

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1000853] Re: Restarting nova-network removes ip packet filters

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1000853

Title:
  Restarting nova-network removes ip packet filters

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 999698] Re: qpid timeout causing compute service to crash

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/999698

Title:
  qpid timeout causing compute service to crash

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 997763] Re: floating ips are not disassociated from instances on deletion

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/997763

Title:
  floating ips are not disassociated from instances on deletion

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 992805] Re: test_get_console_output_file requires sudo NOPASSWD

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/992805

Title:
  test_get_console_output_file requires sudo NOPASSWD

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 986922] Re: Call to network_get_all_by_uuids missing 'db'

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/986922

Title:
  Call to network_get_all_by_uuids missing 'db'

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 985184] Re: Security groups fail to be set correctly if incorrect case is used for protocol specification

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/985184

Title:
  Security groups fail to be set correctly if incorrect case is used for
  protocol specification

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 985162] Re: Firewall rules from nova-compute are not refreshed after host reboot

2012-08-24 Thread Dave Walker
** Changed in: nova (Ubuntu)
   Status: New = Fix Released

** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/985162

Title:
  Firewall rules from nova-compute are not refreshed after host reboot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2012-08-24 Thread Dave Walker
** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 977007] Re: instance live migration should create virtual_size disk image

2012-08-24 Thread Dave Walker
** Also affects: nova (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: nova (Ubuntu Precise)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/977007

Title:
  instance live migration should create virtual_size disk image

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1041120] [NEW] Meta bug for tracking Openstack Stable Updates

2012-08-24 Thread Adam Gandelman
Public bug reported:

This is a meta-bug used for tracking progress of new updates to Nova,
Horizon, Keystone, and Glance.

glance 2012.1.3+stable~20120821-120fcf-0ubuntu1
- Glance add uploads a double image if using ssl and images is smaller
  than 4k. (LP: #1007093)
- If response.environ is None, instance fails to spawn.
  (LP: #1010560)
- exception.BadStoreURL exposes sensitive information to end users.
  (LP: #1012268)
- glance-cache.conf needs metadata encryption key (LP: #1012752)
- image.upload notification doesn't report size (LP: #1018246)
- Admins should be able to share image regardless of ownership.
  (LP: #1021054)
- Glance scrubber date formatting fails with postgres (LP: #1022369)
- Support zero-size image creation. (LP: #1025353)
- Image id not contained in swift chunk debug message. (LP: #1028433)
- qpid_heartbeat setting is ineffective. (LP: #1032314)
- Image properties that reference image ids are not updated to UUIDs.
  (LP: #975651)
- Migration 012_id_to_uuid attempts to convert IDs twice for non-sqlite 
  databases. (LP: #975655)
- multiprocess glance-api failed to exit when stopped by ctrl+c.
  (LP: #978130)
- /usr/bin/glance's built-in pager breaks redirection.
  (LP: #978610)
- Content-Length and Transfer-Encoding are mutually exclusive HTTP headers
  (LP: #981332)
- glance add command - incorrect help text (LP: #997565)

nova - 2012.1.3+stable-20120824-86fb7362-0ubuntu1
- [86fb736] Libvirt driver reports incorrect error when volume-detach fails
  (LP: #1029463)
- [272b98d] nova delete lxc-instance umounts the wrong rootfs (LP: #971621)
- [09217ab] Block storage connections are NOT restored on system reboot
  (LP: #1036902)
- [d9577ce] CVE-2012-3361 not fully addressed (LP: #1031311)
- [e8ef050] pycrypto is unused and the existing code is potentially insecure
  to use (LP: #1033178)
- [3b4ac31] cannot umount guestfs  (LP: #1013689)
- [f8255f3] qpid_heartbeat setting in ineffective (LP: #1030430)
- [413c641] Deallocation of fixed IP occurs before security group refresh
  leading to potential security issue in error / race conditions
  (LP: #1021352)
- [219c5ca] Race condition in network/deallocate_for_instance() leads to
  security issue (LP: #1021340)
- [f2bc403] cleanup_file_locks does not remove stale sentinel files
  (LP: #1018586)
- [4c7d671] Deleting Flavor currently in use by instance creates error
  (LP: #994935)
- [7e88e39] nova testsuite errors on newer versions of python-boto (e.g.
  2.5.2) (LP: #1027984)
- [80d3026] NoMoreFloatingIps: Zero floating ips available after repeatedly
  creating and destroying instances over time (LP: #1017418)
- [4d74631] Launching with source groups under load produces lazy load error
  (LP: #1018721)
- [08e5128] API 'v1.1/{tenant_id}/os-hosts' does not return a list of hosts
  (LP: #1014925)
- [801b94a] Restarting nova-compute removes ip packet filters (LP: #1027105)
- [f6d1f55] instance live migration should create virtual_size disk image
  (LP: #977007)
- [4b89b4f] [nova][volumes] Exceeding volumes, gigabytes and floating_ips
  quotas returns general uninformative HTTP 500 error (LP: #1021373)
- [6e873bc] [nova][volumes] Exceeding volumes, gigabytes and floating_ips
  quotas returns general uninformative HTTP 500 error (LP: #1021373)
- [7b215ed] Use default qemu-img cluster size in libvirt connection driver
- [d3a87a2] Listing flavors with marker set returns 400 (LP: #956096)
- [cf6a85a] nova-rootwrap hardcodes paths instead of using
  /sbin:/usr/sbin:/usr/bin:/bin (LP: #1013147)
- [2efc87c] affinity filters don't work if scheduler_hints is None
  (LP: #1007573)
- [48e5f46] metadata injection is broken in xen (LP: #1022036)
- [25f5bd3] scheduler hang (DOS) possible with
  DifferentHostFilter/SameHostFilter  (LP: #1017795)
- [1c1b858] cannot umount guestfs  (LP: #1013689)
- [835ba4f] not able to get host total memory in xen with libvirt
  (LP: #1004298)
- [00e5104] Call to network_get_all_by_uuids missing 'db' (LP: #986922)
- [4c49df7] [nova][volumes] Exceeding volumes, gigabytes and floating_ips
  quotas returns general uninformative HTTP 500 error (LP: #1021373)
- [19631f3] [nova][volumes] Exceeding volumes quotas logs
  VolumeSizeTooLarge instead of VolumeLimitExceeded  (LP: #1020634)
- [b0feaff] Remote arbitrary file corruption / creation flaw via injected
  files (LP: #1015531)
- [3cb6e57] NoMoreFixedIps: Zero fixed ips available. Nova seems leaking
  them. (LP: #1014769)
- [5d8431b] ram_allocation_ratio does not work (LP: #1016273)
- [410060f] test_get_console_output_file requires sudo NOPASSWD
  (LP: #992805)
- [33c2575] Stop/start a KVM instance with volumes attached produces an
  error state (LP

[Bug 1041120] Re: Meta bug for tracking Openstack Stable Updates

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

** Branch linked: lp:~openstack-ubuntu-testing/glance/precise-essex-
proposed

** Branch linked: lp:~openstack-ubuntu-testing/horizon/precise-essex-
proposed

** Branch linked: lp:~openstack-ubuntu-testing/keystone/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1041120

Title:
  Meta bug for tracking Openstack Stable Updates

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1036902] Re: Block storage connections are NOT restored on system reboot

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1036902

Title:
  Block storage connections are NOT restored on system reboot

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1033178] Re: pycrypto is unused and the existing code is potentially insecure to use

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1033178

Title:
  pycrypto is unused and the existing code is potentially insecure to
  use

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1031311] Re: CVE-2012-3361 not fully addressed

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1031311

Title:
  CVE-2012-3361 not fully addressed

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1030430] Re: qpid_heartbeat setting in ineffective

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1030430

Title:
  qpid_heartbeat setting in ineffective

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1029463] Re: Libvirt driver reports incorrect error when volume-detach fails

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1029463

Title:
  Libvirt driver reports incorrect error when volume-detach fails

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1027984] Re: nova testsuite errors on newer versions of python-boto (e.g. 2.5.2)

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1027984

Title:
  nova testsuite errors on newer versions of python-boto (e.g. 2.5.2)

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1027105] Re: Restarting nova-compute removes ip packet filters

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1027105

Title:
  Restarting nova-compute removes ip packet filters

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1022036] Re: metadata injection is broken in xen

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1022036

Title:
  metadata injection is broken in xen

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1021373] Re: [nova][volumes] Exceeding volumes, gigabytes and floating_ips quotas returns general uninformative HTTP 500 error

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1021373

Title:
  [nova][volumes] Exceeding volumes, gigabytes and floating_ips  quotas
  returns general uninformative HTTP 500 error

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1021352] Re: Deallocation of fixed IP occurs before security group refresh – leading to potential security issue in error / race conditions

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1021352

Title:
  Deallocation of fixed IP occurs before security group refresh –
  leading to potential security issue in error / race conditions

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1021340] Re: Race condition in network/deallocate_for_instance() leads to security issue

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1021340

Title:
  Race condition in network/deallocate_for_instance() leads to security
  issue

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1020634] Re: [nova][volumes] Exceeding volumes quotas logs VolumeSizeTooLarge instead of VolumeLimitExceeded

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1020634

Title:
  [nova][volumes] Exceeding volumes quotas logs VolumeSizeTooLarge
  instead of VolumeLimitExceeded

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1018721] Re: Launching with source groups under load produces lazy load error

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1018721

Title:
  Launching with source groups under load produces lazy load error

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1017795] Re: scheduler hang (DOS) possible with DifferentHostFilter/SameHostFilter

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1017795

Title:
  scheduler hang (DOS) possible with DifferentHostFilter/SameHostFilter

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1017418] Re: NoMoreFloatingIps: Zero floating ips available after repeatedly creating and destroying instances over time

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1017418

Title:
  NoMoreFloatingIps: Zero floating ips available after repeatedly
  creating and destroying instances over time

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1016273] Re: ram_allocation_ratio does not work

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1016273

Title:
  ram_allocation_ratio does not work

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1015531] Re: Remote arbitrary file corruption / creation flaw via injected files

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1015531

Title:
  Remote arbitrary file corruption / creation flaw via injected files

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1014769] Re: NoMoreFixedIps: Zero fixed ips available. Nova seems leaking them.

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1014769

Title:
  NoMoreFixedIps: Zero fixed ips available. Nova seems leaking them.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1013782] Re: Stop/start a KVM instance with volumes attached produces an error state

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1013782

Title:
  Stop/start a KVM instance with volumes attached produces an error
  state

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1013689] Re: cannot umount guestfs

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1013689

Title:
  cannot umount guestfs

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1013147] Re: nova-rootwrap hardcodes paths instead of using /sbin:/usr/sbin:/usr/bin:/bin

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1013147

Title:
  nova-rootwrap hardcodes paths instead of using
  /sbin:/usr/sbin:/usr/bin:/bin

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1012374] Re: impl_qpid doesn't ACK messages

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1012374

Title:
  impl_qpid doesn't ACK messages

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1010514] Re: Source group based security group rule without protocol and port causes failures

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1010514

Title:
  Source group based security group rule without protocol and port
  causes failures

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1007573] Re: affinity filters don't work if scheduler_hints is None

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1007573

Title:
  affinity filters don't work if scheduler_hints is None

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1006664] Re: euca-describe-keypair NonExistent returns 200

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1006664

Title:
  euca-describe-keypair NonExistent returns 200

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1004298] Re: not able to get host total memory in xen with libvirt

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1004298

Title:
  not able to get host total memory in xen with libvirt

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1000853] Re: Restarting nova-network removes ip packet filters

2012-08-24 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/precise-essex-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1000853

Title:
  Restarting nova-network removes ip packet filters

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


  1   2   3   4   5   6   7   8   9   10   >