The spec [1] recommends the following sections: - install - contributor - configuration - cli - admin - user - reference Only a few of these are useful here: - contributor - cli - user - reference Add these and populate them. [1] specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration Change-Id: I8a9ddcc915f25ebfaa1e994dba6c15883bd2715d
44 lines
1.6 KiB
ReStructuredText
44 lines
1.6 KiB
ReStructuredText
========================
|
|
Team and repository tags
|
|
========================
|
|
|
|
.. image:: http://governance.openstack.org/badges/python-novaclient.svg
|
|
:target: http://governance.openstack.org/reference/tags/index.html
|
|
|
|
.. Change things from this point on
|
|
|
|
============================================
|
|
Python bindings to the OpenStack Compute API
|
|
============================================
|
|
|
|
.. image:: https://img.shields.io/pypi/v/python-novaclient.svg
|
|
:target: https://pypi.python.org/pypi/python-novaclient/
|
|
:alt: Latest Version
|
|
|
|
.. image:: https://img.shields.io/pypi/dm/python-novaclient.svg
|
|
:target: https://pypi.python.org/pypi/python-novaclient/
|
|
:alt: Downloads
|
|
|
|
This is a client for the OpenStack Compute API. It provides a Python API (the
|
|
``novaclient`` module) and a command-line script (``nova``). Each implements
|
|
100% of the OpenStack Compute API.
|
|
|
|
* License: Apache License, Version 2.0
|
|
* `PyPi`_ - package installation
|
|
* `Online Documentation`_
|
|
* `Launchpad project`_ - release management
|
|
* `Blueprints`_ - feature specifications
|
|
* `Bugs`_ - issue tracking
|
|
* `Source`_
|
|
* `Specs`_
|
|
* `How to Contribute`_
|
|
|
|
.. _PyPi: https://pypi.python.org/pypi/python-novaclient
|
|
.. _Online Documentation: http://docs.openstack.org/python-novaclient
|
|
.. _Launchpad project: https://launchpad.net/python-novaclient
|
|
.. _Blueprints: https://blueprints.launchpad.net/python-novaclient
|
|
.. _Bugs: https://bugs.launchpad.net/python-novaclient
|
|
.. _Source: https://git.openstack.org/cgit/openstack/python-novaclient
|
|
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
|
|
.. _Specs: http://specs.openstack.org/openstack/nova-specs/
|