<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/doc/source/cli, branch master</title>
<subtitle>opendev.org: openstack/python-neutronclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/'/>
<entry>
<title>Remove the CLI code from the Neutron client.</title>
<updated>2023-04-11T11:12:45+00:00</updated>
<author>
<name>Slawek Kaplonski</name>
<email>skaplons@redhat.com</email>
</author>
<published>2023-04-11T11:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=52653c95e050437b27492404649e42d01b79732b'/>
<id>52653c95e050437b27492404649e42d01b79732b</id>
<content type='text'>
This project no longer provides CLI support. All code has been
removed. Please use openstack CLI instead

This patch removes entry point for neutron CLI too, bash completion
script and CLI related functional and unit tests but it
still keeps neutronclient/neutron/v2_0 module as this is used by e.g.
Nova.

Co-Authored-By: Slawek Kaplonski &lt;skaplons@redhat.com&gt;

Closes-Bug: #2003861
Change-Id: I5b6c735d1ff931d7991a42b262e7faa47b75edeb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This project no longer provides CLI support. All code has been
removed. Please use openstack CLI instead

This patch removes entry point for neutron CLI too, bash completion
script and CLI related functional and unit tests but it
still keeps neutronclient/neutron/v2_0 module as this is used by e.g.
Nova.

Co-Authored-By: Slawek Kaplonski &lt;skaplons@redhat.com&gt;

Closes-Bug: #2003861
Change-Id: I5b6c735d1ff931d7991a42b262e7faa47b75edeb
</pre>
</div>
</content>
</entry>
<entry>
<title>Move network trunk commands from python-neutronclient</title>
<updated>2023-01-16T13:18:27+00:00</updated>
<author>
<name>elajkat</name>
<email>lajos.katona@est.tech</email>
</author>
<published>2023-01-06T12:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=68cbf56f9ccf9ecd4a53df5c684c2036d78a8612'/>
<id>68cbf56f9ccf9ecd4a53df5c684c2036d78a8612</id>
<content type='text'>
The depends-on patch adds trunk commands to OSC, as we can
long consider trunk operations as core Networking operations.

Change-Id: Ie557a5d541cf117d20f3f2b548620a74dbadb383
Depends-On: https://review.opendev.org/c/openstack/python-openstackclient/+/869447
Related-Bug: #1999774
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The depends-on patch adds trunk commands to OSC, as we can
long consider trunk operations as core Networking operations.

Change-Id: Ie557a5d541cf117d20f3f2b548620a74dbadb383
Depends-On: https://review.opendev.org/c/openstack/python-openstackclient/+/869447
Related-Bug: #1999774
</pre>
</div>
</content>
</entry>
<entry>
<title>Add subnet onboard CLI</title>
<updated>2019-02-27T14:39:40+00:00</updated>
<author>
<name>Ryan Tidwell</name>
<email>rtidwell@suse.com</email>
</author>
<published>2019-02-05T16:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=680b417111dbbda9e318700286c4efd9055f1af3'/>
<id>680b417111dbbda9e318700286c4efd9055f1af3</id>
<content type='text'>
This is the implementation of the "onboard network subnets" CLI.
This enables the subnet onboard feature of neutron to be driven via
CLI.

Depends-On: https://review.openstack.org/348080
Change-Id: Ic637ed689b0d3806d2c33faa419c3a98a310effa
Implements: blueprint subnet-onboard
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the implementation of the "onboard network subnets" CLI.
This enables the subnet onboard feature of neutron to be driven via
CLI.

Depends-On: https://review.openstack.org/348080
Change-Id: Ic637ed689b0d3806d2c33faa419c3a98a310effa
Implements: blueprint subnet-onboard
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop neutronclient-specific cliff sphinx extension</title>
<updated>2018-01-29T02:08:43+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2018-01-16T05:43:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=1791ce65400315baf075dbade52cdbaef7da0436'/>
<id>1791ce65400315baf075dbade52cdbaef7da0436</id>
<content type='text'>
Previously neutronclient has its own variant of cliff sphinx
extension to support cliff app autodocument (cliff-app directive).
The feature has been implemented in cliff 2.10.0.
This patch switches to the cliff official version.

The cliff official version also contains several nice fixes
around the sphinx extension.

Change-Id: If542fdf88ef57ec3ce8ecc017127b5dc194e6c9a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously neutronclient has its own variant of cliff sphinx
extension to support cliff app autodocument (cliff-app directive).
The feature has been implemented in cliff 2.10.0.
This patch switches to the cliff official version.

The cliff official version also contains several nice fixes
around the sphinx extension.

Change-Id: If542fdf88ef57ec3ce8ecc017127b5dc194e6c9a
</pre>
</div>
</content>
</entry>
<entry>
<title>Add commands to support BGP VPN route control new API extension</title>
<updated>2018-01-22T09:16:58+00:00</updated>
<author>
<name>Édouard Thuleau</name>
<email>ethuleau@juniper.net</email>
</author>
<published>2017-11-15T09:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=0e61b3ba1c54be7ae7a218513d30800723a26524'/>
<id>0e61b3ba1c54be7ae7a218513d30800723a26524</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add VPNaaS commands for OSC plugin</title>
<updated>2018-01-15T02:44:03+00:00</updated>
<author>
<name>Cao Xuan Hoang</name>
<email>hoangcx@vn.fujitsu.com</email>
</author>
<published>2017-03-02T03:46:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=dd044bd92e8b7ab41aba47488d437e771a2e1339'/>
<id>dd044bd92e8b7ab41aba47488d437e771a2e1339</id>
<content type='text'>
Closes-Bug: 1669252
Change-Id: I447f5c50725fc0d9d8a1574ad5e28772f472fba9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-Bug: 1669252
Change-Id: I447f5c50725fc0d9d8a1574ad5e28772f472fba9
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Logging commands for OSC plugin</title>
<updated>2018-01-11T00:26:52+00:00</updated>
<author>
<name>Yushiro FURUKAWA</name>
<email>y.furukawa_2@jp.fujitsu.com</email>
</author>
<published>2016-12-12T14:14:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=c569d985c466550c4c3cf9d34b7d30dcc09aaab1'/>
<id>c569d985c466550c4c3cf9d34b7d30dcc09aaab1</id>
<content type='text'>
This commit supports Logging CLI as OSC plugin[1].
[1] https://bugs.launchpad.net/neutron/+bug/1468366

Depends-On: Ib8668dd25ee7c5000a6dafcc7db3dbc33ad190be
Partially-implements: blueprint security-group-logging
Change-Id: If9a5e0e3958ea32f4c0d3573efcb3ac4101c63a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit supports Logging CLI as OSC plugin[1].
[1] https://bugs.launchpad.net/neutron/+bug/1468366

Depends-On: Ib8668dd25ee7c5000a6dafcc7db3dbc33ad190be
Partially-implements: blueprint security-group-logging
Change-Id: If9a5e0e3958ea32f4c0d3573efcb3ac4101c63a6
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Service Graphs networking-sfc resource"</title>
<updated>2017-12-02T23:54:41+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2017-12-02T23:54:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=b270022e9cd27ce37fd97b5280c76862e3125a5a'/>
<id>b270022e9cd27ce37fd97b5280c76862e3125a5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Service Graphs networking-sfc resource</title>
<updated>2017-10-30T10:40:59+00:00</updated>
<author>
<name>Daire Ní Chatháin</name>
<email>daire.ni.chathain@intel.com</email>
</author>
<published>2017-06-20T15:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=e4b65ef29c1602a5a897a8e0cc05dff147defde3'/>
<id>e4b65ef29c1602a5a897a8e0cc05dff147defde3</id>
<content type='text'>
Co-Authored-By: Igor Duarte Cardoso &lt;igor.duarte.cardoso@intel.com&gt;
Partial-Bug: #1587486
Depends-On: I372da15f99f3cbfb7ffd1d8bf87a79bc56180afe
Change-Id: Ie54da56d2388cb375bccd883c111c5f87e293047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Igor Duarte Cardoso &lt;igor.duarte.cardoso@intel.com&gt;
Partial-Bug: #1587486
Depends-On: I372da15f99f3cbfb7ffd1d8bf87a79bc56180afe
Change-Id: Ie54da56d2388cb375bccd883c111c5f87e293047
</pre>
</div>
</content>
</entry>
<entry>
<title>Dynamic routing CLIs OSC transition</title>
<updated>2017-10-26T05:10:42+00:00</updated>
<author>
<name>Na</name>
<email>nazhu@cn.ibm.com</email>
</author>
<published>2016-07-12T07:50:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=33947da4b93c41248cb6c46c1f6e0a7bdcaaf9e9'/>
<id>33947da4b93c41248cb6c46c1f6e0a7bdcaaf9e9</id>
<content type='text'>
Neutron is transitioning its CLI to OSC, should update dynamic routing
CLIs to align with OSC plugin.

Change-Id: Ic1a633ca103d9e97e28ddf23e0f528e0261ce497
Co-Authored-By: Ryan Tidwell &lt;ryan@6tidwells.com&gt;
Co-Authored-By: Roey Chen &lt;roeyc@vmware.com&gt;
Partially-Implements: blueprint bgp-spinout
Partial-Bug: #1560003
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Neutron is transitioning its CLI to OSC, should update dynamic routing
CLIs to align with OSC plugin.

Change-Id: Ic1a633ca103d9e97e28ddf23e0f528e0261ce497
Co-Authored-By: Ryan Tidwell &lt;ryan@6tidwells.com&gt;
Co-Authored-By: Roey Chen &lt;roeyc@vmware.com&gt;
Partially-Implements: blueprint bgp-spinout
Partial-Bug: #1560003
</pre>
</div>
</content>
</entry>
</feed>
