OpenDev Sysadmins f2562436ab OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:35:52 +00:00
2018-04-20 17:04:19 +07:00
2017-10-19 11:43:43 -05:00
2018-07-10 16:25:53 +07:00
2019-04-19 19:35:52 +00:00
2018-07-10 16:25:53 +07:00
2019-04-19 19:35:52 +00:00
2018-04-20 17:04:19 +07:00
2018-07-10 16:25:53 +07:00
2018-01-23 02:59:20 +08:00
2017-05-17 03:55:54 +00:00
2018-07-10 16:25:53 +07:00
2018-09-26 18:45:19 -04: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 864 KiB
Languages
Python 100%