Activity log for bug #1190239

Date Who What changed Old value New value Message
2013-06-12 13:53:18 Xavier Queralt bug added bug
2013-06-12 13:54:58 Xavier Queralt description When trying to list all the flavors from the nova client (as admin) we get the following error: $ nova flavor-list --all ERROR: Invalid is_public filter [None] (HTTP 400) (Request-ID: req-6a0a5311-b4f1-492f-ade6-4801ab4dfcc8) The problem relies in that nova client sends a 'None' string as the is_public attribute but the nova-api will only accept 'none' or any other form of string accepted by strutils.bool_from_string. When trying to list all the flavors from the nova client (as admin) we get the following error: $ nova flavor-list --all ERROR: Invalid is_public filter [None] (HTTP 400) (Request-ID: req-6a0a5311-b4f1-492f-ade6-4801ab4dfcc8) The problem relies in that nova client sends a 'None' string as the is_public attribute but the nova-api will only accept 'none' or any other form of string accepted by strutils.bool_from_string. This error happens with python-novaclient and nova trunk
2013-06-12 13:56:01 OpenStack Infra nova: status New In Progress
2013-06-12 13:56:01 OpenStack Infra nova: assignee Xavier Queralt (xqueralt)
2013-06-12 16:51:35 Matt Riedemann tags grizzly-backport-potential
2013-06-26 22:26:17 OpenStack Infra nova: status In Progress Fix Committed
2013-07-17 12:36:42 Thierry Carrez nova: status Fix Committed Fix Released
2013-07-17 12:36:42 Thierry Carrez nova: milestone havana-2
2013-10-17 11:49:20 Thierry Carrez nova: milestone havana-2 2013.2
2014-03-21 11:13:26 Alan Pevec tags grizzly-backport-potential