Add os-client-config support
This patch allows to manage os-client-config configurations by
keystone.client state.
Related-Prod: PROD-18221
"
Change-Id: I45c6eacacacfceb4218f3159a95ac1620f48649b
diff --git a/README.rst b/README.rst
index aad2c64..c5a2ad0 100644
--- a/README.rst
+++ b/README.rst
@@ -706,6 +706,29 @@
policy:
admin_or_token_subject: 'rule:admin_required or rule:token_subject'
+Manage os-cloud-config yml with keystone.client
+
+.. code-block:: yaml
+
+ keystone:
+ client:
+ os_client_config:
+ enabled: true
+ cfgs:
+ root:
+ file: /root/.config/openstack/clouds.yml
+ content:
+ clouds:
+ admin_identity:
+ region_name: RegioneOne
+ auth:
+ username: admin
+ password: secretpassword
+ user_domain_name: Default
+ project_name: admin
+ project_domain_name: Default
+ auth_url: "http://1.2.3.4:5000"
+
Setting up default admin project name and domain
.. code-block:: yaml