How to stop keystone?
Dear all,
I am running OpenStack with DevStack, so that keystone service also running, I've checked it with command below
cd keystone
tools/with_venv.sh bin/keystone-all
It's appear an error
2014-07-17 11:15:09.421 16636 CRITICAL keystone [-] error: [Errno 98] Address already in use
So that it's already running by DevStack, now i want to stop it, how can i do? Can i check it by process id of keystone service after that kill -9 keystone_process_id or i have to do with another specify command to stop it? Because in official site of keystone developer I only see how to start it but stop i did not see?
http://docs.openstack.org/developer/keystone/developing.html
Thanks you so much