[Bug 1280522] Re: Replace assertEqual(None, *) with assertIsNone in tests

2016-03-22 Thread Alvaro Lopez
** Changed in: ooi
   Importance: Undecided => Low

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

** Changed in: ooi
Milestone: 0.2 => None

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

Title:
  Replace assertEqual(None, *) with assertIsNone in tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/anchor/+bug/1280522/+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 1456955] Re: tox -epep8 fails due to tox picking python 3.x

2016-01-28 Thread Alvaro Lopez
** Also affects: nova (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: nova (Ubuntu)

** Also affects: nova
   Importance: Undecided
   Status: New

-- 
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/1456955

Title:
  tox -epep8 fails due to tox picking python 3.x

To manage notifications about this bug go to:
https://bugs.launchpad.net/designate/+bug/1456955/+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 1326003] [NEW] apparmor prevents libvirt from running pygrub

2014-06-03 Thread Alvaro Lopez
Public bug reported:

On Ubuntu 14.04, while trying to run a VM using Xen + Libvirt I am not
able to boot it, because apparmor prevents libivrt from running pygrub:

type=1400 audit(1401803854.411:30): apparmor=DENIED
operation=exec profile=/usr/sbin/libvirtd
name=/usr/lib/xen-4.4/bin/pygrub pid=7237 comm=libvirtd
requested_mask=x denied_mask=x fsuid=0 ouid=0

Setting libvirtd to complain only  workarounds the issue.

The installed versions are:
ii  apparmor  
2.8.95~2430-0ubuntu5amd64   User-space 
parser utility for AppArmor
ii  libvirt-bin   1.2.2-0ubuntu13.1 
  amd64   programs for the libvirt libr

** Affects: libvirt (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
   apparmor prevents libvirt from running pygrub

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1326003/+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 928769] [NEW] nova-compute fails due to absence of policy.json

2012-02-08 Thread Alvaro Lopez
Public bug reported:

nova-compute needs the policy.json file, but it is not include in the 
nova-compute package:
TRACE: ConfigNotFound: Could not find config at /run/policy.json

I am using the Essex-3 packages of nova.

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

-- 
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/928769

Title:
  nova-compute fails due to absence of policy.json

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928769/+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 928834] [NEW] nova-compute depends on qemu-kvm, even if kvm is not used

2012-02-08 Thread Alvaro Lopez
Public bug reported:

If I install nova-compute-xen, the qemu-kvm package is installed from
the nova-compute dependencies.

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

** Project changed: nova = ubuntu

** Package changed: ubuntu = nova (Ubuntu)

-- 
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/928834

Title:
  nova-compute depends on qemu-kvm, even if kvm is not used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928834/+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 928848] [NEW] nova-common installation triggers nova-manage db sync on compute node

2012-02-08 Thread Alvaro Lopez
Public bug reported:

I've installed nova-compute-xen on a compute node, and nova-common tries
to make a nova-manage db sync when the package is configured. This
results on a /var/lib/nova/nova.sqlite file.

$ sudo aptitude install python-software-properties
$ sudo add-apt-repository ppa:nova-core/milestone
$ sudo aptitude update
$ sudo  aptitude install nova-compute-xen
(...)
Configuring nova-common (2012.1~e3-0ubuntu0~ppa1~oneiric1) ...
Adding system user `nova' (UID 107) ...
Adding new user `nova' (UID 107) with group `nogroup' ...
Not creating home directory `/var/lib/nova'.
2012-02-08 15:40:59,488 DEBUG nova.utils [-] backend module 
'nova.db.sqlalchemy.migration' from 
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/migration.pyc' from 
(pid=17310) debug /usr/lib/python2.7/dist-packages/nova/log.py:175
2012-02-08 15:40:59,489 DEBUG migrate.versioning.util [-] Constructing 
engine from (pid=17310) debug /usr/lib/python2.7/dist-packages/nova/log.py:175
(...)

$ dpkg -l|grep nova
ii  nova-common 2012.1~e3-0ubuntu0~ppa1~oneiric1
OpenStack Compute - common files
ii  nova-compute2012.1~e3-0ubuntu0~ppa1~oneiric1
OpenStack Compute - compute node
ii  nova-compute-xen2012.1~e3-0ubuntu0~ppa1~oneiric1
OpenStack Compute - compute node (Xen)
ii  python-nova 2012.1~e3-0ubuntu0~ppa1~oneiric1
OpenStack Compute Python libraries
ii  python-novaclient   2012.1~e3-0ubuntu0~ppa1~oneiric1
client library for OpenStack Compute API

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

-- 
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/928848

Title:
  nova-common installation triggers nova-manage db sync on compute node

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928848/+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 928848] Re: nova-common installation triggers nova-manage db sync on compute node

2012-02-08 Thread Alvaro Lopez
Good to know that this is was the expected bahaviour. For me it is OK,
since I'm in the situation that you point.

Regards,
Alvaro.

-- 
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/928848

Title:
  nova-common installation triggers nova-manage db sync on compute node

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/928848/+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 912701] Re: Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance

2012-01-16 Thread Alvaro Lopez
** Changed in: nova
   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/912701

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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 912701] Re: Openstack Compute with Xen in Ubuntu 11.10 fails to load due to Domain-0 being considered an instance

2012-01-16 Thread Alvaro Lopez
** Changed in: nova
   Status: Confirmed = In Progress

** Changed in: nova
 Assignee: (unassigned) = Alvaro Lopez (aloga)

-- 
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/912701

Title:
  Openstack Compute with Xen in Ubuntu 11.10 fails to load due to
  Domain-0 being considered an instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/912701/+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