OpenStack: How to make Cloudify use the floating IP instead of the fixed one?

Posted by polslinux on Ask Ubuntu See other posts from Ask Ubuntu or by polslinux
Published on 2013-06-28T12:46:47Z Indexed on 2013/10/22 10:15 UTC
Read the original article Hit count: 270

Filed under:

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 vm first, an ip from 10.0.0.0/24 is given (I cannot reach it from my PCs because it is only for vm management) and then I associate a floating ip with which I can ping (and ssh) the deployed machine.

The problem is when I do:

bootstrap-cloud openstack 

because Cloudify stay forever into "attempting to access management vm 10.0.0.3" and this is due to the fact that 10.0.0.3 is not reachable.

What can I do to get Cloudify take the floating ip instead of the fixed one?

© Ask Ubuntu or respective owner

Related posts about OpenStack