<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/setup.cfg, branch 6.1.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>Add FWaaS V2 commands for OSC plugin</title>
<updated>2016-12-27T13:02:42+00:00</updated>
<author>
<name>Yushiro FURUKAWA</name>
<email>y.furukawa_2@jp.fujitsu.com</email>
</author>
<published>2016-09-07T00:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=0a721cf576479d21d35893ed82c29bca6adb92cb'/>
<id>0a721cf576479d21d35893ed82c29bca6adb92cb</id>
<content type='text'>
This commit supports FWaaS v2 CLI as OSC plugin[1].
[1] http://specs.openstack.org/openstack/neutron-specs/specs/newton/fwaas-api-2.0.html

Partial-Implements: blueprint fwaas-api-2.0
Depends-On: I7b4108772e8370e8f51971caf40ecd23e9f977e9
Change-Id: I57504f97ac39b5b7d301fd5cc88228a121f0677e
Closes-Bug: #1609686
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit supports FWaaS v2 CLI as OSC plugin[1].
[1] http://specs.openstack.org/openstack/neutron-specs/specs/newton/fwaas-api-2.0.html

Partial-Implements: blueprint fwaas-api-2.0
Depends-On: I7b4108772e8370e8f51971caf40ecd23e9f977e9
Change-Id: I57504f97ac39b5b7d301fd5cc88228a121f0677e
Closes-Bug: #1609686
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Python 3.5 classifier and venv"</title>
<updated>2016-08-05T05:47:51+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-08-05T05:47:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=0b387e06bb165724c02a27014b433c520ae5c4cd'/>
<id>0b387e06bb165724c02a27014b433c520ae5c4cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Python 3.5 classifier and venv</title>
<updated>2016-08-03T04:02:42+00:00</updated>
<author>
<name>zheng yin</name>
<email>yin.zheng@easystack.cn</email>
</author>
<published>2016-07-11T21:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9f78b6320d66cad993d8f1783932816dfd588428'/>
<id>9f78b6320d66cad993d8f1783932816dfd588428</id>
<content type='text'>
There is a passing gate job, we can claim support for Python 3.5
in the classifier. This patch also adds the convenience py35 venv.

Change-Id: I595320fb8b8e97951b8d445a14eb4f5a311a151f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is a passing gate job, we can claim support for Python 3.5
in the classifier. This patch also adds the convenience py35 venv.

Change-Id: I595320fb8b8e97951b8d445a14eb4f5a311a151f
</pre>
</div>
</content>
</entry>
<entry>
<title>Add trunk commands to openstackclient</title>
<updated>2016-07-28T12:16:27+00:00</updated>
<author>
<name>Armando Migliaccio</name>
<email>armamig@gmail.com</email>
</author>
<published>2016-07-12T00:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=449a1f7d13b0983ea39aa21c3d5423a984f8ad12'/>
<id>449a1f7d13b0983ea39aa21c3d5423a984f8ad12</id>
<content type='text'>
This patch introduces the client bindings for the trunk
extension. It uses the openstackclient framework, and
thus requires the openstack client to work.

New commands introduced are as follows:
"openstack network trunk create" to create a trunk.
"openstack network trunk set" to update/add subports to a trunk.
"openstack network trunk unset" to remove subports from trunk.
"openstack network trunk list" to list all trunks.
"openstack network trunk delete" to delete trunks.
"openstack subport list --trunk &lt;name&gt;" to list all subports
belonging to a trunk.

DocImpact: Openstackclient now supports CLIs to configure
           trunk resource via OSC plugin for neutronclient

Change-Id: I6fe1dbd81813fae234801a61c0e3d89f9e7c791e
Co-authored-by: SongmingYan &lt;yan.songming@zte.com.cn&gt;
Co-authored-by: Abhishek Raut &lt;rauta@vmware.com&gt;
Partial-implements: blueprint vlan-aware-vms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch introduces the client bindings for the trunk
extension. It uses the openstackclient framework, and
thus requires the openstack client to work.

New commands introduced are as follows:
"openstack network trunk create" to create a trunk.
"openstack network trunk set" to update/add subports to a trunk.
"openstack network trunk unset" to remove subports from trunk.
"openstack network trunk list" to list all trunks.
"openstack network trunk delete" to delete trunks.
"openstack subport list --trunk &lt;name&gt;" to list all subports
belonging to a trunk.

DocImpact: Openstackclient now supports CLIs to configure
           trunk resource via OSC plugin for neutronclient

Change-Id: I6fe1dbd81813fae234801a61c0e3d89f9e7c791e
Co-authored-by: SongmingYan &lt;yan.songming@zte.com.cn&gt;
Co-authored-by: Abhishek Raut &lt;rauta@vmware.com&gt;
Partial-implements: blueprint vlan-aware-vms
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Base OSC plugin support"</title>
<updated>2016-07-09T01:03:29+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-07-09T01:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=06ada316a0533e529f8fc0e98dff302dbbd0a781'/>
<id>06ada316a0533e529f8fc0e98dff302dbbd0a781</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Base OSC plugin support</title>
<updated>2016-07-08T21:54:29+00:00</updated>
<author>
<name>Richard Theis</name>
<email>rtheis@us.ibm.com</email>
</author>
<published>2016-04-22T20:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d63a92a55fafac608abecb6096c917167412207a'/>
<id>d63a92a55fafac608abecb6096c917167412207a</id>
<content type='text'>
Enable neutronclient OSC plugin support.
This patch set does the following:

 - Establishes OSC plugin structure for commands and unit tests
 - Creates the OSC plugin
 - Adds OSC to test-requirements.txt

Co-Authored-By: Akihiro Motoki &lt;motoki@da.jp.nec.com&gt;
Change-Id: I9a20bc7a3d8aa7b631fb0fd534fc5705c23326ce
Related-Bug: #1521291
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable neutronclient OSC plugin support.
This patch set does the following:

 - Establishes OSC plugin structure for commands and unit tests
 - Creates the OSC plugin
 - Adds OSC to test-requirements.txt

Co-Authored-By: Akihiro Motoki &lt;motoki@da.jp.nec.com&gt;
Change-Id: I9a20bc7a3d8aa7b631fb0fd534fc5705c23326ce
Related-Bug: #1521291
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the home-page with developer documentation</title>
<updated>2016-05-17T04:46:07+00:00</updated>
<author>
<name>venkatamahesh</name>
<email>venkatamaheshkotha@gmail.com</email>
</author>
<published>2016-05-17T04:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=51f07b894f261077257c90d61fc63ce633863c4c'/>
<id>51f07b894f261077257c90d61fc63ce633863c4c</id>
<content type='text'>
Change-Id: Ia289848b66caf07ce3684906b29021711d4d286c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia289848b66caf07ce3684906b29021711d4d286c
</pre>
</div>
</content>
</entry>
<entry>
<title>Update translation setup</title>
<updated>2016-01-28T14:06:03+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2016-01-28T07:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9f792d0b9c6ed86cea0f7efaf65817ff32e5d72d'/>
<id>9f792d0b9c6ed86cea0f7efaf65817ff32e5d72d</id>
<content type='text'>
Follow new infra setup for translations, see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.

This basically renames
python-neutronclient/locale/python-neutronclient.pot to
neutronclient/locale/neutronclient. For this we need to update
setup.cfg. The domain name is already correct in neutronclient/_i18n.py.

There's no need to keep the pot file. The updated scripts work without them.
So, we can just delete the file and once there are translations,
an updated pot file together with translations can be imported.

Change-Id: I888808f8af291223531df799382ad0c70bf8c567
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow new infra setup for translations, see spec
http://specs.openstack.org/openstack-infra/infra-specs/specs/translation_setup.html
for full details.

This basically renames
python-neutronclient/locale/python-neutronclient.pot to
neutronclient/locale/neutronclient. For this we need to update
setup.cfg. The domain name is already correct in neutronclient/_i18n.py.

There's no need to keep the pot file. The updated scripts work without them.
So, we can just delete the file and once there are translations,
an updated pot file together with translations can be imported.

Change-Id: I888808f8af291223531df799382ad0c70bf8c567
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Setup for translation"</title>
<updated>2016-01-16T02:40:17+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-01-16T02:40:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=a0134f89af21a274d5f0cc7c2e1696755543c713'/>
<id>a0134f89af21a274d5f0cc7c2e1696755543c713</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop py33 support</title>
<updated>2015-12-15T07:28:20+00:00</updated>
<author>
<name>shu-mutou</name>
<email>shu-mutou@rf.jp.nec.com</email>
</author>
<published>2015-12-15T07:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=8d1990a6947ceb2c8750a4e32fe158aee98e6824'/>
<id>8d1990a6947ceb2c8750a4e32fe158aee98e6824</id>
<content type='text'>
"Python 3.3 support is being dropped since OpenStack Liberty."
written in following URL.
https://wiki.openstack.org/wiki/Python3

And already the infra team and the oslo team are dropping py33
support from their projects.

Since we rely on oslo for a lot of our work, and depend on infra
for our CI, we should drop py33 support too.

Change-Id: Ic3bfd32822a5e55d6d056af163075d9b3bdaabd4
Closes-Bug: #1526170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Python 3.3 support is being dropped since OpenStack Liberty."
written in following URL.
https://wiki.openstack.org/wiki/Python3

And already the infra team and the oslo team are dropping py33
support from their projects.

Since we rely on oslo for a lot of our work, and depend on infra
for our CI, we should drop py33 support too.

Change-Id: Ic3bfd32822a5e55d6d056af163075d9b3bdaabd4
Closes-Bug: #1526170
</pre>
</div>
</content>
</entry>
</feed>
