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

2012-10-23 Thread Dan Prince
I'm curious as to why this is happening. When running the initial
Essex/Folsom migrations we explicitly set the default DB schema to use
the UTF8 charset.

What do you see from the output of this query:

SELECT default_character_set_name FROM information_schema.SCHEMATA S
WHERE schema_name = nova;

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

Title:
  092_add_instance_system_metadata migration fails when upgrading

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

-- 
Ubuntu-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 1062277] Re: 092_add_instance_system_metadata migration fails when upgrading

2012-10-23 Thread Dan Prince
I'm curious as to why this is happening. When running the initial
Essex/Folsom migrations we explicitly set the default DB schema to use
the UTF8 charset.

What do you see from the output of this query:

SELECT default_character_set_name FROM information_schema.SCHEMATA S
WHERE schema_name = nova;

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

Title:
  092_add_instance_system_metadata migration fails when upgrading

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

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


[Bug 975085] Re: nova mysql DB can't be restored from backups

2012-05-04 Thread Dan Prince
*** This bug is a duplicate of bug 993663 ***
https://bugs.launchpad.net/bugs/993663

** Changed in: nova
 Assignee: (unassigned) = Dan Prince (dan-prince)

** This bug has been marked a duplicate of bug 993663
   dns_domains table mysql charset is 'latin1'. Should be 'utf8'

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

Title:
  nova mysql DB can't be restored from backups

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/975085/+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 975085] Re: nova mysql DB can't be restored from backups

2012-05-04 Thread Dan Prince
*** This bug is a duplicate of bug 993663 ***
https://bugs.launchpad.net/bugs/993663

** Changed in: nova
 Assignee: (unassigned) = Dan Prince (dan-prince)

** This bug has been marked a duplicate of bug 993663
   dns_domains table mysql charset is 'latin1'. Should be 'utf8'

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

Title:
  nova mysql DB can't be restored from backups

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

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


[Bug 938763] Re: nova compute manager traceback during _sync_power_states

2012-02-29 Thread Dan Prince
*** This bug is a duplicate of bug 934276 ***
https://bugs.launchpad.net/bugs/934276

This is a dup of 934427.

https://bugs.launchpad.net/nova/+bug/934276

The should be pretty simple:

+++ b/nova/compute/manager.py
@@ -2244,7 +2244,7 @@ class ComputeManager(manager.SchedulerDependentManager):
 db_power_state = db_instance['power_state']
 try:
 vm_instance = self.driver.get_info(db_instance)
-vm_power_state = vm_instance.state
+vm_power_state = vm_instance['state']


** This bug has been marked a duplicate of bug 934276
   _sync_power_states causes 'dict' object has no attribute 'state'

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

Title:
  nova compute manager traceback during _sync_power_states

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/938763/+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 938763] Re: nova compute manager traceback during _sync_power_states

2012-02-29 Thread Dan Prince
*** This bug is a duplicate of bug 934276 ***
https://bugs.launchpad.net/bugs/934276

This is a dup of 934427.

https://bugs.launchpad.net/nova/+bug/934276

The should be pretty simple:

+++ b/nova/compute/manager.py
@@ -2244,7 +2244,7 @@ class ComputeManager(manager.SchedulerDependentManager):
 db_power_state = db_instance['power_state']
 try:
 vm_instance = self.driver.get_info(db_instance)
-vm_power_state = vm_instance.state
+vm_power_state = vm_instance['state']


** This bug has been marked a duplicate of bug 934276
   _sync_power_states causes 'dict' object has no attribute 'state'

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

Title:
  nova compute manager traceback during _sync_power_states

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

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


[Bug 915614] Re: Add policy.json to packages

2012-01-20 Thread Dan Prince
** Changed in: nova (Ubuntu)
 Assignee: Dan Prince (dan-prince) = (unassigned)

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

Title:
  Add policy.json to packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/915614/+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 915614] Re: Add policy.json to packages

2012-01-20 Thread Dan Prince
** Changed in: nova (Ubuntu)
 Assignee: Dan Prince (dan-prince) = (unassigned)

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

Title:
  Add policy.json to packages

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

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


[Bug 901804] Re: split glance package into glance-api/glance-registry

2011-12-08 Thread Dan Prince
** Branch linked: lp:~dan-prince/glance/ubuntu-glance-split

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

Title:
  split glance package into glance-api/glance-registry

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

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


[Bug 790661] [NEW] nova-network should depend on dnsmasq and bridge-utils

2011-05-31 Thread Dan Prince
Public bug reported:

Trying to use nova-network on an isolated node... To my surprise I got
errors because dnsmasq and bridge-utils were missing. These are both
used directly by nova-network so we should require them in the
packaging.

** 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/790661

Title:
  nova-network should depend on dnsmasq and bridge-utils

-- 
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 790661] [NEW] nova-network should depend on dnsmasq and bridge-utils

2011-05-31 Thread Dan Prince
Public bug reported:

Trying to use nova-network on an isolated node... To my surprise I got
errors because dnsmasq and bridge-utils were missing. These are both
used directly by nova-network so we should require them in the
packaging.

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

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

Title:
  nova-network should depend on dnsmasq and bridge-utils

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