How to access Devstack keystone service from host machine after installation? [closed]
I have installed Oracle VM Virtual Box Manager in Windows and then installed ubuntu-13.04-server-i386 in to one of the VMs I created. Then I cloned devstack into the VM and installed the dev stack. git clone https://github.com/openstack-dev/devstack.git and cd devstack && ./stack.sh.
I want to know.
1) What is the keystone URL to which I can post after cloning latest Devstack?
2) If I need to access the URLs from outside VM (from the host winows machine) - do I need to change any configuration?
3) Whats the command to create a tenant?