理论上我能理解,但是我实际操作结果是普通member admin和public url也你都能用 我就纠结了
[root@node-76 ~]# nova --debug list
REQ: curl -i 'http://10.128.33.138:5000/v2.0/tokens' -X POST -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-novaclient" -d '{"auth": {"tenantName": "zhoumingang", "passwordCredentials": {"username": "zmg", "password": "123456"}}}'
.....
[root@node-76 ~]# nova --debug list
REQ: curl -i 'http://10.128.33.138:35357/v2.0/tokens' -X POST -H "Accept: application/json" -H "Content-Type: application/json" -H "User-Agent: python-novaclient" -d '{"auth": {"tenantName": "zhoumingang", "passwordCredentials": {"username": "zmg", "password": "123456"}}}'
.....
都有一样的结果出来
|