(23634) wsgi starting up on http://0.0.0.0:8080/
I have followed tutorial to install OpenStack from here
http://ilearnstack.com/2013/04/26/setting-up-a-single-node-openstack-environment/ (http://ilearnstack.com/2013/04/26/set...)
and I tried to install Savanna
When I execute this command
savanna-venv/bin/python savanna-venv/bin/savanna-api --config-file savanna-venv/etc/savanna.conf
No progress shows and Terminal is stuck and keeps showing this for long time, and does nothing.
WARNING keystoneclient.middleware.auth_token [-] Configuring auth_uri to point to the public
identity endpoint is
required; clients may not be able to authenticate against an admin endpoint
(23634) wsgi starting up on http://0.0.0.0:8080/
Could you show us more info like the keystone admin_port and public_port? Looks like the keystone client complain to use the admin_port not the public port to authenticate.
I am very new to OpenStack. Kindly tell me where admin_port and public_port is located? How do I find?