diff options
| author | Matthieu Huin <mhu@enovance.com> | 2014-09-25 18:15:59 +0200 |
|---|---|---|
| committer | Marek Denis <marek.denis@cern.ch> | 2014-10-30 17:27:28 +0100 |
| commit | 631ed3c8026e6b4539e7a8bf4adb8d2a7239b36a (patch) | |
| tree | edc22b61afcb18f7d084050acdb04d208d8bea3b /doc/source/man/openstack.rst | |
| parent | 2c9d263611190996d64e35bc74a8575aeb25ed3e (diff) | |
| download | python-openstackclient-631ed3c8026e6b4539e7a8bf4adb8d2a7239b36a.tar.gz | |
Unscoped federated user-specific commands
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>
Diffstat (limited to 'doc/source/man/openstack.rst')
| -rw-r--r-- | doc/source/man/openstack.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst index de2bbe92..4a9df34a 100644 --- a/doc/source/man/openstack.rst +++ b/doc/source/man/openstack.rst @@ -47,6 +47,9 @@ Please bear in mind that some plugins might not support all of the functionaliti Additionally, it is possible to use Keystone's service token to authenticate, by setting the options :option:`--os-token` and :option:`--os-url` (or the environment variables :envvar:`OS_TOKEN` and :envvar:`OS_URL` respectively). This method takes precedence over authentication plugins. +.. NOTE:: + To use the ``v3unscopedsaml`` method, the lxml package will need to be installed. + OPTIONS ======= |
