hi,
i am new to openstack, i follow all the step provided in https://docs.openstack.org/install-guide/openstack-services.html
when i tried to execute
openstack domain create --description "An Example Domain" example
i got this error
Could not find domain: Default.: DomainNotFound: Could not find domain: Default.
i noticed that there is no domain table created in the database, after i execute this script
su -s /bin/sh -c "keystone-manage db_sync" keystone
did i miss something ?
(i am using 'rocky' version)
please kindly advise.
regards