Comment 4 for bug 1558757

Revision history for this message
Steve McLellan (sjmc7) wrote :

Looks like this condition exists in openstackclient. 'openstack server list' will ALSO raise an error if the console's not set right.

On a devstack machine, you'll need to do:

  export LANG=en_US.UTF-8
  unset LC_ALL

Then openstackclient commands will work. I think we should close this as invalid, though perhaps add to the documentation somewhere.