<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/doc/source, 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>Fix the missing os in command in example</title>
<updated>2016-12-20T16:05:46+00:00</updated>
<author>
<name>ZhaoBo</name>
<email>zhaobo6@huawei.com</email>
</author>
<published>2016-12-20T15:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3816b4b90a84ed3917d07af4c95a46cce0519ea7'/>
<id>3816b4b90a84ed3917d07af4c95a46cce0519ea7</id>
<content type='text'>
This patch correct the missing one 'os example'.

Change-Id: I7c2cb01082f1eff1a7a607508f166dd54a450f44
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch correct the missing one 'os example'.

Change-Id: I7c2cb01082f1eff1a7a607508f166dd54a450f44
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "change os in command example to openstack(3)"</title>
<updated>2016-12-20T16:01:17+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-20T16:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=1b3f953715ec592ee366b717c9eb6ab5c504acf9'/>
<id>1b3f953715ec592ee366b717c9eb6ab5c504acf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "change os in command example to openstack(2)"</title>
<updated>2016-12-20T16:00:58+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-20T16:00:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=ce0cdb058e8cd580cec80e6c17e760e7ad15704e'/>
<id>ce0cdb058e8cd580cec80e6c17e760e7ad15704e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "change os in command example to openstack"</title>
<updated>2016-12-20T16:00:50+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-20T16:00:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=898c6a316a0675ebe533196fb0d0c12a4f1720c2'/>
<id>898c6a316a0675ebe533196fb0d0c12a4f1720c2</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 support for clearing router gateway"</title>
<updated>2016-12-20T13:09:12+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-20T13:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=a988ca53055551b546756030489292fb709093c9'/>
<id>a988ca53055551b546756030489292fb709093c9</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 doc for Searchlight client"</title>
<updated>2016-12-20T02:43:27+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2016-12-20T02:43:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3ab94614c29081b2872495376ee22c7c2081e3fa'/>
<id>3ab94614c29081b2872495376ee22c7c2081e3fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change os in command example to openstack(3)</title>
<updated>2016-12-20T01:26:15+00:00</updated>
<author>
<name>Kevin_Zheng</name>
<email>zhengzhenyu@huawei.com</email>
</author>
<published>2016-12-20T01:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=446e6f2fa8a14efd49b42e09c13a45e9e1eec22c'/>
<id>446e6f2fa8a14efd49b42e09c13a45e9e1eec22c</id>
<content type='text'>
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
</pre>
</div>
</content>
</entry>
<entry>
<title>change os in command example to openstack(2)</title>
<updated>2016-12-20T01:18:55+00:00</updated>
<author>
<name>Kevin_Zheng</name>
<email>zhengzhenyu@huawei.com</email>
</author>
<published>2016-12-20T01:18:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=847da51deaffcbb4e0f1c3825e60d8181b31b120'/>
<id>847da51deaffcbb4e0f1c3825e60d8181b31b120</id>
<content type='text'>
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
</pre>
</div>
</content>
</entry>
<entry>
<title>change os in command example to openstack</title>
<updated>2016-12-20T01:03:29+00:00</updated>
<author>
<name>Kevin_Zheng</name>
<email>zhengzhenyu@huawei.com</email>
</author>
<published>2016-12-20T01:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=9663424c7444e0f5ae54dda499a96f179d8512fd'/>
<id>9663424c7444e0f5ae54dda499a96f179d8512fd</id>
<content type='text'>
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the current doc, the command examples are like
"os server create" but the acutal command should
be started with "openstack" instead of "os", it
is misleading to first time users.

Change-Id: Ic7686257725e1aa8e4e0d65a712eff1c079927a8
</pre>
</div>
</content>
</entry>
<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>
</feed>
