Deploy Vagrant's box to OpenStack's Nova
I am working with vagrant to setup something, including setup openstack keystone, nova and glance.
there are several apps on my vagrant's vm and i want to deploy inside nova.
but the problem is the openstack IP and vagrant vms' IP are different IP
any idea to make this migration smooth?
Vagrant uses port forwarding to give you access to it. So I guess whatever you need to put into nova you can just go ahead with it. But you will need to add more ports to forward to access your apps from the host. Also, you need to give more info on what you are trying to do to get better answers.