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

Add tags support for Neutron Subnetpools #460

Merged

Conversation

hardys
Copy link
Contributor

@hardys hardys commented Oct 29, 2018

This adds support for tags to subnetpools note this is branched from PR #459

Subsequent PRs will add support for the other neutron resources which support standard attribute tags as described in Issue #453

Issue #453

@ghost ghost added the size/L label Oct 29, 2018
@theopenlab-ci
Copy link

theopenlab-ci bot commented Oct 29, 2018

Build succeeded.

@hardys hardys mentioned this pull request Oct 29, 2018
9 tasks
Steven Hardy added 3 commits October 29, 2018 19:20
This allows us to set/get tags for networks via terraform templates,
and requires the recently added changes to gophercloud that enable
the relevant features of the Neutron APIs to be accessed.

Note the test is added in a new resource_openstack_networking_tags_v2_test.go
file, so that we can reduce duplication later in the series e.g
subnet/port/trunk resources can share the same template which should be faster.

Issue: terraform-provider-openstack#453
This allows us to set/get tags for subnets via terraform templates,
and requires the recently added changes to gophercloud that enable
the relevant features of the Neutron APIs to be accessed.

Issue: terraform-provider-openstack#453
This allows us to set/get tags for subnetpools via terraform templates,
and requires the recently added changes to gophercloud that enable
the relevant features of the Neutron APIs to be accessed.

Issue: terraform-provider-openstack#453
@theopenlab-ci
Copy link

theopenlab-ci bot commented Oct 30, 2018

Build succeeded.

@jtopjian jtopjian merged commit 584771a into terraform-provider-openstack:master Oct 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants