<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git, branch 2.6.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>Merge "Updated from global requirements"</title>
<updated>2015-05-12T18:26:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-12T18:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=da39d9e0a84051b55bf06192aa2058fd03d280d6'/>
<id>da39d9e0a84051b55bf06192aa2058fd03d280d6</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 use of 'oslo' namespace package"</title>
<updated>2015-05-12T15:07:58+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-12T15:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=adb22f7902cb10974b360a78fcc460050ee4265d'/>
<id>adb22f7902cb10974b360a78fcc460050ee4265d</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>2015-05-12T14:35:35+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-05-12T14:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f62492bb7f6f5eb44c65280717a13476e0cb4203'/>
<id>f62492bb7f6f5eb44c65280717a13476e0cb4203</id>
<content type='text'>
Change-Id: I5a1d53d39fde0359dcea37deb1fc989f9f1f1d1a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5a1d53d39fde0359dcea37deb1fc989f9f1f1d1a
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow setting router's external ip(s)</title>
<updated>2015-05-11T20:22:53+00:00</updated>
<author>
<name>Cedric Brandily</name>
<email>zzelle@gmail.com</email>
</author>
<published>2015-05-09T20:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9e6977de589f34ff226df042f2b631a6cd84efe1'/>
<id>9e6977de589f34ff226df042f2b631a6cd84efe1</id>
<content type='text'>
This change allows to set external_fixed_ips in router-gateway-set
command using --fixed-ip option:

  neutron router-gateway-set $router $extnet\
      --fixed-ip ip_address=10.0.0.4
  neutron router-gateway-set $router $extnet\
      --fixed-ip subnet_id=extsubnet

Change-Id: Ifa37aee0bbf8e2ee1eb37020924f13af73ad35cc
Related: blueprint specify-router-ext-ip
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change allows to set external_fixed_ips in router-gateway-set
command using --fixed-ip option:

  neutron router-gateway-set $router $extnet\
      --fixed-ip ip_address=10.0.0.4
  neutron router-gateway-set $router $extnet\
      --fixed-ip subnet_id=extsubnet

Change-Id: Ifa37aee0bbf8e2ee1eb37020924f13af73ad35cc
Related: blueprint specify-router-ext-ip
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop use of 'oslo' namespace package</title>
<updated>2015-05-06T19:39:35+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2015-05-06T19:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d9113f17ac3bdfac1cbf9214c37775d5d91e0205'/>
<id>d9113f17ac3bdfac1cbf9214c37775d5d91e0205</id>
<content type='text'>
The Oslo libraries have moved all of their code out of the 'oslo'
namespace package into per-library packages. The namespace package was
retained during kilo for backwards compatibility, but will be removed by
the liberty-2 milestone. This change removes the use of the namespace
package, replacing it with the new package names.

The patches in the libraries will be put on hold until application
patches have landed, or L2, whichever comes first. At that point, new
versions of the libraries without namespace packages will be released as
a major version update.

Please merge this patch, or an equivalent, before L2 to avoid problems
with those library releases.

Blueprint: remove-namespace-packages
https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages

Change-Id: I474dcd9de166b00d02b3586858a28797e97a3231
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Oslo libraries have moved all of their code out of the 'oslo'
namespace package into per-library packages. The namespace package was
retained during kilo for backwards compatibility, but will be removed by
the liberty-2 milestone. This change removes the use of the namespace
package, replacing it with the new package names.

The patches in the libraries will be put on hold until application
patches have landed, or L2, whichever comes first. At that point, new
versions of the libraries without namespace packages will be released as
a major version update.

Please merge this patch, or an equivalent, before L2 to avoid problems
with those library releases.

Blueprint: remove-namespace-packages
https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages

Change-Id: I474dcd9de166b00d02b3586858a28797e97a3231
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add basic functional tests for client library"</title>
<updated>2015-05-05T14:21:13+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-05T14:21:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=6c512446b13cdb4ab4191e940dda8d5b2c976e52'/>
<id>6c512446b13cdb4ab4191e940dda8d5b2c976e52</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 functional test for subnet create"</title>
<updated>2015-05-05T14:10:42+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-05T14:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=6d379f4099c3005462f05cd8629674a609678af8'/>
<id>6d379f4099c3005462f05cd8629674a609678af8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix invalid error message in neutron-cli"</title>
<updated>2015-05-04T23:07:46+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-05-04T23:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9fd62f3bd336d58811956860b5e6c17ac2d7d034'/>
<id>9fd62f3bd336d58811956860b5e6c17ac2d7d034</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>2015-05-04T20:09:08+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-05-04T20:09:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=06a6e4d5ae5c1a6b9952248f648ce5f88ae8dcb7'/>
<id>06a6e4d5ae5c1a6b9952248f648ce5f88ae8dcb7</id>
<content type='text'>
Change-Id: I60902c0d8602e7e0080eafcea2c3a729c7ab79ef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I60902c0d8602e7e0080eafcea2c3a729c7ab79ef
</pre>
</div>
</content>
</entry>
<entry>
<title>Add functional test for subnet create</title>
<updated>2015-04-29T22:50:17+00:00</updated>
<author>
<name>Matthew Treinish</name>
<email>mtreinish@kortar.org</email>
</author>
<published>2015-04-10T19:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=6190a721030094d8eb9016fb85cb56e7d451b157'/>
<id>6190a721030094d8eb9016fb85cb56e7d451b157</id>
<content type='text'>
This test adds a functional test to verify a subnet-create command
with the arg order used in the docs. python-neutronclient introduced
a regression which broke the usage of this order. This test will
prevent this from happening in the future.

Change-Id: If7e4211a4cbf33bc87a1304553ad3dc9c89346c4
Related-Bug: #1442771
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test adds a functional test to verify a subnet-create command
with the arg order used in the docs. python-neutronclient introduced
a regression which broke the usage of this order. This test will
prevent this from happening in the future.

Change-Id: If7e4211a4cbf33bc87a1304553ad3dc9c89346c4
Related-Bug: #1442771
</pre>
</div>
</content>
</entry>
</feed>
