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: openstack_networking_port_v2 resource #3731

Merged
merged 2 commits into from
Nov 3, 2015
Merged

provider/openstack: openstack_networking_port_v2 resource #3731

merged 2 commits into from
Nov 3, 2015

Conversation

jtopjian
Copy link
Contributor

@jtopjian jtopjian commented Nov 3, 2015

No description provided.

JeanMertz and others added 2 commits November 3, 2015 05:35
This commit adds further work to the OpenStack port resource:

* Makes relevant fields computed
* Adds state change functions
* Adds acceptance tests
* Adds Documentation
jtopjian added a commit that referenced this pull request Nov 3, 2015
provider/openstack: openstack_networking_port_v2 resource
@jtopjian jtopjian merged commit e52b6a6 into hashicorp:master Nov 3, 2015
region = "%s"
name = "port_1"
network_id = "${openstack_networking_network_v2.foo.id}"
admin_state_up = "true"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to also allow none-string true? I was surprised that it doesn't work with boolean value

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

admin_state_up is defined as a String in the port resource, but boolean in all other network resources. Fixing this.

@ghost
Copy link

ghost commented Apr 30, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants