<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git, branch 7.1.1</title>
<subtitle>opendev.org: openstack/python-neutronclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/'/>
<entry>
<title>Cleanup py27 support</title>
<updated>2020-04-04T15:06:45+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-04-04T15:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=ac04e5d415c03f8594e1d3344c51bfe6c9d3a49d'/>
<id>ac04e5d415c03f8594e1d3344c51bfe6c9d3a49d</id>
<content type='text'>
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python &gt;= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Remove html_last_updated_fmt from conf.py, this is not needed with
  openstackdocstheme anymore; update openstackdocstheme requirement

Change-Id: I66d7b502349de38bc2b646ed99cf5a41471d81bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python &gt;= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Remove html_last_updated_fmt from conf.py, this is not needed with
  openstackdocstheme anymore; update openstackdocstheme requirement

Change-Id: I66d7b502349de38bc2b646ed99cf5a41471d81bf
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace 'bgp speaker show dragents' with 'bgp dragent list'</title>
<updated>2020-02-17T14:49:41+00:00</updated>
<author>
<name>zhanghao</name>
<email>zhanghao2@cmss.chinamobile.com</email>
</author>
<published>2020-01-06T10:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=bb5b9cac6e0fd65bd620d514d29751800575d5cc'/>
<id>bb5b9cac6e0fd65bd620d514d29751800575d5cc</id>
<content type='text'>
In order to follow other agent related commands in OSC, it is more
appropriate and friendly to replace 'bgp speaker show dragents' with
'bgp dragent list'. this patch uses 'openstack bgp dragent list' to
show the list of dragents, and the optional parameter 'bgp-speaker'
shows the list of dragents hosting a specific bgp speaker.

Change-Id: I9e0703fccf535b1e1a2055ed917336055b7395f5
Closes-Bug: #1858377
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to follow other agent related commands in OSC, it is more
appropriate and friendly to replace 'bgp speaker show dragents' with
'bgp dragent list'. this patch uses 'openstack bgp dragent list' to
show the list of dragents, and the optional parameter 'bgp-speaker'
shows the list of dragents hosting a specific bgp speaker.

Change-Id: I9e0703fccf535b1e1a2055ed917336055b7395f5
Closes-Bug: #1858377
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop lib-forward-testing</title>
<updated>2020-01-25T09:26:20+00:00</updated>
<author>
<name>zhanghao</name>
<email>zhanghao2@cmss.chinamobile.com</email>
</author>
<published>2020-01-25T09:16:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=b3fa5e530b71c984d734eeb24a1e26126a486016'/>
<id>b3fa5e530b71c984d734eeb24a1e26126a486016</id>
<content type='text'>
Change-Id: Ifdce9146e8233e6760ee6c0009338661f90848a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ifdce9146e8233e6760ee6c0009338661f90848a2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for port bindings</title>
<updated>2020-02-10T10:29:47+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephenfin@redhat.com</email>
</author>
<published>2020-02-06T10:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=59145be07e5df52a7cc0fb84e8da10fe4de6e770'/>
<id>59145be07e5df52a7cc0fb84e8da10fe4de6e770</id>
<content type='text'>
The port bindings API has been around since Pike but has never been
exposed via neutronclient. We still use this in nova so it would be nice
to avoid having to create a KSA client manually for this stuff. We don't
need to expose things via the UI, just the client itself, so do that.

Change-Id: Ied1a057186f0819166df84725b09ded314930a1d
Signed-off-by: Stephen Finucane &lt;stephenfin@redhat.com&gt;
Sem-Ver: feature
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The port bindings API has been around since Pike but has never been
exposed via neutronclient. We still use this in nova so it would be nice
to avoid having to create a KSA client manually for this stuff. We don't
need to expose things via the UI, just the client itself, so do that.

Change-Id: Ied1a057186f0819166df84725b09ded314930a1d
Signed-off-by: Stephen Finucane &lt;stephenfin@redhat.com&gt;
Sem-Ver: feature
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert exception to string before passing it in</title>
<updated>2020-01-14T15:33:30+00:00</updated>
<author>
<name>Jay Faulkner</name>
<email>jay@jvf.cc</email>
</author>
<published>2020-01-07T19:50:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=946ac3ed2e9e177eb5c56cc74aadbc091b9292ab'/>
<id>946ac3ed2e9e177eb5c56cc74aadbc091b9292ab</id>
<content type='text'>
Before this change, neutronclient was passing in a raw exception
as a kwarg to the ConnectionFailed exception. This caused an
exception to be raised in _safe_decode_dict() due to the exception
not being a text type.

Now, we explicitly convert the raw exception to a string before
passing it as a kwarg.

Closes-bug: 1859068
Change-Id: I323b3aceec0a937874eabf770fbc82995202f6d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this change, neutronclient was passing in a raw exception
as a kwarg to the ConnectionFailed exception. This caused an
exception to be raised in _safe_decode_dict() due to the exception
not being a text type.

Now, we explicitly convert the raw exception to a string before
passing it as a kwarg.

Closes-bug: 1859068
Change-Id: I323b3aceec0a937874eabf770fbc82995202f6d6
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid py36 error when printing unicode chars in a stream</title>
<updated>2020-01-10T18:57:25+00:00</updated>
<author>
<name>Rodolfo Alonso Hernandez</name>
<email>ralonsoh@redhat.com</email>
</author>
<published>2020-01-10T18:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=a363edd761e2c99bae6d4492d0ca44a404e5d904'/>
<id>a363edd761e2c99bae6d4492d0ca44a404e5d904</id>
<content type='text'>
The IOStream was not able to encode characters out of range 128:
  "UnicodeEncodeError: 'ascii' codec can't encode characters in
   position 19-21: ordinal not in range(128)"

Change-Id: Ic95396a5cf73c49d332928857dc064819a6d7ea6
Closes-Bug: #1858421
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The IOStream was not able to encode characters out of range 128:
  "UnicodeEncodeError: 'ascii' codec can't encode characters in
   position 19-21: ordinal not in range(128)"

Change-Id: Ic95396a5cf73c49d332928857dc064819a6d7ea6
Closes-Bug: #1858421
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a typo</title>
<updated>2019-12-27T08:36:30+00:00</updated>
<author>
<name>liushuobj</name>
<email>liushuobj@inspur.com</email>
</author>
<published>2019-12-27T08:35:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=29043825e7e19b4f32f3998ea95419ad2429cd14'/>
<id>29043825e7e19b4f32f3998ea95419ad2429cd14</id>
<content type='text'>
Change-Id: I9d82335c37f114aa43f26dec106e7598e776e068
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9d82335c37f114aa43f26dec106e7598e776e068
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Drop python3 hack for XML serializer"</title>
<updated>2019-12-21T23:37:06+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-12-21T23:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=918b590fbf0f6841f70f681fe6ddf527695a4c44'/>
<id>918b590fbf0f6841f70f681fe6ddf527695a4c44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Drop python 2.7 support"</title>
<updated>2019-12-21T23:37:06+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-12-21T23:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=1168458db2a6744c48ffa42bd4e3d8d639bea5ca'/>
<id>1168458db2a6744c48ffa42bd4e3d8d639bea5ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pep8 errors with hacking 2.0.0</title>
<updated>2019-12-17T07:39:14+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2019-12-17T07:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=91fb009706526ed8d36ca8f2cf57f1763a9af520'/>
<id>91fb009706526ed8d36ca8f2cf57f1763a9af520</id>
<content type='text'>
Change-Id: I4737d4bc4fa116f45e2361eba93f48feae0161a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4737d4bc4fa116f45e2361eba93f48feae0161a4
</pre>
</div>
</content>
</entry>
</feed>
