<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git, branch 7.0.0</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>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>
<entry>
<title>Drop python 2.7 support</title>
<updated>2019-12-17T05:46:06+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2019-11-12T16:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=010053df07d7dffad55581c0db9d43256a482280'/>
<id>010053df07d7dffad55581c0db9d43256a482280</id>
<content type='text'>
We no longer support python 2.7 past Train.
Let's stop testings with python 2.7 and drop python 2.7 stuffs.

pypy in tox.ini is also dropped too. It is not used for long.

Change-Id: I8a07c007a129cd2141085a1a3cc7f81658c42db2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no longer support python 2.7 past Train.
Let's stop testings with python 2.7 and drop python 2.7 stuffs.

pypy in tox.ini is also dropped too. It is not used for long.

Change-Id: I8a07c007a129cd2141085a1a3cc7f81658c42db2
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop python3 hack for XML serializer</title>
<updated>2019-12-17T05:43:05+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2019-12-17T05:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d5c516a5a288003ca661091152c1a8ebfa527909'/>
<id>d5c516a5a288003ca661091152c1a8ebfa527909</id>
<content type='text'>
It was added in https://review.opendev.org/#/c/110947/
to make the XML serializer work in python 3.
We dropped the XML serializer support long ago.
I believe we can drop it safely.

Change-Id: I208de891515cb2cbdde779013ba58f19e36fc55c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was added in https://review.opendev.org/#/c/110947/
to make the XML serializer work in python 3.
We dropped the XML serializer support long ago.
I believe we can drop it safely.

Change-Id: I208de891515cb2cbdde779013ba58f19e36fc55c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Move grenade neutron-lib job to py3 and in python-neutronclient repo"</title>
<updated>2019-12-11T23:45:19+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-12-11T23:45:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=e68234ecf6ce402660dd0577b8b86513594a6005'/>
<id>e68234ecf6ce402660dd0577b8b86513594a6005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move grenade neutron-lib job to py3 and in python-neutronclient repo</title>
<updated>2019-12-09T08:20:20+00:00</updated>
<author>
<name>Ghanshyam Mann</name>
<email>gmann@ghanshyammann.com</email>
</author>
<published>2019-11-23T01:56:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=c430ed8950300b9908e470011f2d0f0170fcd369'/>
<id>c430ed8950300b9908e470011f2d0f0170fcd369</id>
<content type='text'>
'legacy-grenade-dsvm-neutron-libs' grenade neutron-lib jobs
is present in opensatck-zuul-jobs repo running on python 2. This needs
to run on py3 from Ussuri onwards and py2 for stable/branch.

python-neutronclient is the only repo which is using this job.

py2 version has been kept in opensatck-zuul-jobs and for ussuri
onwwards this has been migrated to python-neutronclient repo with
py3 version.

Change-Id: I165f86e1d05c8830e0b75b5c2db369178a3df7e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'legacy-grenade-dsvm-neutron-libs' grenade neutron-lib jobs
is present in opensatck-zuul-jobs repo running on python 2. This needs
to run on py3 from Ussuri onwards and py2 for stable/branch.

python-neutronclient is the only repo which is using this job.

py2 version has been kept in opensatck-zuul-jobs and for ussuri
onwwards this has been migrated to python-neutronclient repo with
py3 version.

Change-Id: I165f86e1d05c8830e0b75b5c2db369178a3df7e7
</pre>
</div>
</content>
</entry>
</feed>
