OpenStack: How to make Cloudify use the floating IP instead of the fixed one?
- by polslinux
I have a problem with Cloudify (both 2.5 and 2.6-rc release). I have an All-In-One Openstack 2013.1.1 setup and I'm trying to use Cloudify to bootstrap a cirros 0.3.1 vm.
My quantum configuration is:
pool of fixed ip (10.0.0.0/24) for vm management;
pool of floating ip (192.168.1.170-190) taken from 192.168.1.1/24 (my lan)
When I deploy a…