Comment 14 for bug 1549095

Revision history for this message
Thomas Goirand (thomas-goirand) wrote :

I had the issue as well, and I got the same problem too. IMO, one should never use "export OS_TOKEN=", but instead, something like this, which I use for bootstrapping keystone without leaking passwords in /proc:

OS_TOKEN=`openstack token issue -c id -f value` openstack server list