diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-06-20 20:05:58 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-06-20 20:05:58 +0000 |
| commit | a732bfae491f8189f234e1bd5c2cbbff3daab4bc (patch) | |
| tree | fffff4235ea5d66781145b78c3d19ae1548026c9 /doc/source/man | |
| parent | 23f64a469a5ba77b2d06e10dc4e6c7d318f11835 (diff) | |
| parent | 3fa5fa5ba745cec0ee96f1031fadff0d5e7820f0 (diff) | |
| download | python-openstackclient-0.4.0.tar.gz | |
Merge "Update docs and release notes for 0.4.0"0.4.0
Diffstat (limited to 'doc/source/man')
| -rw-r--r-- | doc/source/man/openstack.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/man/openstack.rst b/doc/source/man/openstack.rst index 74db6815..16f0bc47 100644 --- a/doc/source/man/openstack.rst +++ b/doc/source/man/openstack.rst @@ -181,9 +181,18 @@ 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` + Compute API version (Default: 2) + :envvar:`OS_IDENTITY_API_VERISON` Identity API version (Default: 2.0) +:envvar:`OS_IMAGE_API_VERISON` + Image API version (Default: 1) + +:envvar:`OS_VOLUME_API_VERISON` + Volume API version (Default: 1) + :envvar:`OS_XXXX_API_VERISON` Additional API version options will be available depending on the installed API libraries. |
