<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git, branch queens-em</title>
<subtitle>opendev.org: openstack/python-neutronclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/'/>
<entry>
<title>Merge "Add commands to support BGP VPN route control new API extension"</title>
<updated>2018-01-25T09:37:56+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-25T09:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/commit/?id=95d64cef778f154353086a3b77269cc41d48be62'/>
<id>95d64cef778f154353086a3b77269cc41d48be62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Define IpAddressAlreadyAllocated exception"</title>
<updated>2018-01-24T19:31:28+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-24T19:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/commit/?id=8b3516d40a24e9a24c9058ae67f1630d9dccd443'/>
<id>8b3516d40a24e9a24c9058ae67f1630d9dccd443</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken links</title>
<updated>2018-01-24T03:27:38+00:00</updated>
<author>
<name>gaofei</name>
<email>gao.fei@inspur.com</email>
</author>
<published>2018-01-24T01:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/commit/?id=fee6f7b3100393155a090ce1d6943e0ac756169c'/>
<id>fee6f7b3100393155a090ce1d6943e0ac756169c</id>
<content type='text'>
Change-Id: I4b00a24e5adb2ac6b62218d152aef88fac2d6396
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4b00a24e5adb2ac6b62218d152aef88fac2d6396
</pre>
</div>
</content>
</entry>
<entry>
<title>Define IpAddressAlreadyAllocated exception</title>
<updated>2018-01-23T19:46:53+00:00</updated>
<author>
<name>Hongbin Lu</name>
<email>hongbin.lu@huawei.com</email>
</author>
<published>2018-01-19T00:23:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/commit/?id=58c1be2b65f3e5ec6a87e2d53e3757314a815e9b'/>
<id>58c1be2b65f3e5ec6a87e2d53e3757314a815e9b</id>
<content type='text'>
This exception will raise when creating a port with an IP allocated
IP address. This exception needs to be defined in client so that
nova can catch it and perform the error handling.

Needed-By: I5bee9ae18764b6f285ecc5e8d7148a1019c74701
Change-Id: Ie1d4581d334e1ec491e56371c62978945ae24a44
Related-Bug: #1744103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This exception will raise when creating a port with an IP allocated
IP address. This exception needs to be defined in client so that
nova can catch it and perform the error handling.

Needed-By: I5bee9ae18764b6f285ecc5e8d7148a1019c74701
Change-Id: Ie1d4581d334e1ec491e56371c62978945ae24a44
Related-Bug: #1744103
</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://91.123.203.49/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>Merge "Updated from global requirements"</title>
<updated>2018-01-21T22:00:23+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-21T22:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/commit/?id=d9ecb82fa5078623428615929ef731756e74573d'/>
<id>d9ecb82fa5078623428615929ef731756e74573d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add correlation type "nsh" to both PPs and PCs"</title>
<updated>2018-01-18T22:36:47+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-18T22:36:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/commit/?id=357787f523fad67095a92c5ddcca24d6ad1f0284'/>
<id>357787f523fad67095a92c5ddcca24d6ad1f0284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "VNI support in BGPVPN CLI"</title>
<updated>2018-01-18T22:23:32+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-18T22:23:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/commit/?id=d0c42eb02331c0918d1ca88c3816df33112636bf'/>
<id>d0c42eb02331c0918d1ca88c3816df33112636bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated from global requirements</title>
<updated>2018-01-18T03:29:56+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2018-01-18T03:29:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/commit/?id=9e05c1bab51d7b9af3c16232f2757438dcd3cec8'/>
<id>9e05c1bab51d7b9af3c16232f2757438dcd3cec8</id>
<content type='text'>
Change-Id: Ic8c98ad03917ed628453c28200defed000592045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic8c98ad03917ed628453c28200defed000592045
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Updated from global requirements"</title>
<updated>2018-01-16T09:16:18+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.openstack.org</email>
</author>
<published>2018-01-16T09:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-neutronclient.git/commit/?id=86e90cfb8611b59e97b13839376f31c6363f56e9'/>
<id>86e90cfb8611b59e97b13839376f31c6363f56e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
