diff options
| author | Édouard Thuleau <ethuleau@juniper.net> | 2017-11-15 10:16:00 +0100 |
|---|---|---|
| committer | Édouard Thuleau <ethuleau@juniper.net> | 2018-01-22 10:16:58 +0100 |
| commit | 0e61b3ba1c54be7ae7a218513d30800723a26524 (patch) | |
| tree | b13368ebf5ad2663b334bd2e64c5793681568f36 /doc/source/cli | |
| parent | d9ecb82fa5078623428615929ef731756e74573d (diff) | |
| download | python-neutronclient-0e61b3ba1c54be7ae7a218513d30800723a26524.tar.gz | |
Add commands to support BGP VPN route control new API extension
Networking-bgpvpn API extension [0] brings new API calls. That patch
adds command to OSC CLI to support them. It does not implement all the
API extension, still missing new router attribute 'advertise_extra_routes' and
the BGP VPN 'local_pref' attribute.
[0] https://developer.openstack.org/api-ref/network/v2/index.html#port-associations
Change-Id: I45a160b0caec534d517b103db91dc738c006978b
Partially-Implements: blueprint routes-control
Depends-On: I263e1ee6cf4e1a91be91a4a78f4a160f64d33cc6
Diffstat (limited to 'doc/source/cli')
| -rw-r--r-- | doc/source/cli/osc/v2/networking-bgpvpn.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/cli/osc/v2/networking-bgpvpn.rst b/doc/source/cli/osc/v2/networking-bgpvpn.rst index 371e472..46ee47e 100644 --- a/doc/source/cli/osc/v2/networking-bgpvpn.rst +++ b/doc/source/cli/osc/v2/networking-bgpvpn.rst @@ -32,3 +32,6 @@ Network v2 .. autoprogram-cliff:: openstack.neutronclient.v2 :command: bgpvpn router association * + +.. autoprogram-cliff:: openstack.neutronclient.v2 + :command: bgpvpn port association * |
