Comment 0 for bug 1190239

Revision history for this message
Xavier Queralt (xqueralt-deactivatedaccount) wrote :

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.