-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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: Add support provider network #10265
Conversation
@takaishi Thanks for this! I will review this ASAP. |
@takaishi I'm so sorry for the delay on this. I noticed that you manually patched the Once that patch has been merged, you can use Unfortunately patching the vendor files like this isn't recommended because then we would diverge from the upstream Gophercloud, essentially creating our own version. Again, I do apologize for not getting to this sooner. Please let me know if you have any questions. |
@jtopjian
OK, I will to submmit PR to gopercloud. |
ping on this PR :) |
@stack72 |
@takaishi Is this ready for a review or are you still working on it? |
@jtopjian Yes, ready for review. |
@takaishi Thanks for putting this together. There were some areas that needed to be cleaned up. It was easier to do a code diff than try to explain them with inline comments. You can see it here. Let me know if you have any questions about any of the changes. In addition, the commit history needs cleaned up. There shouldn't be revert and "merge" commits. Do you mind making a clean commit history and then doing a force push? |
@jtopjian Thank you for review. |
I finished fix and rebase. |
@takaishi This looks good to me - thank you :)
|
* provider:openstack Add support provider network * revert vendor file changes * vendor: Updating Gophercloud for OpenStack Provider * create provider network if parameter has segments * segments is not computed resource * extract to generate []provider.Segment * change segmentstion id type
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. |
Hello, I want create provider network with segment_id.
refs: http://developer.openstack.org/api-ref/networking/v2/?expanded=create-network-with-multiple-segment-mappings-detail