<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-novaclient.git/doc, branch stable/ocata</title>
<subtitle>opendev.org: openstack/python-novaclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/'/>
<entry>
<title>Blacklist rather than whitelist autodoc modules</title>
<updated>2016-12-30T16:49:03+00:00</updated>
<author>
<name>Diana Clarke</name>
<email>diana.joan.clarke@gmail.com</email>
</author>
<published>2016-12-29T20:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=e8e39ed343622350e114c84ecd5fcc0c94bfec6b'/>
<id>e8e39ed343622350e114c84ecd5fcc0c94bfec6b</id>
<content type='text'>
Autogenerate the nova client python API module list rather than having
to remember to add new modules; use exclude to blacklist modules that
shouldn't be included in autodoc.

Change-Id: I051a7094f3b536f1e9a939af87e3fc89554fb375
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Autogenerate the nova client python API module list rather than having
to remember to add new modules; use exclude to blacklist modules that
shouldn't be included in autodoc.

Change-Id: I051a7094f3b536f1e9a939af87e3fc89554fb375
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some missing modules in API reference</title>
<updated>2016-12-19T06:58:28+00:00</updated>
<author>
<name>Takashi NATSUME</name>
<email>natsume.takashi@lab.ntt.co.jp</email>
</author>
<published>2016-12-19T06:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=2e04cb29d70524a3f11bcd3c785e1aabae7b9a69'/>
<id>2e04cb29d70524a3f11bcd3c785e1aabae7b9a69</id>
<content type='text'>
In doc/source/conf.py, there are some missing files
(modules) to generate API references.
So add them.

Change-Id: I39689a31084e0cdbfdcad66c723a87de009a08f7
Closes-Bug: #1651043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In doc/source/conf.py, there are some missing files
(modules) to generate API references.
So add them.

Change-Id: I39689a31084e0cdbfdcad66c723a87de009a08f7
Closes-Bug: #1651043
</pre>
</div>
</content>
</entry>
<entry>
<title>Usage missing from generated docs</title>
<updated>2016-12-08T13:40:46+00:00</updated>
<author>
<name>Diana Clarke</name>
<email>diana.joan.clarke@gmail.com</email>
</author>
<published>2016-12-07T17:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=4b63110ff7add44a6097f2a5d032161c393519d5'/>
<id>4b63110ff7add44a6097f2a5d032161c393519d5</id>
<content type='text'>
Simple Tenant Usage is missing from the generated novaclient Python API
reference docs [1].

[1]
http://docs.openstack.org/developer/python-novaclient/api.html#reference

Change-Id: I7f020cb1e6f42bdb559f5ac3d79b6f96bb927eb2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple Tenant Usage is missing from the generated novaclient Python API
reference docs [1].

[1]
http://docs.openstack.org/developer/python-novaclient/api.html#reference

Change-Id: I7f020cb1e6f42bdb559f5ac3d79b6f96bb927eb2
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc generation errors</title>
<updated>2016-12-07T09:38:30+00:00</updated>
<author>
<name>Takashi NATSUME</name>
<email>natsume.takashi@lab.ntt.co.jp</email>
</author>
<published>2016-12-07T09:28:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=c1c69f6d3ee74ca8e08a8e19bd7e14197e8e3348'/>
<id>c1c69f6d3ee74ca8e08a8e19bd7e14197e8e3348</id>
<content type='text'>
The following files have been removed in
I09a6501603667350f49b1b1fa130353a6d5272a2.

* novaclient/v2/volume_types.py
* novaclient/v2/volume_snapshots.py

But doc/source/conf.py has not been fixed.
So fix it.
And return parameter format in novaclient/v2/hosts.py
is fixed.

Change-Id: Icd3c5aed776df291141b8c3df4d64aa234e4ed88
Closes-Bug: #1648007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following files have been removed in
I09a6501603667350f49b1b1fa130353a6d5272a2.

* novaclient/v2/volume_types.py
* novaclient/v2/volume_snapshots.py

But doc/source/conf.py has not been fixed.
So fix it.
And return parameter format in novaclient/v2/hosts.py
is fixed.

Change-Id: Icd3c5aed776df291141b8c3df4d64aa234e4ed88
Closes-Bug: #1648007
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docs for instructions on deprecating commands</title>
<updated>2016-10-12T23:12:51+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem@us.ibm.com</email>
</author>
<published>2016-10-12T22:24:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=2a622fff471d64736106359487bb56e50bf3afa4'/>
<id>2a622fff471d64736106359487bb56e50bf3afa4</id>
<content type='text'>
The instructions for deprecating commands predated reno
so this change updates them a bit to be current with our
processes now. Also adds a reminder to update the help
text/description of a command to mark it deprecated.

Change-Id: I530399ba9cf6c50bd0dbb06f231aee61466eebd6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The instructions for deprecating commands predated reno
so this change updates them a bit to be current with our
processes now. Also adds a reminder to update the help
text/description of a command to mark it deprecated.

Change-Id: I530399ba9cf6c50bd0dbb06f231aee61466eebd6
</pre>
</div>
</content>
</entry>
<entry>
<title>The novaclient Python API doc keystoneauth example fixed</title>
<updated>2016-03-02T12:25:29+00:00</updated>
<author>
<name>meretiko</name>
<email>meretikoesra@gmail.com</email>
</author>
<published>2016-03-02T12:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=54ed91583f25338422d8575d11a3bfd72d45d81b'/>
<id>54ed91583f25338422d8575d11a3bfd72d45d81b</id>
<content type='text'>
The novaclient Python API document's keystoneauth session
example is not working.

AttributeError: 'Password' object has no attribute 'Password'
is fixed with this patch

Change-Id: I0c06279eed936619a770e84207bb02e79f42f6a7
Closes-Bug: #1552206
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The novaclient Python API document's keystoneauth session
example is not working.

AttributeError: 'Password' object has no attribute 'Password'
is fixed with this patch

Change-Id: I0c06279eed936619a770e84207bb02e79f42f6a7
Closes-Bug: #1552206
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix URLs for CLI Reference and API</title>
<updated>2016-01-16T16:38:18+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2016-01-16T16:36:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=1adad6978953fc9dcb1d83a9f42bcdab61909b7b'/>
<id>1adad6978953fc9dcb1d83a9f42bcdab61909b7b</id>
<content type='text'>
The CLI Reference files has been moved, update the link.
Replace link to API Quick Start with link to API reference for nova.

Change-Id: Ic933d44cddc24702648c69498e632efefda7bf88
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CLI Reference files has been moved, update the link.
Replace link to API Quick Start with link to API reference for nova.

Change-Id: Ic933d44cddc24702648c69498e632efefda7bf88
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to keystoneauth from keystoneclient</title>
<updated>2015-12-13T04:39:57+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2015-12-10T18:49:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=1f11840dd84f3570330d1fcd53d1e8eea5ff7922'/>
<id>1f11840dd84f3570330d1fcd53d1e8eea5ff7922</id>
<content type='text'>
As a stepping stone to the os-client-config patch, first switch to
using keystoneauth, its Session and its argparse registration and
plugin loading to sort out any issues with that level of plumbing.
The next patch will layer on the ability to use os-client-config
for argument processing and client construction.

Change-Id: Id681e5eb56b47d06000620f7c92c9b0c5f8d4408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a stepping stone to the os-client-config patch, first switch to
using keystoneauth, its Session and its argparse registration and
plugin loading to sort out any issues with that level of plumbing.
The next patch will layer on the ability to use os-client-config
for argument processing and client construction.

Change-Id: Id681e5eb56b47d06000620f7c92c9b0c5f8d4408
</pre>
</div>
</content>
</entry>
<entry>
<title>[docs] Fix length of underline</title>
<updated>2015-09-17T13:07:11+00:00</updated>
<author>
<name>Andrey Kurilin</name>
<email>akurilin@mirantis.com</email>
</author>
<published>2015-09-17T13:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=420782cc010ab1bab1973a7076f3b8256422d6e1'/>
<id>420782cc010ab1bab1973a7076f3b8256422d6e1</id>
<content type='text'>
Title length must match the underline

Change-Id: Ia7a2bf54a6697c63c423bacd53dfb125b9c620f6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Title length must match the underline

Change-Id: Ia7a2bf54a6697c63c423bacd53dfb125b9c620f6
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict direct usage of novaclient.v2.client</title>
<updated>2015-09-10T12:54:38+00:00</updated>
<author>
<name>Andrey Kurilin</name>
<email>akurilin@mirantis.com</email>
</author>
<published>2015-09-09T11:02:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-novaclient.git/commit/?id=a96e9d57c56e53f4e02701d2ae9f9194bb6e3d5b'/>
<id>a96e9d57c56e53f4e02701d2ae9f9194bb6e3d5b</id>
<content type='text'>
A lot of project uses incorrect import of versioned novaclient client obj
(i.e. novaclient.v2.client.Client). It leads to unability to change
interface of such inner classes.

This patch updates docs to include warning note and add warning message to
`novaclient.v2.client.Client` object.

Change-Id: Ifeba391716d3d51d6a75a53cad405e1ec595e27b
Related-Bug: #1493576
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A lot of project uses incorrect import of versioned novaclient client obj
(i.e. novaclient.v2.client.Client). It leads to unability to change
interface of such inner classes.

This patch updates docs to include warning note and add warning message to
`novaclient.v2.client.Client` object.

Change-Id: Ifeba391716d3d51d6a75a53cad405e1ec595e27b
Related-Bug: #1493576
</pre>
</div>
</content>
</entry>
</feed>
