<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/neutronclient/osc/plugin.py, branch master</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 "Add plug-in summary for osc doc"</title>
<updated>2017-01-24T22:23:40+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-24T22:23:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=a74a188735376fea948ff166d31cfffb87b2cb2e'/>
<id>a74a188735376fea948ff166d31cfffb87b2cb2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add plug-in summary for osc doc</title>
<updated>2017-01-23T08:02:57+00:00</updated>
<author>
<name>KATO Tomoyuki</name>
<email>kato.tomoyuki@jp.fujitsu.com</email>
</author>
<published>2016-10-14T04:57:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=a12f823ded93820c976688e1925c4d6a061ccbdb'/>
<id>a12f823ded93820c976688e1925c4d6a061ccbdb</id>
<content type='text'>
Stevedore Sphinx extension handles this comment.
http://docs.openstack.org/developer/python-openstackclient/
plugin-commands.html

Change-Id: I7e7f4f8714c0a261d587d1382103f4f367b64248
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stevedore Sphinx extension handles this comment.
http://docs.openstack.org/developer/python-openstackclient/
plugin-commands.html

Change-Id: I7e7f4f8714c0a261d587d1382103f4f367b64248
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "OSC plugin: catch up with osc-lib 1.0 interface change"</title>
<updated>2017-01-12T09:08:45+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2017-01-12T09:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=af8c7cbbb6586f0514d09f43bc8f2ab60b1f21f9'/>
<id>af8c7cbbb6586f0514d09f43bc8f2ab60b1f21f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a typo</title>
<updated>2016-11-21T03:49:33+00:00</updated>
<author>
<name>gecong1973</name>
<email>ge.cong@zte.com.cn</email>
</author>
<published>2016-11-21T03:49:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=e9e31d9766f14a453f261dbb9aaded979f6d2911'/>
<id>e9e31d9766f14a453f261dbb9aaded979f6d2911</id>
<content type='text'>
TrivialFix

Change-Id: Ia95e55b712a06648ea19dce30b01a568d7b3edde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TrivialFix

Change-Id: Ia95e55b712a06648ea19dce30b01a568d7b3edde
</pre>
</div>
</content>
</entry>
<entry>
<title>OSC plugin: catch up with osc-lib 1.0 interface change</title>
<updated>2016-10-11T07:57:34+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2016-10-11T07:57:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=86914044a596b0d42e21070db229d88e9e013e57'/>
<id>86914044a596b0d42e21070db229d88e9e013e57</id>
<content type='text'>
The detail is documented at
http://docs.openstack.org/developer/osc-lib/transition.html

Change-Id: I012a63290380ab41b2b8207cff660d5a0adac40e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The detail is documented at
http://docs.openstack.org/developer/osc-lib/transition.html

Change-Id: I012a63290380ab41b2b8207cff660d5a0adac40e
</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>
</feed>
