First time here? Check out the FAQ!
![]() | 1 | initial version |
Hi,
I navigated between many forums to figure out the answer and I found out a good solution, which is working for me:
Instead of typing the command: # su -s /bin/sh -c "keystone-manage db_sync" keystone, you must type only: /bin/sh -c "keystone-manage db_sync" keystone
The issue came that: if you have already loggin as a root so you haven't needed anymore to use the "su -s" command.
After that, you can execute the command: openstack service create --name keystone ==description "OpenStack Identity" identity, which will work perfectly fine.
by thierryv8