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

Networking V2: add Address-scope resource #634

Merged
merged 9 commits into from
Jan 24, 2019
Merged

Networking V2: add Address-scope resource #634

merged 9 commits into from
Jan 24, 2019

Commits on Jan 24, 2019

  1. Vendor: add "address-scopes" support

    Add Gophercloud "networking/v2/extensions/layer3/addressscopes" package.
    ozerovandrei committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    2c28335 View commit details
    Browse the repository at this point in the history
  2. Networking V2: add Address-scope resource

    Add "openstack_networking_addressscope_v2" resource with acceptance
    test.
    ozerovandrei committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    a407218 View commit details
    Browse the repository at this point in the history
  3. Networking V2: add Address-scope import test

    Add TestAccNetworkingV2AddressScopeImportBasic() acceptance test.
    ozerovandrei committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    e33dd2a View commit details
    Browse the repository at this point in the history
  4. Networking V2: add Address-scopes docs

    Add website documentation for the addressscope_v2 resource.
    ozerovandrei committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    4b80f06 View commit details
    Browse the repository at this point in the history
  5. Vendor: sync Gophercloud

    Use e102249148e2e09eb5efab07b7c3ea74c161e935 commit.
    ozerovandrei committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    f5c1368 View commit details
    Browse the repository at this point in the history
  6. Networking V2 Addr scopes: remove value specs

    Remove unused value_specs as it won't be used for now.
    ozerovandrei committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    8f78d8a View commit details
    Browse the repository at this point in the history
  7. Vendor: fix address-scopes dependency

    Fetch only e102249148e2e09eb5efab07b7c3ea74c161e935 commit for Neutron
    address-scopes extension.
    ozerovandrei committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    ca7edec View commit details
    Browse the repository at this point in the history
  8. Vendor: remove unversioned address-scopes

    Run govendor remove on bad dependency.
    ozerovandrei committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    f26c265 View commit details
    Browse the repository at this point in the history
  9. Networking V2 Addr scopes: fix create

    Run resourceNetworkingAddressScopeV2Read() after Create method.
    
    This commit also removes unnecessary d.SetId("") from the Delete method
    and renames import test.
    ozerovandrei committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    dd4299b View commit details
    Browse the repository at this point in the history