commit | c04e975178edf600fa0cef8c7ad7fadd5227520a | [log] [tgz] |
---|---|---|
author | Tim Miller <tim.miller.0@gmail.com> | Wed Jan 15 16:15:47 2014 -0800 |
committer | Tim Miller <tim.miller.0@gmail.com> | Thu Jan 16 11:19:11 2014 -0800 |
tree | 9173b6b8f84631806c0b60d1e9ee31b519281fe2 | |
parent | 5cf231955ad50eae9d2c4b93fb68ddced17e24ea [diff] |
Add support for floating IPs using nova API. When using vanilla OpenStack with neutron, instances are commonly accessible from the outside world only by using floating IPs. This patch adds support for: - listing floating IPs - allocating a floating IP from a given pool - attaching a floating IP to an instance - de-allocating an IP and returning it to its pool.