keystone unable to establish connection to http://locahost:127.0.0.1:35357/v2.0/users
hi! i am installing openstack following official guide for ubuntu12.04 step by step untill the keystone installation
after i execute: apt-get install keystone #edit connection = mysql://keystone:KEYSTONE_DBPASS@controller/keystone mysql -u root -p mysql> CREATE DATABASE keystone; mysql> GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'localhost' \ IDENTIFIED BY 'KEYSTONE_DBPASS'; mysql> GRANT ALL PRIVILEGES ON keystone.* TO 'keystone'@'%' \ IDENTIFIED BY 'KEYSTONE_DBPASS'; ... when i execute the following:
root@controller :~#export OS_SERVICE_ENDPOINT=http://controller:35357/v2.0 root@controller :~#keystone user-list root@controller :~#unable to establish connection to http://controller:35357/v2.0
then i changed the address to http://localhost:35357/v2.0 same error occured
maybe i could figure it out by reinstall openstack but i really want to learn how to solve this problem so appreciate your help!