Running Keystone under Eventlet
If you are running Keystone using the Eventlet-based process, you will use the keystone-all
command to start the Keystone services. This command will start both the Service API and the Administration API in a single process.
Checking the Keystone service
You can confirm that Keystone was started successfully by running ps -aux | grep keystone
, which should show you several keystone-all processes. The output should look similar to the following output:
You can also check this by running pgrep -l keystone
. The output from this command should look similar to this output:
Checking the Keystone client
You can use the openstack ...
Get OpenStack: Building a Cloud Environment now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.