<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git, branch 2.3.3</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>Make compatible with Cliff (1.5.2)</title>
<updated>2014-01-03T21:58:01+00:00</updated>
<author>
<name>Mark McClain</name>
<email>mark.mcclain@dreamhost.com</email>
</author>
<published>2014-01-03T21:58:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=df68d75f6693a9d29b04deb07c119386541a5415'/>
<id>df68d75f6693a9d29b04deb07c119386541a5415</id>
<content type='text'>
The most recent version of cliff changes the way formatters work.  This
temporarily disables the custom formatter to get the gate working
again.

Partial-Bug: #1265926
Change-Id: Id0fe9ca3ddf0326a88055f8767de4cbe4cadb950
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The most recent version of cliff changes the way formatters work.  This
temporarily disables the custom formatter to get the gate working
again.

Partial-Bug: #1265926
Change-Id: Id0fe9ca3ddf0326a88055f8767de4cbe4cadb950
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove start index 0 in range()"</title>
<updated>2013-12-25T01:49:29+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-12-25T01:49:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=2026ffdc6c82135b64b3ccd569a4a442e170ca53'/>
<id>2026ffdc6c82135b64b3ccd569a4a442e170ca53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a debugging print statement</title>
<updated>2013-12-17T11:54:59+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>cyril.roelandt@enovance.com</email>
</author>
<published>2013-12-17T11:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=60800b13cf45336bdab132f225bbae8cc289ae14'/>
<id>60800b13cf45336bdab132f225bbae8cc289ae14</id>
<content type='text'>
This seems useless, and it's a syntax error in Python3.

Change-Id: I699186b73b2208cccb958335d55912066172f4ff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This seems useless, and it's a syntax error in Python3.

Change-Id: I699186b73b2208cccb958335d55912066172f4ff
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove start index 0 in range()</title>
<updated>2013-12-16T23:53:52+00:00</updated>
<author>
<name>Wu Wenxiang</name>
<email>wu.wenxiang@99cloud.net</email>
</author>
<published>2013-12-10T12:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=c989bad9e8823dd1cca45da98f5de8a6f50609b1'/>
<id>c989bad9e8823dd1cca45da98f5de8a6f50609b1</id>
<content type='text'>
Remove the useless arg ("start index" = 0) in files, since its default
value is 0, to make code cleaner.

Fixes bug #1261580

Change-Id: Ieeace91e8cbd540ddccd8288002331a6e5a70c58
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the useless arg ("start index" = 0) in files, since its default
value is 0, to make code cleaner.

Fixes bug #1261580

Change-Id: Ieeace91e8cbd540ddccd8288002331a6e5a70c58
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add -U to pip install command in tox.ini"</title>
<updated>2013-12-14T23:23:03+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-12-14T23:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=39b15671f8e33e3d9eafe73648ee771c7eedb1d5'/>
<id>39b15671f8e33e3d9eafe73648ee771c7eedb1d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin Sphinx to &lt;1.2 in test-requirements</title>
<updated>2013-12-11T21:23:38+00:00</updated>
<author>
<name>Anita Kuno</name>
<email>anteaya@anteaya.info</email>
</author>
<published>2013-12-11T20:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=19e18422b17455b97904801352ba42212009f13a'/>
<id>19e18422b17455b97904801352ba42212009f13a</id>
<content type='text'>
Sphinx was pinned to &lt;1.2 in neutron requirements and we also
need to pin sphinx in neutronclient test-requirements.

Change-Id: I923cd19b3c28f9784a746243a5b3f76f7c38524c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sphinx was pinned to &lt;1.2 in neutron requirements and we also
need to pin sphinx in neutronclient test-requirements.

Change-Id: I923cd19b3c28f9784a746243a5b3f76f7c38524c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -U to pip install command in tox.ini</title>
<updated>2013-12-11T17:20:43+00:00</updated>
<author>
<name>James E. Blair</name>
<email>jeblair@openstack.org</email>
</author>
<published>2013-12-11T17:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=4ff4a5c9f5b006cc439efa200f85b0f24c72bf23'/>
<id>4ff4a5c9f5b006cc439efa200f85b0f24c72bf23</id>
<content type='text'>
Ask pip to upgrade packages in the virtualenv so that a long-lived
virtualenv is still kept up to date as external dependencies change.

Change-Id: I0256cf4cc3aa7675956762dcf056e2709d36813a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ask pip to upgrade packages in the virtualenv so that a long-lived
virtualenv is still kept up to date as external dependencies change.

Change-Id: I0256cf4cc3aa7675956762dcf056e2709d36813a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix neutron port-create --no-security-groups</title>
<updated>2013-12-05T01:56:12+00:00</updated>
<author>
<name>Aaron Rosen</name>
<email>aaronorosen@gmail.com</email>
</author>
<published>2013-12-03T21:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=6d7d677f3eaad2152dfc1210056bbe59e69ce92a'/>
<id>6d7d677f3eaad2152dfc1210056bbe59e69ce92a</id>
<content type='text'>
Previously, this would pass in {'security_groups': null} to neutron-server
which uses is_attr() in _ensure_default_security_group_on_port() which returns
False as is_attr() now checks for None and not just ATTR_NOT_SPECIFIED.

Change-Id: I033ce62dbb91597541a8c7f773b9819d69761860
Closes-bug: 1257473
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, this would pass in {'security_groups': null} to neutron-server
which uses is_attr() in _ensure_default_security_group_on_port() which returns
False as is_attr() now checks for None and not just ATTR_NOT_SPECIFIED.

Change-Id: I033ce62dbb91597541a8c7f773b9819d69761860
Closes-bug: 1257473
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Updates .gitignore"</title>
<updated>2013-12-04T09:52:15+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-12-04T09:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=31653bd130529db630633cb2375fa7dca7d68a75'/>
<id>31653bd130529db630633cb2375fa7dca7d68a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix i18n messages in neutronclient</title>
<updated>2013-11-30T00:16:22+00:00</updated>
<author>
<name>Sergio Cazzolato</name>
<email>sergio.j.cazzolato@intel.com</email>
</author>
<published>2013-11-16T04:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=6d937f3e8591716058961782c1e012a4a8d7702a'/>
<id>6d937f3e8591716058961782c1e012a4a8d7702a</id>
<content type='text'>
Using tools/check_i18n.py to scan source directory, and fix most of
the errors.
    - Message internationalization
    - First letter must be capital
    - Using comma instead of percent in LOG.xxx

Partial-Bug: #1217100
Change-Id: I312f999f97e33d84c3f06fa1caacf32affc26a78
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using tools/check_i18n.py to scan source directory, and fix most of
the errors.
    - Message internationalization
    - First letter must be capital
    - Using comma instead of percent in LOG.xxx

Partial-Bug: #1217100
Change-Id: I312f999f97e33d84c3f06fa1caacf32affc26a78
</pre>
</div>
</content>
</entry>
</feed>
