| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
we dropped v1 back in Juno. as icehouse is EOL and the client
follows stable/branches, v1 is completely inaccessible and can be
removed
Change-Id: If4c6c07e65a6c47f47c59de6c99e8c40ef4e63cb
Co-Authored-By: ZhiQiang Fan <aji.zqfan@gmail.com>
Closes-Bug: #1389331
|
| |
|
|
|
|
|
|
|
| |
The list function for the new Sample Manager no longer takes a
meter_name parameter. It must be submitted as part of the query.
The changes reflect the new format.
Change-Id: I2c9346ce605b3f576a761f6162a5dcf49e4686ee
Closes-Bug:1443383
|
| |
|
|
|
|
|
|
|
| |
* fix broken docstring in ceilometerclient.client
* remove non-existent `release` index
* remove duplicated reference generation in ext/gen_ref.py
Change-Id: Iad8c527e61628a406d5dd84adac875190b994fac
Closes-Bug: #1440629
|
| |
|
|
| |
Change-Id: I750527b36f768160ae50249464268d479f58d59a
|
| |
|
|
|
|
|
| |
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.
Change-Id: I847846e69a72c9c6ff2a6bf7139ba31d0a77d606
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove intersphinx from the docs build as it triggers network calls that
occasionally fail, and we don't really use intersphinx (links other
sphinx documents out on the internet)
This also removes the requirement for internet access during docs build.
This can cause docs jobs to fail if the project errors out on
warnings.
Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb
Related-Bug: #1368910
|
| |
|
|
|
|
|
|
|
|
| |
Documentation is modeled after python-novaclient docs.
(http://docs.openstack.org/developer/python-novaclient/)
Built preview for reviewers:
https://nsaje.fedorapeople.org/python-ceilometerclient/
Change-Id: I61e9d6593e4a1aea5cf018081416d4be3a9372ac
|
| |
|
|
|
|
|
|
|
| |
The current developer docs template used by ceilometer client is
not the latest template used by the rest of the openstack projects.
This patch will update the docs to provide a more consistent look
and feel when using project docs.
Change-Id: Ic25324da75100c0efe3e814de13807740592d4a1
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The word "Copyright" alone is sufficient to claim copyright, the ©
need not be present.[1]
As per PEP 263, a Python file with non-ASCII characters must have a
line with "coding: <some-encoding>". Python files containing only
7-bit ASCII characters need no such line.[2]
This commit removes unnecessary Unicode copyright symbols and
unnecessary encoding lines.
[1]: http://www.copyright.gov/circs/circ03.pdf
[2]: http://legacy.python.org/dev/peps/pep-0263/
Change-Id: I6b43cc5ecfd0440e06b0aebd91ebb574b7f37a91
|
| |
|
|
|
|
|
| |
Remove unused imports in doc/source/conf.py
Change-Id: I419f60dc7bb3a2e73961bab933867b171851eb18
Closes-Bug: #1268091
|
| |
|
|
|
| |
Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3
Fixes-Bug: #1214176
|
|
|
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
|