Comment 23 for bug 1582893

Revision history for this message
Ekaterina Shutova (eshutova) wrote :

Verified on MOS 6.1 + mu7 updates.

Before:
[root@nailgun ~]# curl -v -s -X GET -H "X-Auth-Token: $DEFAULT_ADMIN_TOKEN" http://localhost:35357/v2.0/tenants
...
< HTTP/1.1 200 OK
After:
[root@nailgun ~]# curl -v -s -X GET -H "X-Auth-Token: $DEFAULT_ADMIN_TOKEN" http://localhost:35357/v2.0/tenants
...
< HTTP/1.1 401 Unauthorized