chriszg 发表于 2018-6-2 11:58:13

openstack issue 2

  root@openstack-controller:~# keystone user-list
Expecting authentication method via
either a service token, --token or env,
or credentials, --os_username or env.
  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/
页: [1]
查看完整版本: openstack issue 2