Neutron v2: BGP Peer list / get#2241
Conversation
|
Build failed.
|
|
I am speechless. Anyway I am fixing the import per CI/CD's opinion. |
|
Build failed.
|
|
This looks good to me. @shhgs would you mind to wait a little before we merge this one? Once we restore stability in CI, I want to enable this extension in Neutron and then enable functional testing on this patch. Thanks |
|
recheck |
|
Could you please add acceptance tests? I'll work on adding BGP extension into our devstack config for CI. Thanks |
|
I've added dynamic routing service here: #2271 Please let us know if you need help writing it. Thanks! |
|
Build failed.
|
|
Hi @EmilienM Sorry for the late reply. So far I am implementing GET APIs. Therefore I think it is not applicable to the acceptance tests. Once I am implementing the PUT/POST/DELETE resources, I would write acceptance test. Regards |
|
@shhgs FYI we now have the service enabled in the networking CI job, so acceptance tests can be written for PUT/POST/DELETE, etc. |
|
recheck |
|
Build succeeded.
|
|
Hi @EmilienM, This PR is only related to GET requests, therefore no acceptance test. I am separating PR-2271 into a small PRs and I am choosing the easy thing to implement first. Can you please let me know if there's anything in this PR that block it from being merged? Regards |
I'll review it as soon as I can, I added it to my backlog. Sorry for the lag. |
|
@shhgs Hey Jon, I think your PR is ready to be merged (even if it doesn't have acceptance tests yet but you said you would push it next). However please update the PR description (example here: #584) which will make it easier to review (check the OpenStack API side, etc). Also do you have ongoing PRs to push for other API calls as well? Thanks and let me know any question or if you need help |
|
Hi @EmilienM, Sorry for the delay. I have rebase the PR and updated PR description. Please check it out |
It'll be useful when we'll start testing gophercloud#2241. This patch will install devstack with dynamic routing on the networking job.
Neutron V2: BGP VPNs
For #2209
Add List/Get method for bgp/peers