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: Allow subnets with no gateway #6060

Merged
merged 1 commit into from
Apr 8, 2016

Commits on Apr 8, 2016

  1. provider/openstack: Allow subnets with no gateway

    This commit adds a no_gateway attribute. When set, the subnet will
    not have a gateway. This is different than not specifying a
    gateway_ip since that will cause a default gateway of .1 to be used.
    This behavior mirrors the OpenStack Neutron command-line tool.
    
    Fixes hashicorp#6031
    jtopjian committed Apr 8, 2016
    Configuration menu
    Copy the full SHA
    28f98c3 View commit details
    Browse the repository at this point in the history