<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/tests, branch 3.6.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>Add support for clearing router gateway</title>
<updated>2016-12-19T22:30:19+00:00</updated>
<author>
<name>Reedip</name>
<email>reedip14@gmail.com</email>
</author>
<published>2016-11-29T12:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=4a5bf8d2a58fde1d6cbbd2bb27c3eb6fabe59c3a'/>
<id>4a5bf8d2a58fde1d6cbbd2bb27c3eb6fabe59c3a</id>
<content type='text'>
This patch adds the support to clear the gateway information
from a router.

Change-Id: I446c556750f080a6fc21fea8f531fd71838d648a
Implements: blueprint neutron-client-advanced-router
Partially-Implements: blueprint network-commands-options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the support to clear the gateway information
from a router.

Change-Id: I446c556750f080a6fc21fea8f531fd71838d648a
Implements: blueprint neutron-client-advanced-router
Partially-Implements: blueprint network-commands-options
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add support for setting router gateway"</title>
<updated>2016-12-19T14:31:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-19T14:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=e51a2b3b171f3c72a715bee3ad99c0f88efa3010'/>
<id>e51a2b3b171f3c72a715bee3ad99c0f88efa3010</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 filtering options to the address scope list command"</title>
<updated>2016-12-18T14:30:44+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-18T14:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=a17687288b11b4c2b2e61cbfdcf2d3e9211da71f'/>
<id>a17687288b11b4c2b2e61cbfdcf2d3e9211da71f</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 --default option to "volume type list""</title>
<updated>2016-12-18T12:20:28+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-18T12:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=cc4ede88e929f26b152254cf8f8ffff80a18d89e'/>
<id>cc4ede88e929f26b152254cf8f8ffff80a18d89e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add filtering options to the address scope list command</title>
<updated>2016-12-18T11:46:11+00:00</updated>
<author>
<name>Yan Xing'an</name>
<email>yanxingan@cmss.chinamobile.com</email>
</author>
<published>2016-10-23T08:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=d12aa86f7c4cadb423553d607ae4078f2cb8a962'/>
<id>d12aa86f7c4cadb423553d607ae4078f2cb8a962</id>
<content type='text'>
Add --name, --ip-version, --project, --project-domain,
--share, --no-share options to the address scope list command.

Change-Id: I8ece8da473d07dfc21dfb5b17de47624241f0142
Closes-Bug: #1636046
Partially-Implements: blueprint network-commands-options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add --name, --ip-version, --project, --project-domain,
--share, --no-share options to the address scope list command.

Change-Id: I8ece8da473d07dfc21dfb5b17de47624241f0142
Closes-Bug: #1636046
Partially-Implements: blueprint network-commands-options
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for setting router gateway</title>
<updated>2016-12-17T18:22:45+00:00</updated>
<author>
<name>Reedip</name>
<email>reedip.banerjee@nectechnologies.in</email>
</author>
<published>2016-08-19T15:32:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=841d9d8dbd313b3dcf604466786d6b9a5c918156'/>
<id>841d9d8dbd313b3dcf604466786d6b9a5c918156</id>
<content type='text'>
This patch adds the support to set the gateway information
for a router.

Implements: blueprint neutron-client-advanced-router
Partially-Implements: blueprint network-commands-options
Change-Id: Ifb5a4d1965cd7e75c0c8cf2cfb677e0628b699dc
Depends-On: I2bda0dd40afd64b6cecca5f64ef2326bda4fac92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the support to set the gateway information
for a router.

Implements: blueprint neutron-client-advanced-router
Partially-Implements: blueprint network-commands-options
Change-Id: Ifb5a4d1965cd7e75c0c8cf2cfb677e0628b699dc
Depends-On: I2bda0dd40afd64b6cecca5f64ef2326bda4fac92
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add some options to "volume create" command"</title>
<updated>2016-12-16T08:20:03+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-16T08:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3ff713fd57e6439dc1ebce6935d72c5e794aa839'/>
<id>3ff713fd57e6439dc1ebce6935d72c5e794aa839</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "SDK refactor: Prepare network commands"</title>
<updated>2016-12-16T03:01:12+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-16T03:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=60370b46f5bbc9d3de7454f8efef4b5eae867a35'/>
<id>60370b46f5bbc9d3de7454f8efef4b5eae867a35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SDK refactor: Prepare network commands</title>
<updated>2016-12-15T14:26:39+00:00</updated>
<author>
<name>Sindhu Devale</name>
<email>sindhu.devale@intel.com</email>
</author>
<published>2016-12-06T04:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=22d639b0b61380f715f72142e4c61526f621a707'/>
<id>22d639b0b61380f715f72142e4c61526f621a707</id>
<content type='text'>
Prepare the OSC "network" commands for the SDK refactor.

Change-Id: I50680f6675905f2147fee94cce8c1ed9c81dac0a
Partially-Implements: blueprint network-command-sdk-support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prepare the OSC "network" commands for the SDK refactor.

Change-Id: I50680f6675905f2147fee94cce8c1ed9c81dac0a
Partially-Implements: blueprint network-command-sdk-support
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "SDK Refactor: Prepare port commands"</title>
<updated>2016-12-15T14:16:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-15T14:16:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=e24deda9cf473491204c0bf54c260c6fcf15a1b5'/>
<id>e24deda9cf473491204c0bf54c260c6fcf15a1b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
