How to Install OpenStack Keystone?
Woo! More badly documented installation guides....
Ok. So OpenStack Keystone appears to be the cornerstone of all other OpenStack services. So I thought, let's give that a go and try installing that from the guides.
Requires these prerequisites: https://docs.openstack.org/install-guide/environment-packages-rdo.html (https://docs.openstack.org/install-gu...) Then once you've done that, you should be able to follow the commands outlined here: https://docs.openstack.org/keystone/latest/install/keystone-install-rdo.html (https://docs.openstack.org/keystone/l...)
But no...
Yet again, fails at the first step.... "mysql: command not foudn"
* * * *bangs head against wall, again * * * *
Does anyone have any accurate documentation for how to install just a single service with Keystone?
You can’t just pick one service without reading the docs and learn about the dependencies. The doc you mention tells you to install the database and messaging service after the packages. Those are the basics for all other services, since every service needs to store data and to communicate.
Can you point me in the direction of those docs you mention as the guide I was following linked above had no mention of installing MySQL as a pre-requisite....