<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/neutronclient, branch stein-em</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>Use secure sha256 instead of sha1</title>
<updated>2019-08-21T05:57:23+00:00</updated>
<author>
<name>Oleg Bondarev</name>
<email>obondarev@mirantis.com</email>
</author>
<published>2019-08-13T14:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=450039b7f91f37acc742413af596cc4abb5af6ae'/>
<id>450039b7f91f37acc742413af596cc4abb5af6ae</id>
<content type='text'>
Fix for bandit B303: Use of insecure MD2, MD4, MD5, or SHA1 hash function.

Change-Id: I00403d7bd3b40ae00420e6cddcf40f45488284a9
Partial-Bug: #1759250
(cherry picked from commit ab426a791ad1937ea2cf3b340202b3968a378978)
(cherry picked from commit 62f4868e6e240ebbb4d6e29b8c1e1d23a24fcc15)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for bandit B303: Use of insecure MD2, MD4, MD5, or SHA1 hash function.

Change-Id: I00403d7bd3b40ae00420e6cddcf40f45488284a9
Partial-Bug: #1759250
(cherry picked from commit ab426a791ad1937ea2cf3b340202b3968a378978)
(cherry picked from commit 62f4868e6e240ebbb4d6e29b8c1e1d23a24fcc15)
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace openstack.org git:// URLs with https://</title>
<updated>2019-03-24T20:35:54+00:00</updated>
<author>
<name>Ian Wienand</name>
<email>iwienand@redhat.com</email>
</author>
<published>2019-03-24T20:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=ca01b06a6d238e1a61e37d053c6dce7ebde4e276'/>
<id>ca01b06a6d238e1a61e37d053c6dce7ebde4e276</id>
<content type='text'>
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ib0bc9e78a38eca218d8cbdfb9aff67dc189a6f4c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Ib0bc9e78a38eca218d8cbdfb9aff67dc189a6f4c
</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://git.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>Update json module to jsonutils</title>
<updated>2019-02-25T09:28:34+00:00</updated>
<author>
<name>cao.yuan</name>
<email>cao.yuan@99cloud.net</email>
</author>
<published>2019-02-24T16:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=1f35b8f25cb328ede6aea7933ecd33a1cd713ba8'/>
<id>1f35b8f25cb328ede6aea7933ecd33a1cd713ba8</id>
<content type='text'>
oslo project provide jsonutils, and neutronclient use it in many place[1],
this PS to update the remained json module to oslo jsonutils for
consistency.

[1]: https://github.com/openstack/python-neutronclient/search?utf8=%E2%9C%93&amp;q=jsonutils&amp;type=

Change-Id: Ic4639628c8910b88a14b0fe8f37638bb4f9474be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
oslo project provide jsonutils, and neutronclient use it in many place[1],
this PS to update the remained json module to oslo jsonutils for
consistency.

[1]: https://github.com/openstack/python-neutronclient/search?utf8=%E2%9C%93&amp;q=jsonutils&amp;type=

Change-Id: Ic4639628c8910b88a14b0fe8f37638bb4f9474be
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hacking version to 1.1</title>
<updated>2019-01-31T01:45:24+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2019-01-31T01:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f99c63f98ae8f4c43a152774dab8c9f9741de360'/>
<id>f99c63f98ae8f4c43a152774dab8c9f9741de360</id>
<content type='text'>
Older hacking depends on pep8, but pep8 module is replaced by
pycodestyle. This can be resolved by updating hackinng version.

This commit also fixes E117 (over-indented) and
W605 (invalid escape sequence) warnings.

pep8 is dropped from lower-constraints.txt as it is no longer used.

Change-Id: I3a8e3b0dedf9422e4db02b525b333d12ce012a95
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Older hacking depends on pep8, but pep8 module is replaced by
pycodestyle. This can be resolved by updating hackinng version.

This commit also fixes E117 (over-indented) and
W605 (invalid escape sequence) warnings.

pep8 is dropped from lower-constraints.txt as it is no longer used.

Change-Id: I3a8e3b0dedf9422e4db02b525b333d12ce012a95
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for querying quotas with usage</title>
<updated>2018-12-14T11:18:40+00:00</updated>
<author>
<name>mid_one</name>
<email>chenjie.xu@intel.com</email>
</author>
<published>2018-12-03T17:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9cbdfb2181f1d0acb303214deeee781f57ba48d9'/>
<id>9cbdfb2181f1d0acb303214deeee781f57ba48d9</id>
<content type='text'>
The neutron HTTP API supports issuing a GET call
on /v2.0/quotas/{project_id}/details.json in order
to obtain quotas with usage information for a
given tenant. However, this capability is not
currently exposed in the python-neutronclient code.

Add path: quota_details_path
Add function show_quota_details

Closes-Bug: #1808451
Related-Bug: #1599488
Change-Id: Ia02172f62b9d9915273021627b0feb52a4f376da
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The neutron HTTP API supports issuing a GET call
on /v2.0/quotas/{project_id}/details.json in order
to obtain quotas with usage information for a
given tenant. However, this capability is not
currently exposed in the python-neutronclient code.

Add path: quota_details_path
Add function show_quota_details

Closes-Bug: #1808451
Related-Bug: #1599488
Change-Id: Ia02172f62b9d9915273021627b0feb52a4f376da
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Support of the boolean advertise_extra_routes"</title>
<updated>2018-11-20T19:34:23+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-11-20T19:34:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=a8720c3c4dfa8b5075685edbdfa1553fb0f7cbdf'/>
<id>a8720c3c4dfa8b5075685edbdfa1553fb0f7cbdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support of the boolean advertise_extra_routes</title>
<updated>2018-11-20T14:59:08+00:00</updated>
<author>
<name>Samuel Barré</name>
<email>samuel.barre@orange.com</email>
</author>
<published>2018-02-20T14:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=b60283cd161300ab5805239c895b0d9a8d5eb511'/>
<id>b60283cd161300ab5805239c895b0d9a8d5eb511</id>
<content type='text'>
This Boolean attribute is added to the Router Association resource
(Neutron API, 'bgpvpn' and 'bgpvpn-routes-control' API extensions) in
order to support routes control. This allow to propagate routes of
subnets not directly connected to the router
The corresponding code in networking-bgpvpn has already merged

See https://blueprints.launchpad.net/bgpvpn/+spec/routes-control

Change-Id: Icdd7f6592a9d657b6414645406f06b74b6f3bb11
Implements: blueprint routes-control
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This Boolean attribute is added to the Router Association resource
(Neutron API, 'bgpvpn' and 'bgpvpn-routes-control' API extensions) in
order to support routes control. This allow to propagate routes of
subnets not directly connected to the router
The corresponding code in networking-bgpvpn has already merged

See https://blueprints.launchpad.net/bgpvpn/+spec/routes-control

Change-Id: Icdd7f6592a9d657b6414645406f06b74b6f3bb11
Implements: blueprint routes-control
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix docstring in method list_routers_on_l3_agent"</title>
<updated>2018-11-13T00:22:46+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-11-13T00:22:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d8cb1472c867d2a308e26abea0b0a01f1d6629a1'/>
<id>d8cb1472c867d2a308e26abea0b0a01f1d6629a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring in method list_routers_on_l3_agent</title>
<updated>2018-11-12T21:07:35+00:00</updated>
<author>
<name>mid_one</name>
<email>chenjie.xu@intel.com</email>
</author>
<published>2018-11-12T16:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=1d45522a48bae0b454479e0f0a3876c773d7034e'/>
<id>1d45522a48bae0b454479e0f0a3876c773d7034e</id>
<content type='text'>
For function list_routers_on_l3_agent in the
python-neutronclient\neutronclient\v2_0\client.py,
the description is "Fetches a list of L3 agents
hosting a router". However this function fetches
a list of routers hosted on a L3 agent.

Change the docstring.

Change-Id: Ia2156b5f6f016f338549a6536a0f31bf9e96c7cf
Closes-Bug: 1802475
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For function list_routers_on_l3_agent in the
python-neutronclient\neutronclient\v2_0\client.py,
the description is "Fetches a list of L3 agents
hosting a router". However this function fetches
a list of routers hosted on a L3 agent.

Change the docstring.

Change-Id: Ia2156b5f6f016f338549a6536a0f31bf9e96c7cf
Closes-Bug: 1802475
</pre>
</div>
</content>
</entry>
</feed>
