blob: 8da13c9041e6f3b76969f1857e74fe3bd99a22c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
OpenStack Client
================
This is a command-line client for OpenStack that unifies the operation
of python-keystoneclient, python-novaclient and python-glanceclient
(formerly glance client) in a single shell with a uniform command
structure.
Contents:
.. toctree::
:maxdepth: 1
Getting Started
---------------
* Read the source
Contributing
============
Code is hosted `on GitHub`_. Submit bugs to the Python-OpenStackClient project
on `Launchpad`_. Submit code to the openstack/python-openstackclient project
using `Gerrit`_.
.. _on GitHub: https://github.com/openstack/python-openstackclient
.. _Launchpad: https://launchpad.net/python-openstackclient
.. _Gerrit: http://wiki.openstack.org/GerritWorkflow
Index
=====
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|