From 5672c688d1cc7cdc064510daa6251d39edbf3033 Mon Sep 17 00:00:00 2001 From: Matthieu Huin Date: Mon, 30 Jun 2014 19:12:27 +0200 Subject: trust authentication 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 Change-Id: Iacc389b203bbadda53ca31a7f5a9b8b6e1a1f522 --- doc/source/man/openstack.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'doc/source/man/openstack.rst') diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst index 16f0bc47..1023c603 100644 --- a/doc/source/man/openstack.rst +++ b/doc/source/man/openstack.rst @@ -83,6 +83,8 @@ OPTIONS :option:`--os-XXXX-api-version` Additional API version options will be available depending on the installed API libraries. +:option:`--os-trust-id` + id of the trust to use as a trustee user COMMANDS ======== @@ -181,21 +183,23 @@ The following environment variables can be set to alter the behaviour of :progra :envvar:`OS_CACERT` CA certificate bundle file -:envvar:`OS_COMPUTE_API_VERISON` +:envvar:`OS_COMPUTE_API_VERSION` Compute API version (Default: 2) -:envvar:`OS_IDENTITY_API_VERISON` +:envvar:`OS_IDENTITY_API_VERSION` Identity API version (Default: 2.0) -:envvar:`OS_IMAGE_API_VERISON` +:envvar:`OS_IMAGE_API_VERSION` Image API version (Default: 1) -:envvar:`OS_VOLUME_API_VERISON` +:envvar:`OS_VOLUME_API_VERSION` Volume API version (Default: 1) -:envvar:`OS_XXXX_API_VERISON` +:envvar:`OS_XXXX_API_VERSION` Additional API version options will be available depending on the installed API libraries. +:envvar:`OS_TRUST_ID` + id of the trust to use as a trustee user BUGS ==== -- cgit v1.2.1