openstack issue 2

root@openstack-controller:~# keystone user-list
Expecting authentication method via
 either a service token, --token or env[SERVICE_TOKEN],
 or credentials, --os_username or env[OS_USERNAME].

You can get .sh script.

wget https://github.com/OpenStackCookbook/OpenStackCookbook/blob/master/keystone.sh



export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=admin
export OS_AUTH_URL=http://localhost:5000/v2.0/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章