Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/openstack: Per-network Floating IPs #4812

Merged

Commits on Jan 31, 2016

  1. provider/openstack: Per-network Floating IPs

    This commit adds the ability to associate a Floating IP to a specific
    network. Previously, there only existed a top-level floating IP
    attribute which was automatically associated with either the first
    defined network or the default network (when no network block was
    used).
    
    Now floating IPs can be associated with networks beyond the first
    defined network as well as each network being able to have their own
    floating IP.
    
    Specifying the floating IP by using the top-level floating_ip
    attribute and the per-network floating IP attribute is not possible.
    
    Additionally, an `access_network` attribute has been added in order
    to easily specify which network should be used for provisioning.
    jtopjian committed Jan 31, 2016
    Configuration menu
    Copy the full SHA
    df660a2 View commit details
    Browse the repository at this point in the history