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

Neutron v2: BGP Peer Update #2396

Merged
merged 1 commit into from
May 10, 2022
Merged

Neutron v2: BGP Peer Update #2396

merged 1 commit into from
May 10, 2022

Conversation

shhgs
Copy link
Contributor

@shhgs shhgs commented May 9, 2022

Neutron V2: BGP Dynamic Routing
For #2208

$ git diff --stat official/master                                                                                                                      
 acceptance/openstack/networking/v2/extensions/bgp/peers/bgppeers_test.go | 35 ++++++++++++++++++++++++-----------                                                                                                 
 openstack/networking/v2/extensions/bgp/peers/doc.go                      | 14 ++++++++++++++
 openstack/networking/v2/extensions/bgp/peers/requests.go                 | 33 ++++++++++++++++++++++++++++++++-
 openstack/networking/v2/extensions/bgp/peers/results.go                  |  6 ++++++
 openstack/networking/v2/extensions/bgp/peers/testing/fixture.go          | 23 +++++++++++++++++++++++
 openstack/networking/v2/extensions/bgp/peers/testing/requests_test.go    | 27 +++++++++++++++++++++++++++
 openstack/networking/v2/extensions/bgp/peers/urls.go                     |  5 +++++
 7 files changed, 131 insertions(+), 12 deletions(-)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.002%) to 79.953% when pulling 692915d on shhgs:2022-05-09 into 0ace4a5 on gophercloud:master.

Copy link
Contributor

@mandre mandre left a comment

Choose a reason for hiding this comment

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

Nice, thanks. Is that the last of it, or more are coming? If it's the last one, you may consider updating the PR description to use a keyword that would close #2208 upon merging.

@shhgs
Copy link
Contributor Author

shhgs commented May 10, 2022

More to come. I think we need 2 extra PR. One for BGP Speaker update and the other for the scheduleing of BGP speaker to the bgp agent.

@mandre mandre merged commit 1d17ee7 into gophercloud:master May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants