From 472642921828eb2ec9ccc5637707b982a5fb8221 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Fri, 27 Jan 2023 10:03:08 +0100 Subject: [PATCH] Add OpenStack microversion param --- doc/source/client.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/client.rst b/doc/source/client.rst index 0e1e26650..337711680 100644 --- a/doc/source/client.rst +++ b/doc/source/client.rst @@ -370,6 +370,8 @@ OpenStack has a set of additional fields to access a cloud site: * ``tenant_domain_id`` tenant domain id to set to the identity service. Some cloud providers require the tenant domain id to be provided at authentication time. Others will use a default tenant domain id if none is provided. + +* ``microversion`` set the microversion of the API to interact with OpenStack. Only valid in case of api_version >= 2.0. OpenID Connect OpenStack sites ++++++++++++++++++++++++++++++