Hello OpenStack community,
Im installing icehouse on CentOS. Everything looks good unti I come to this point.
# keystone user-create --name admin --pass xxx --email xxx@xxx
Unable to establish connection to http://cinnamon:35357/v2.0/users
I have no clue why this seems to be happening. Here are the things Ive tried so far to debug this:
# telnet cinnamon 35357
Trying 170.95.204.3...
Connected to cinnamon.
Escape character is '^]'
So this probably means the port is open and working.
#mysql -u keystone -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 23
Server version: 5.1.73 Source distribution
....
Im not sure whats going on. Can you guys tell me a potential solution or atleast where to look to start debugging ? The logs of keystone and mysql dont seem to suggest anything wrong.