<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/neutronclient, branch ocata-eol</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>Replace openstack.org git:// URLs with https://</title>
<updated>2019-03-24T20:35:53+00:00</updated>
<author>
<name>Ian Wienand</name>
<email>iwienand@redhat.com</email>
</author>
<published>2019-03-24T20:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=97a87af275bbf67fa76637d4f01634092043eb15'/>
<id>97a87af275bbf67fa76637d4f01634092043eb15</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: Ied46890c2ffe0d1daa66f585bf5c8ab6217dcf9f
</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: Ied46890c2ffe0d1daa66f585bf5c8ab6217dcf9f
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix gate failures</title>
<updated>2018-09-17T11:59:25+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2018-09-17T11:30:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=7bf77b8d22ea6a45daa20d5e1aac065f33c5448e'/>
<id>7bf77b8d22ea6a45daa20d5e1aac065f33c5448e</id>
<content type='text'>
This patch tries to fix ocata gate failures:

- tox_install.sh: Handle a case where no argument is passed to
  pip install. This happens after zuul v3 was installed.
- use Zuul's CI user instead of hardcoded `jenkins`

Partially cherry-picked from 0e0e408048755548f2f669e8e55f40e97106f0fe.

Change-Id: I898f8e345658dbca1ae09762e34038af862b22ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch tries to fix ocata gate failures:

- tox_install.sh: Handle a case where no argument is passed to
  pip install. This happens after zuul v3 was installed.
- use Zuul's CI user instead of hardcoded `jenkins`

Partially cherry-picked from 0e0e408048755548f2f669e8e55f40e97106f0fe.

Change-Id: I898f8e345658dbca1ae09762e34038af862b22ac
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't sort the fw_rule order in OSC</title>
<updated>2017-03-10T07:31:14+00:00</updated>
<author>
<name>ZhaoBo</name>
<email>zhaobo6@huawei.com</email>
</author>
<published>2017-03-08T07:14:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=30221726b06c0340ed944a42538ff7a864c8248b'/>
<id>30221726b06c0340ed944a42538ff7a864c8248b</id>
<content type='text'>
Currently, the FWaaS accept the "fw_rule_list" argrument in fw_policy
update, and it will update all the related fw_rules association. If the
order is different, the behavior is not expected, so we should take care
of the input value order, and maintain the original one.

This patch remove the "sorted" function when construct the firewall policy
request body, and follow the input order.

Closes-Bug: #1671338
Change-Id: Iaa45446eee199582f5f11a4705e82fb0ab644bcc
(cherry picked from commit 3bbcdf8ff21724eac6e4668143eb709f05808d85)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, the FWaaS accept the "fw_rule_list" argrument in fw_policy
update, and it will update all the related fw_rules association. If the
order is different, the behavior is not expected, so we should take care
of the input value order, and maintain the original one.

This patch remove the "sorted" function when construct the firewall policy
request body, and follow the input order.

Closes-Bug: #1671338
Change-Id: Iaa45446eee199582f5f11a4705e82fb0ab644bcc
(cherry picked from commit 3bbcdf8ff21724eac6e4668143eb709f05808d85)
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert gate_hook to devstack-tools</title>
<updated>2017-03-06T13:10:46+00:00</updated>
<author>
<name>Armando Migliaccio</name>
<email>armamig@gmail.com</email>
</author>
<published>2017-03-08T00:26:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=658ee769cde4de65b5077518e887bdee7a08a9f7'/>
<id>658ee769cde4de65b5077518e887bdee7a08a9f7</id>
<content type='text'>
Change-Id: I2387bc9778a77b1673751bc4c1ff50f8d4826a5d
Co-Authored-By: Ihar Hrachyshka &lt;ihrachys@redhat.com&gt;
Co-Authored-By: Sean Dague &lt;sean@dague.net&gt;
Original-Commit: Ibd0f67f9131e7f67f3a4a62cb6ad28bf80e11bbf
(cherry picked from commit e516b8230c14d2bf95de86d52b4f2d5b9f83402d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2387bc9778a77b1673751bc4c1ff50f8d4826a5d
Co-Authored-By: Ihar Hrachyshka &lt;ihrachys@redhat.com&gt;
Co-Authored-By: Sean Dague &lt;sean@dague.net&gt;
Original-Commit: Ibd0f67f9131e7f67f3a4a62cb6ad28bf80e11bbf
(cherry picked from commit e516b8230c14d2bf95de86d52b4f2d5b9f83402d)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add BGP VPN OSC commands</title>
<updated>2017-02-16T11:33:14+00:00</updated>
<author>
<name>Édouard Thuleau</name>
<email>ethuleau@juniper.net</email>
</author>
<published>2016-12-23T18:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=aa09d5b2608072310df001590d008f385bc73432'/>
<id>aa09d5b2608072310df001590d008f385bc73432</id>
<content type='text'>
Change-Id: Ib1ba356e994a98712e00a11ff045df67fbe4c7ea
Closes-Bug: #1650204
(cherry picked from commit f2ace0415dd78d74b1f81c81134f7874d787fe5e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib1ba356e994a98712e00a11ff045df67fbe4c7ea
Closes-Bug: #1650204
(cherry picked from commit f2ace0415dd78d74b1f81c81134f7874d787fe5e)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "FWaaSv2 - Enable to specify 'any' for protocol"</title>
<updated>2017-01-24T15:22:08+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-24T15:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=1a2820da3ea70e2c39960875e4b5af13c6354df8'/>
<id>1a2820da3ea70e2c39960875e4b5af13c6354df8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "FWaaS - Adds an argument into find_resource"</title>
<updated>2017-01-23T21:09:02+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-23T21:09:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=a910bf78aa2f633399a65931439be8bd17aa5699'/>
<id>a910bf78aa2f633399a65931439be8bd17aa5699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FWaaSv2 - Enable to specify 'any' for protocol</title>
<updated>2017-01-23T12:01:09+00:00</updated>
<author>
<name>Yushiro FURUKAWA</name>
<email>y.furukawa_2@jp.fujitsu.com</email>
</author>
<published>2017-01-23T11:22:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9fa08d1bd0314ac63ad7923cae1c3129c64174e3'/>
<id>9fa08d1bd0314ac63ad7923cae1c3129c64174e3</id>
<content type='text'>
This commits fixes to specify 'any' for protocol in firewall_rule.

Change-Id: I5d0012afdc319b67877c5ccaea4e6b41efbf6a9e
Closes-Bug: #1658598
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commits fixes to specify 'any' for protocol in firewall_rule.

Change-Id: I5d0012afdc319b67877c5ccaea4e6b41efbf6a9e
Closes-Bug: #1658598
</pre>
</div>
</content>
</entry>
<entry>
<title>FWaaS - Adds an argument into find_resource</title>
<updated>2017-01-23T10:19:14+00:00</updated>
<author>
<name>Yushiro FURUKAWA</name>
<email>y.furukawa_2@jp.fujitsu.com</email>
</author>
<published>2017-01-17T16:01:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=bc2f975d6ccdff0c4ddbf57242bab905a572bacf'/>
<id>bc2f975d6ccdff0c4ddbf57242bab905a572bacf</id>
<content type='text'>
This commit adds an additional argument 'cmd_resource' for find_resource
in order to call client method correctly and fixes typo.

Change-Id: Ib079f9fda9d7c190ef9a2f152b5a5af1853810a6
Closes-Bug: #1657180
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds an additional argument 'cmd_resource' for find_resource
in order to call client method correctly and fixes typo.

Change-Id: Ib079f9fda9d7c190ef9a2f152b5a5af1853810a6
Closes-Bug: #1657180
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add FWaaS V2 commands for OSC plugin"</title>
<updated>2017-01-13T16:21:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-13T16:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=417c00c4620341efae606ddc6823a7ec23db7ce4'/>
<id>417c00c4620341efae606ddc6823a7ec23db7ce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
