<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/doc/source/command-objects/volume-qos.rst, branch stable/rocky</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>reorganize existing documentation according to the new standard layout</title>
<updated>2017-06-23T09:54:32+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2017-06-13T19:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=9599ffe65d9dcd4b3aa780d346eccd1e760890bf'/>
<id>9599ffe65d9dcd4b3aa780d346eccd1e760890bf</id>
<content type='text'>
Move existing content around based on the doc-migration specification.

Replace :doc: markup with :ref: to have sphinx keep track of where the
files move and generate valid hyperlinks.

Add a few toctrees and index pages for the new directories.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move existing content around based on the doc-migration specification.

Replace :doc: markup with :ref: to have sphinx keep track of where the
files move and generate valid hyperlinks.

Add a few toctrees and index pages for the new directories.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330
Signed-off-by: Doug Hellmann &lt;doug@doughellmann.com&gt;
</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>Trivial: update volume-qos.rst</title>
<updated>2016-12-07T10:33:34+00:00</updated>
<author>
<name>zhiyong.dai</name>
<email>zhiyong.dai@easystack.cn</email>
</author>
<published>2016-12-07T10:33:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=6da1f97acd4aeb3b8b7589f478e48d0ab8f32dfe'/>
<id>6da1f97acd4aeb3b8b7589f478e48d0ab8f32dfe</id>
<content type='text'>
Before the ".. describe"，some codes are left out. I add them in this patch.
In addition, I change "[--property &lt;key&gt; ] to [--property &lt;key&gt; [...] ]

Change-Id: I37ae0ba53e2a2d43a4806b318c7776ff2260fd1d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before the ".. describe"，some codes are left out. I add them in this patch.
In addition, I change "[--property &lt;key&gt; ] to [--property &lt;key&gt; [...] ]

Change-Id: I37ae0ba53e2a2d43a4806b318c7776ff2260fd1d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix six typos</title>
<updated>2016-08-25T10:54:24+00:00</updated>
<author>
<name>Atsushi SAKAI</name>
<email>sakaia@jp.fujitsu.com</email>
</author>
<published>2016-08-25T10:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=c97e8187fef91627a1c55236a45eb5b1b8d92fc2'/>
<id>c97e8187fef91627a1c55236a45eb5b1b8d92fc2</id>
<content type='text'>
disassoiate =&gt; disassociate
nmaes       =&gt; names
mutiually   =&gt; mutually
aviod       =&gt; avoid
CLustering  =&gt; Clustering
availble    =&gt; available

Change-Id: I84545bf46acfccc9dde3e85020700edb5a8375a6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
disassoiate =&gt; disassociate
nmaes       =&gt; names
mutiually   =&gt; mutually
aviod       =&gt; avoid
CLustering  =&gt; Clustering
availble    =&gt; available

Change-Id: I84545bf46acfccc9dde3e85020700edb5a8375a6
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "--force" option to "volume qos delete" command</title>
<updated>2016-06-28T08:12:40+00:00</updated>
<author>
<name>Huanxuan Ao</name>
<email>huanxuan.ao@easystack.cn</email>
</author>
<published>2016-06-28T07:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=4e46c04f921c81927ded78f17fd28d5a55ebf9e2'/>
<id>4e46c04f921c81927ded78f17fd28d5a55ebf9e2</id>
<content type='text'>
Add ``--force`` option to ``volume qos delete`` command in volume
v1 and v2 to allow users to delete in-use QoS specification(s).

Change-Id: I46036e5f55ced8b8a1be54c521f2a5c242b89160
Closes-Bug: #1596821
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add ``--force`` option to ``volume qos delete`` command in volume
v1 and v2 to allow users to delete in-use QoS specification(s).

Change-Id: I46036e5f55ced8b8a1be54c521f2a5c242b89160
Closes-Bug: #1596821
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Block Storage instead of Volume</title>
<updated>2015-11-27T09:56:10+00:00</updated>
<author>
<name>Xi Yang</name>
<email>yang.xi@99cloud.net</email>
</author>
<published>2015-11-08T14:05:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=54b0ef3358b25b0c164ee5f4eba07ee474513d3a'/>
<id>54b0ef3358b25b0c164ee5f4eba07ee474513d3a</id>
<content type='text'>
Volume is better to be replaced by Block Storage in the
doc.

Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Volume is better to be replaced by Block Storage in the
doc.

Change-Id: I736669ee01c7385b6e701cb20f4334eff1c49286
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename command docs to remove underscores</title>
<updated>2015-08-07T05:24:22+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2015-08-07T05:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=cb8590ffb3bf79a2754e913d3cc05b2b8318b8bc'/>
<id>cb8590ffb3bf79a2754e913d3cc05b2b8318b8bc</id>
<content type='text'>
For consistency, use dashes instead of underscores.

Change-Id: I2da19b56952a8a9d172793ae211bdc58ddff4146
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For consistency, use dashes instead of underscores.

Change-Id: I2da19b56952a8a9d172793ae211bdc58ddff4146
</pre>
</div>
</content>
</entry>
</feed>
