Unified CLI with all python-openstackclient plugins
Go to file
Andreas Jaeger ef9dec8658 Fix for Sphinx 1.5 and pbr 1.10
Sphinx 1.5 fails with current pbr (needs new pbr release, see change
I52d45fa0a0d42de690d3a492068f7bb03483a224).

For now, set warnerrors to False to be able to use this.

Also, update to new sphinx version to show that this works.

This is in reaction to the failure in
I00236f4b97871f772cf52710c8a7facc07cfc4e1.

Change-Id: Ie25ec8f3ade28fb360bed7aebc0fe6ce65bec498
2017-02-12 17:03:47 +01:00
doc Initial commit for the OSC metapackage repo. 2017-01-06 14:39:22 -06:00
tests Initial commit for the OSC metapackage repo. 2017-01-06 14:39:22 -06:00
.gitignore Initial commit for the OSC metapackage repo. 2017-01-06 14:39:22 -06:00
.gitreview Added .gitreview 2016-12-22 07:16:12 +00:00
.testr.conf Initial commit for the OSC metapackage repo. 2017-01-06 14:39:22 -06:00
LICENSE Initial commit for the OSC metapackage repo. 2017-01-06 14:39:22 -06:00
README.rst Initial commit for the OSC metapackage repo. 2017-01-06 14:39:22 -06:00
requirements.txt Updated from global requirements 2017-01-26 18:50:14 +00:00
setup.cfg Fix for Sphinx 1.5 and pbr 1.10 2017-02-12 17:03:47 +01:00
setup.py Initial commit for the OSC metapackage repo. 2017-01-06 14:39:22 -06:00
test-requirements.txt Fix for Sphinx 1.5 and pbr 1.10 2017-02-12 17:03:47 +01:00
tox.ini Initial commit for the OSC metapackage repo. 2017-01-06 14:39:22 -06:00

README.rst

OpenStackClient

Latest Version

Downloads

OpenStackClient (aka OSC) is a command-line client for OpenStack that brings the command set for Compute, Identity, Image, Object Store and Block Storage APIs together in a single shell with a uniform command structure.

The primary goal is to provide a unified shell command structure and a common language to describe operations in OpenStack.

  • PyPi - package installation
  • Online Documentation
  • Launchpad project - release management
  • Blueprints - feature specifications
  • Bugs - issue tracking
  • Source
  • Developer - getting started as a developer
  • Contributing - contributing code
  • Testing - testing code
  • IRC: #openstack-sdks on Freenode (irc.freenode.net)
  • License: Apache 2.0

Getting Started

OpenStack Client can be installed from PyPI using pip:

pip install openstackclient

There are a few variants on getting help. A list of global options and supported commands is shown with --help:

openstack --help

There is also a help command that can be used to get help text for a specific command:

openstack --help
openstack server create --help