I have something wrong about installing keystone.
With installing keystone ,I have run this command:
openstack domain create --description "An Example Domain" example
but returning the message:
The request you have made requires authentication. (HTTP 401) (Request-ID: req-1593172e-ed68-4555-97e1-d25bfac3ea34)
the log printing is:
- 2018-04-24 23:20:59.327 13877 INFO keystone.common.wsgi [req-7201233d-9e92-4ef8-921c-38f32340f107 - - - - -] GET http://172.16.2.42:35357/v3/
- 2018-04-24 23:20:59.346 13879 INFO keystone.common.wsgi [req-1593172e-ed68-4555-97e1-d25bfac3ea34 - - - - -] POST http://172.16.2.42:35357/v3/auth/tokens
- 2018-04-24 23:21:00.286 13879 WARNINGkeystone.common.wsgi [req-1593172e-ed68-4555-97e1-d25bfac3ea34 - - - - -] Authorization failed. The request you have made requires authentication. from 172.16.2.42:Unauthorized: The request you havemade requires authentication.
I'm installing the controller node, but i have no idea about this one.
Check the OpenStack client environment https://docs.openstack.org/keystone/pike/install/keystone-openrc-ubuntu.html (scripts) . You must have entered some wrong field in this script.