我已经通过https://gnocchi.xyz/stable_4.2/rest.html上的文档准备了 Gnocchi 。我正在使用 Keystone,但我无法提出请求。
样本:
GET http://<serverIP>:8041/v1/metric/0b5aa633-3ebf-49d5-99ad-e78302c41376 HTTP/1.1
回复:
date: Fri, 30 Mar 2018 20:24:26 GMT
server: Apache/2.4.18 (Ubuntu)
www-authenticate: Keystone uri='http://127.0.0.1/identity'
content-length: 114
connection: close
content-type: application/json
{
"error": {
"message": "The request you have made requires authentication.",
"code": 401,
"title": "Unauthorized"
}
}
我在我的 Ubuntu 16 上通过 DevStack 脚本安装了 OpenStack Queens。
我只有管理员凭据,如何获得所需的 X-Auth-Token?