<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git, branch 2.3.7</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>Updated from global requirements</title>
<updated>2014-08-30T08:36:03+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2014-08-30T08:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f22dbd20446ef5d316ffd3fffb630cf2731b8229'/>
<id>f22dbd20446ef5d316ffd3fffb630cf2731b8229</id>
<content type='text'>
Change-Id: I0628d1071955a7f82efd1e1e054fa38ae1dff006
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0628d1071955a7f82efd1e1e054fa38ae1dff006
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Avoid modifying default function arguments"</title>
<updated>2014-08-30T06:36:26+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-08-30T06:36:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=76d5c1a422edf3589cee6e178b71aa1dc626e9e9'/>
<id>76d5c1a422edf3589cee6e178b71aa1dc626e9e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove unnecessary get_status_code wrapper function"</title>
<updated>2014-08-30T05:42:53+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-08-30T05:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=8a03a9c8dd365c68d79d0646bdcd866bff55f155'/>
<id>8a03a9c8dd365c68d79d0646bdcd866bff55f155</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Repeat add-tenant and remove-tenant option in cli"</title>
<updated>2014-08-28T14:33:12+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-08-28T14:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=dee50caec1e1915758f371bd70d1fff8a56a0cf7'/>
<id>dee50caec1e1915758f371bd70d1fff8a56a0cf7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary get_status_code wrapper function</title>
<updated>2014-08-28T12:56:34+00:00</updated>
<author>
<name>Ilya Shakhat</name>
<email>ishakhat@mirantis.com</email>
</author>
<published>2014-08-28T12:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9f3ffdf5bcb91425b3947bbf0d1d24c89791859b'/>
<id>9f3ffdf5bcb91425b3947bbf0d1d24c89791859b</id>
<content type='text'>
Function get_status_code is used to get HTTP status code from
either requests.Response (status_code) or Webob.Response
(status_int). The latter was removed in 2012 and not needed
anymore.

Change-Id: Iacd6bbb83ce0d8ec5b8ec73273bc7bf39c9ccc8d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Function get_status_code is used to get HTTP status code from
either requests.Response (status_code) or Webob.Response
(status_int). The latter was removed in 2012 and not needed
anymore.

Change-Id: Iacd6bbb83ce0d8ec5b8ec73273bc7bf39c9ccc8d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CLI support for DVR, take 2</title>
<updated>2014-08-26T19:50:01+00:00</updated>
<author>
<name>Assaf Muller</name>
<email>amuller@redhat.com</email>
</author>
<published>2014-07-21T13:37:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=deb850b7282995d7e3b31210c177a2661578765b'/>
<id>deb850b7282995d7e3b31210c177a2661578765b</id>
<content type='text'>
Previously --distributed was displayed as positional
argument in the help text, but acted as an optional
argument with the -- semantics. It now behaves like
any other optional argument.

A side-effect is that previously you could:
1) neutron router-create --distributed r1
2) neutron router-create --distributed=True r1
3) neutron router-create --distributed=False r1

While now only options 2 and 3 are viable.

DocImpact
Partially-implements: blueprint neutron-ovs-dvr
Closes-Bug: #1346121
Change-Id: I60675b4f60fe8154af4ab6d8f0e93867cf362a59
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously --distributed was displayed as positional
argument in the help text, but acted as an optional
argument with the -- semantics. It now behaves like
any other optional argument.

A side-effect is that previously you could:
1) neutron router-create --distributed r1
2) neutron router-create --distributed=True r1
3) neutron router-create --distributed=False r1

While now only options 2 and 3 are viable.

DocImpact
Partially-implements: blueprint neutron-ovs-dvr
Closes-Bug: #1346121
Change-Id: I60675b4f60fe8154af4ab6d8f0e93867cf362a59
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor CreateRouter to use update_dict</title>
<updated>2014-08-26T16:38:18+00:00</updated>
<author>
<name>Assaf Muller</name>
<email>amuller@redhat.com</email>
</author>
<published>2014-08-21T17:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=155d325c7b88a8d246e4087078c8023512882462'/>
<id>155d325c7b88a8d246e4087078c8023512882462</id>
<content type='text'>
At this point in time, 'distributed' is a positional argument and
thus doesn't need to be moved into the resource body.

Change-Id: I1d5c7c360fc76b5da9e145d70ce6d9e7a90d80bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At this point in time, 'distributed' is a positional argument and
thus doesn't need to be moved into the resource body.

Change-Id: I1d5c7c360fc76b5da9e145d70ce6d9e7a90d80bc
</pre>
</div>
</content>
</entry>
<entry>
<title>Repeat add-tenant and remove-tenant option in cli</title>
<updated>2014-08-25T18:09:57+00:00</updated>
<author>
<name>Aaron-Zhang231</name>
<email>fenzhang@cisco.com</email>
</author>
<published>2014-02-15T13:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=749a5f5f4df2d0b0358cc7f8914af2290fad31a9'/>
<id>749a5f5f4df2d0b0358cc7f8914af2290fad31a9</id>
<content type='text'>
For cisco-network-profile-create and cisco-network-profile-update cli,
add repeatable add-tenant and remove-tenant options so that user can
add and remove multiple tenants in a single cli request.

This fix includes changes in neutron, python-neutronclient and horizon.
All the changes should be merged at the same time

Implements: blueprint cisco-network-profile-multi-tenants-support
Change-Id: Ia902426b10d22a757ebbf62249dc28e9909dbff0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For cisco-network-profile-create and cisco-network-profile-update cli,
add repeatable add-tenant and remove-tenant options so that user can
add and remove multiple tenants in a single cli request.

This fix includes changes in neutron, python-neutronclient and horizon.
All the changes should be merged at the same time

Implements: blueprint cisco-network-profile-multi-tenants-support
Change-Id: Ia902426b10d22a757ebbf62249dc28e9909dbff0
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename --timeout param to --http-timeout</title>
<updated>2014-08-18T21:45:29+00:00</updated>
<author>
<name>Kevin Benton</name>
<email>blak111@gmail.com</email>
</author>
<published>2014-08-18T20:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=98d2135dbdcc0210328db57dbb7c8fbd28f596be'/>
<id>98d2135dbdcc0210328db57dbb7c8fbd28f596be</id>
<content type='text'>
The --timeout parameter was already used by the
load balancer subcommand so adding it as a top-level
parameter broke the load balancer commands. This
patch renames the new --timeout top-level command
to --http-timeout so it doesn't conflict with the
existing load balancer commands.

DocImpact

Closes-Bug: #1353536
Change-Id: I3d1dd9537e546191c5905e0aa5415de5308d9c7e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The --timeout parameter was already used by the
load balancer subcommand so adding it as a top-level
parameter broke the load balancer commands. This
patch renames the new --timeout top-level command
to --http-timeout so it doesn't conflict with the
existing load balancer commands.

DocImpact

Closes-Bug: #1353536
Change-Id: I3d1dd9537e546191c5905e0aa5415de5308d9c7e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix listing security group rules"</title>
<updated>2014-08-18T17:52:56+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-08-18T17:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=b9bd695ef8713c136319f6e31256f68e343a3ac5'/>
<id>b9bd695ef8713c136319f6e31256f68e343a3ac5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
