How to resolve "Unable to resolve host" in OpenStack Yoga?
0
votes
1
answer
300
views
I’m trying to install Openstack on CentOS Stream 9 by following the official openstack installation guide for Yoga available at: https://docs.openstack.org/install-guide/
1. When I try to bootstrap keystone I get the following error:
2. When I tried to create a domain using
3. Pinging the controller succeeded but I was still not able to create a domain
4. I tried creating a project using
/etc/keystone/fernet-keys/
does not exist.

domain create --description "An Example Domain" example
it failed. Upon pinging controller I found out that the machine could not resolve the controller. Next, I added an entry to /etc/hosts
that explicitly resolved the controller to my machine’s IP

project create --domain default --description "Service Project" service
This command failed with internal server error.

Asked by Hinddeep S. Purohit
(1 rep)
Jul 18, 2022, 12:41 AM
Last activity: Jan 21, 2023, 01:27 PM
Last activity: Jan 21, 2023, 01:27 PM