Reviewed: https://review.openstack.org/315965 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=11babbbb939f546a981f9faf429051722393e802 Submitter: Jenkins Branch: master
commit 11babbbb939f546a981f9faf429051722393e802 Author: Matthew Booth <mbo...@redhat.com> Date: Fri May 13 09:49:42 2016 +0100 Fix migration query with unicode status Running 'nova migration-list --status xxxx' from the command line results in the status being passed to the db query as unicode. Resolves-bug: #1581382 Change-Id: I6033a84d0255a86295a5d5261641a2a235c436c9 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1581382 Title: nova migration-list --status returns no results Status in OpenStack Compute (nova): Fix Released Bug description: 'nova migration-list --status xxxx' returns no results. On further investigation, this is because this status is passed down to db.migration_get_all_by_filters() as unicode, which doesn't handle it correctly. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1581382/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp