summaryrefslogtreecommitdiff
path: root/doc/source/man/openstack.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix embarrassing typo in man pageZane Bitter2015-03-051-1/+1
| | | | Change-Id: Icf1fcd9f7952ebff9da0081ccb4b9272e17e7de4
* Unscoped federated user-specific commandsMatthieu Huin2014-10-301-0/+3
| | | | | | | | | | | | A federated user can authenticate with the v3unscopedsaml plugin and list the domains and projects she is allowed to scope to. This patch introduces the new commands 'federation domain list' and 'federation project list'. Note that for these commands -and plugin- to be available, the lxml library must be installed. Change-Id: I2707b624befcfb0a01b40a094e12fd68a3ee7773 Co-Authored-By: Florent Flament <florent.flament-ext@cloudwatt.com>
* Support for keystone auth pluginsMatthieu Huin2014-10-091-0/+34
| | | | | | | | | | | | | | | | | | | | | | | This patch allows the user to choose which authentication plugin to use with the CLI. The arguments needed by the auth plugins are automatically added to the argument parser. Some examples with the currently available authentication plugins:: OS_USERNAME=admin OS_PROJECT_NAME=admin OS_AUTH_URL=http://keystone:5000/v2.0 \ OS_PASSWORD=admin openstack user list OS_USERNAME=admin OS_PROJECT_DOMAIN_NAME=default OS_USER_DOMAIN_NAME=default \ OS_PROJECT_NAME=admin OS_AUTH_URL=http://keystone:5000/v3 OS_PASSWORD=admin \ OS_IDENTITY_API_VERSION=3 OS_AUTH_PLUGIN=v3password openstack project list OS_TOKEN=1234 OS_URL=http://service_url:35357/v2.0 \ OS_IDENTITY_API_VERSION=2.0 openstack user list The --os-auth-plugin option can be omitted; if so the CLI will attempt to guess which plugin to use from the other options. Change-Id: I330c20ddb8d96b3a4287c68b57c36c4a0f869669 Co-Authored-By: Florent Flament <florent.flament-ext@cloudwatt.com>
* Update docs and release notes for 0.4.1 releaseDean Troyer2014-09-081-24/+42
| | | | | Closes-Bug: 1365505 Change-Id: I027d263ba9980715454b034a37733c5ff23fd169
* Replaced some UTF-8 characters with ASCII charactersChristian Berendt2014-07-071-1/+1
| | | | Change-Id: Ic4e53b742f8691dd2dafe1a8d7fa45e4340a3c94
* Merge "Remove keyring support from openstackclient"Jenkins2014-07-041-6/+0
|\
| * Remove keyring support from openstackclientAlex Gaynor2014-07-041-6/+0
| | | | | | | | | | | | | | | | * The encryption it purports to offer is completely insecure. * It also appears to be broken. Closes-Bug: #1319381 Change-Id: Id15ecfbbfd15f142b14c125bfd85afd5032699ac
* | trust authenticationMatthieu Huin2014-07-031-5/+9
|/ | | | | | | | | This patch enables authenticating by using a trust. The trust ID must be set with the parameter --os-trust-id or the env variable OS_TRUST_ID. Trusts are available for the identity v3 API. Co-Authored-By: Florent Flament <florent.flament@cloudwatt.com> Change-Id: Iacc389b203bbadda53ca31a7f5a9b8b6e1a1f522
* Update docs and release notes for 0.4.0Dean Troyer2014-06-201-0/+9
| | | | Change-Id: Iad6cfe5dee63adb9e60a0ea9811217b3175eb99c
* Update release notes for 0.3.1Dean Troyer2014-02-271-33/+74
| | | | | | | | * update README * update man page * fix doc errors Change-Id: I5682654bf482289879c8ba9016e348f2b2782971
* Update docs for plugins and release notesDean Troyer2013-12-051-7/+62
| | | | | | | | * Fill out the existing command and man page * Add a plugins page. * Begin the release notes for 0.3.0 Change-Id: I4527fed28a10a9d79fc8f6c1d925a4bf0d0a7a36
* Prep for 0.2 release (0.2.rc1)Dean Troyer2013-08-011-0/+127
* 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