Hi all,
I have a very simple pull request at https://github.com/CaptTofu/ansible/compare/nova_compute. This fix makes it so the ansible module, nova_compute, works with HP Cloud and any cloud provider that has more than one region. It simply does this by providing the region name which is used to discern which endpoint to use, otherwise you get an error.
I also have an impending fix that makes it possible to use newer versions of Nova (such as are used on HP Cloud) where floating IPs have to be explicitly assigned (so you can actually get into the VM to automate it).
Is a pull request the best means of contributing code to the Ansible project?
Thanks much!
Patrick aka “CaptTofu” Galbraith