unable to establish connection to http://controller:35357/v2.0
I followed al the steps, but when it comes to create users and tenants i Have this probleme!
unable to establish connection to http://controller:35357/v2.0
What should i do.. please Help!
Can you share logs or provide more information? So we can help you fix your issue. Regards
Check the following
I install keystone, I set the conf file in default section: connection=mysql://keystone:mypass@controller/keystone, I create keystone database etc.. i set the results of admin_token in conf file.. etc then i create a file "admin-openrc.sh" and set environment variables as below :
export OS_USERNAME=admin export OS_PASSWORD=setpassword export OS_TENANT_NAME=admin export OS_AUTH_URL=http://controller-hostname:35357/v2.0 i execute this command: source admin-openrc.sh, until now no erros, but when it comes to creates users : unable to establish connection to http://controller
As mentioned @Bipin - check who's listening to port 35357. Assert firewall is not blocking connections to that port. Assert 'controller-hostname' is resolved by DNS