2014-05-15 09:05:37 -05:00
|
|
|
===============
|
|
|
|
OpenStackClient
|
|
|
|
===============
|
2012-04-18 13:16:39 -05:00
|
|
|
|
2014-05-15 09:05:37 -05:00
|
|
|
OpenStackClient (aka OSC) is a command-line client for OpenStack that
|
2015-11-08 22:05:15 +08:00
|
|
|
brings the command set for Compute, Identity, Image, Object Storage and
|
|
|
|
Block Storage APIs together in a single shell with a uniform command
|
|
|
|
structure.
|
2012-04-18 13:16:39 -05:00
|
|
|
|
2017-06-13 15:55:33 -04:00
|
|
|
Using OpenStackClient
|
|
|
|
---------------------
|
2017-02-22 14:19:38 -06:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2017-06-13 15:55:33 -04:00
|
|
|
cli/index
|
|
|
|
configuration/index
|
2013-07-29 17:05:02 -05:00
|
|
|
|
2012-04-18 13:16:39 -05:00
|
|
|
Getting Started
|
|
|
|
---------------
|
|
|
|
|
2017-06-13 15:55:33 -04:00
|
|
|
* Try :ref:`some commands <command-list>`
|
2014-09-18 17:05:07 -04:00
|
|
|
* Read the source `on OpenStack's Git server`_
|
2015-01-13 17:23:33 -06:00
|
|
|
* Install OpenStackClient from `PyPi`_ or a `tarball`_
|
2013-07-29 17:05:02 -05:00
|
|
|
|
2015-11-30 16:30:42 -05:00
|
|
|
Release Notes
|
|
|
|
-------------
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
|
2018-05-11 10:54:11 +08:00
|
|
|
Release Notes <https://docs.openstack.org/releasenotes/python-openstackclient/>
|
2015-11-30 16:30:42 -05:00
|
|
|
|
2017-06-13 15:55:33 -04:00
|
|
|
Contributor Documentation
|
|
|
|
-------------------------
|
2015-08-08 01:07:07 -07:00
|
|
|
|
|
|
|
.. toctree::
|
2017-06-13 15:55:33 -04:00
|
|
|
:maxdepth: 2
|
2015-08-08 01:07:07 -07:00
|
|
|
|
2017-06-13 15:55:33 -04:00
|
|
|
contributor/index
|
2015-01-13 17:23:33 -06:00
|
|
|
|
|
|
|
Project Goals
|
|
|
|
-------------
|
|
|
|
|
|
|
|
* Use the OpenStack Python API libraries, extending or replacing them as required
|
|
|
|
* Use a consistent naming and structure for commands and arguments
|
|
|
|
* Provide consistent output formats with optional machine parseable formats
|
|
|
|
* Use a single-binary approach that also contains an embedded shell that can execute
|
|
|
|
multiple commands on a single authentication (see libvirt's virsh for an example)
|
|
|
|
* Independence from the OpenStack project names; only API names are referenced (to
|
|
|
|
the extent possible)
|
2012-04-18 13:16:39 -05:00
|
|
|
|
|
|
|
Contributing
|
|
|
|
============
|
|
|
|
|
2015-01-13 17:23:33 -06:00
|
|
|
OpenStackClient utilizes all of the usual OpenStack processes and requirements for
|
|
|
|
contributions. The code is hosted `on OpenStack's Git server`_. `Bug reports`_
|
2019-10-22 07:35:37 -05:00
|
|
|
may be submitted to the :code:`python-openstackclient` `Storyboard project`_.
|
|
|
|
Code may be submitted to the :code:`openstack/python-openstackclient` project
|
|
|
|
using `Gerrit`_. Developers may also be found in the `IRC channel`_
|
|
|
|
``#openstack-sdks``.
|
2012-04-18 13:16:39 -05:00
|
|
|
|
2019-05-01 16:48:54 -06:00
|
|
|
.. _`on OpenStack's Git server`: https://opendev.org/openstack/python-openstackclient/
|
2019-10-22 07:35:37 -05:00
|
|
|
.. _`Storyboard project`: https://storyboard.openstack.org/#!/project/openstack/python-openstackclient
|
2014-12-05 03:30:40 +00:00
|
|
|
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
2018-06-27 07:44:53 +00:00
|
|
|
.. _Bug reports: https://storyboard.openstack.org/#!/project/975
|
2018-04-20 17:23:30 +07:00
|
|
|
.. _PyPi: https://pypi.org/project/python-openstackclient
|
2015-01-13 17:23:33 -06:00
|
|
|
.. _tarball: http://tarballs.openstack.org/python-openstackclient
|
2015-06-03 02:34:07 +02:00
|
|
|
.. _IRC channel: https://wiki.openstack.org/wiki/IRC
|
2012-04-18 13:16:39 -05:00
|
|
|
|
2014-11-18 00:16:21 -05:00
|
|
|
Indices and Tables
|
|
|
|
==================
|
2012-04-18 13:16:39 -05:00
|
|
|
|
|
|
|
* :ref:`genindex`
|
|
|
|
* :ref:`search`
|