[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;

[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

[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

[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

[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