hi,<br>I have configured the following<br><span style="color: rgb(204, 255, 204);"><span style="color: rgb(0, 255, 0);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 128, 0);">export OS_PROJECT_DOMAIN_NAME=Default<br>export OS_USER_DOMAIN_NAME=Default<br>export OS_PROJECT_NAME=admin<br>export OS_USERNAME=admin</span></span></span></span><font style="display: inline; font-size: 14px; font-family: Verdana; color: rgb(0, 128, 0);"><br></font><font style="display: inline; font-size: 14px; font-family: Verdana; color: rgb(0, 128, 0);">exp​ort </font><font style="display: inline; font-size: 14px; font-family: Verdana; color: rgb(0, 128, 0);">OS_PASSWORD=</font><span style="color: rgb(204, 255, 204);"><span style="color: rgb(0, 255, 0);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 128, 0);">admin</span></span></span></span><span style="color: rgb(204, 255, 204);"><span style="color: rgb(0, 255, 0);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 128, 0);"><br>export OS_AUTH_URL=http://controller:35357/v3<br>export OS_IDENTITY_API_VERSION=3<br>export OS_IMAGE_API_VERSION=2</span></span></span></span><br><br>/etc/gnocchi/gnocchi.conf<br>[DEFAULT]<br>[api]<br>auth_mode = keystone<br>[archive_policy]<br>[cors]<br>[healthcheck]<br>[incoming]<br>[indexer]<br>url = mysql+pymysql://gnocchi:gnocchi@controller/gnocchi<br>[keystone_authtoken]<br>auth_type = password<br>auth_url = http://controller:5000/v3<br>project_domain_name = default<br>user_domain_name = default<br>project_name = service<br>username = gnocchi<br>password = gnocchi<br>interface = internalURL<br>region_name = RegionOne<br>[metricd]<br>[oslo_middleware]<br>[oslo_policy]<br>[statsd]<br>[storage]<br>coordination_url = redis://controller:6379<br>file_basepath = /var/lib/gnocchi<br>driver = file<br><br>PS:<br>This
 standard documents cannot install gnocchi 
(https://docs.openstack.org/ceilometer/pike/install/install-base-ubuntu.html#install-gnocchi),
 what should I do?<br><div><div>I have used the "admin" authentication, and the other components are normal except for gnocchi.</div><div><br></div><div><br></div><div style="font-size: 12px;font-family: Arial Narrow;padding:2px 0 2px 0;">------------------ 原始邮件 ------------------</div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><b>发件人:</b> "Julien Danjou"<julien@danjou.info>;</div><div><b>发送时间:</b> 2018年3月20日(星期二) 下午4:54</div><div><b>收件人:</b> "__ mango."<935540343@qq.com>;<wbr></div><div><b>抄送:</b> "openstack-dev"<openstack-dev@lists.openstack.org>; <wbr></div><div><b>主题:</b> Re: [openstack-dev] [ceilometer] [gnocchi] keystone verification failed.</div></div><div><br></div>On Tue, Mar 20 2018, __ mango. wrote:<br><br>> hi,<br>>  I have a question about the validation of gnocchi keystone.<br>>  I run the following command, but it is not successful.(api.auth_mode :basic, basic mode can be <br>>  # gnocchi status --debug<br>> REQ: curl -g -i -X GET http://localhost:8041/v1/status?details=False -H<br>> "Authorization: {SHA1}d4daf1cf567f14f32dbc762154b3a281b4ea4c62" -H "Accept:<br>> application/json, */*" -H "User-Agent: gnocchi keystoneauth1/3.1.0<br>> python-requests/2.18.1 CPython/2.7.12"<br>> Starting new HTTP connection (1): localhost<br>> http://localhost:8041 "GET /v1/status?details=False HTTP/1.1" 401 114<br>> RESP: [401] Content-Type: application/json Content-Length: 114 WWW-Authenticate: Keystone uri='http://controller:5000/v3' Connection: Keep-Alive <br>> RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}<br>> The request you have made requires authentication. (HTTP 401)<br><br>You need to be authed as "admin" to get the status.<br><br>-- <br>Julien Danjou<br>/* Free Software hacker<br>   https://julien.danjou.info */<br><br></div>