Go to file
OpenStack Proposal Bot 61eda5eddb Updated from global requirements
Change-Id: I18efc2bf190405b09dafe753957f684b4fb4e0fa
2017-05-17 03:55:54 +00:00
2016-12-22 07:16:12 +00:00
2017-02-12 17:03:47 +01:00
2017-05-17 03:55:54 +00:00

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
Description
Unified CLI with all python-openstackclient plugins
Readme 904 KiB
Languages
Python 100%