openstack service create \ --name keystone --description "OpenStack Identity" identity
when i create the service entity and API endpoint step by step according to official documents, some errors are as follows: command: openstack service create \ --name keystone --description "OpenStack Identity" identity result: "openstack" command not found
why? who can help me ?
just to be clear the keystone commands for creation of service have been recently replaced with openstack. This has happened since the Kilo release of openstack. So now your error can only be solved if you tell us which version of openstack you are trying to setup/install