diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2013-07-29 17:05:02 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2013-08-01 16:21:22 -0500 |
| commit | 6f9dcc13f6beecd6646632fc2174b3edf1b8c5c5 (patch) | |
| tree | 5eb8fd17cdf8542ccbc9566a356867ed0353d98a /doc/source/index.rst | |
| parent | 22386eb9e621012429e0626044c12b764d2ea273 (diff) | |
| download | python-openstackclient-6f9dcc13f6beecd6646632fc2174b3edf1b8c5c5.tar.gz | |
Prep for 0.2 release (0.2.rc1)
* rename HACKING to HACKING.rst and refer to the common OpenStack HACKING file
* add the barest of pointers to the wiki, etc. to the source docs
* add a bare-bones man page
Change-Id: I80e5b972af645f14ef17ae87f182ab09cb08dabe
Diffstat (limited to 'doc/source/index.rst')
| -rw-r--r-- | doc/source/index.rst | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 8da13c90..deddd07e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -2,24 +2,31 @@ 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. +of python-keystoneclient, python-novaclient, python-glanceclient and +python-cinderclient in a single shell with a uniform command structure. Contents: .. toctree:: :maxdepth: 1 + commands + man/openstack + Getting Started --------------- -* Read the source +* Check out `the wiki`_ +* Try `some commands`_ +* Read the source `on GitHub`_ + +.. _the wiki: https://wiki.openstack.org/OpenStackClient +.. _some commands: https://wiki.openstack.org/OpenStackClient/Commands Contributing ============ -Code is hosted `on GitHub`_. Submit bugs to the Python-OpenStackClient project +Code is hosted `on GitHub`_. Submit bugs to the python-openstackclient project on `Launchpad`_. Submit code to the openstack/python-openstackclient project using `Gerrit`_. @@ -27,6 +34,15 @@ using `Gerrit`_. .. _Launchpad: https://launchpad.net/python-openstackclient .. _Gerrit: http://wiki.openstack.org/GerritWorkflow +Release Notes +============= + +0.2 +--- + +* First alpha release to PyPI +* Implemented Compute, Identity, Image and Volume API commands + Index ===== |
