From 8e05d8e329ef2537c14a13d65436659b1f4c55b1 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 5 Dec 2018 12:06:20 -0700 Subject: [PATCH] docs: link to openstacksdk (#49521) We use the openstacksdk library for OpenStack client configuration now. Update the doc fragment so we point users at the correct place. --- lib/ansible/utils/module_docs_fragments/openstack.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/utils/module_docs_fragments/openstack.py b/lib/ansible/utils/module_docs_fragments/openstack.py index 869955c2f6..9bcc2b7ed5 100644 --- a/lib/ansible/utils/module_docs_fragments/openstack.py +++ b/lib/ansible/utils/module_docs_fragments/openstack.py @@ -100,10 +100,10 @@ requirements: notes: - The standard OpenStack environment variables, such as C(OS_USERNAME) may be used instead of providing explicit values. - - Auth information is driven by os-client-config, which means that values + - Auth information is driven by openstacksdk, which means that values can come from a yaml config file in /etc/ansible/openstack.yaml, /etc/openstack/clouds.yaml or ~/.config/openstack/clouds.yaml, then from standard environment variables, then finally by explicit parameters in plays. More information can be found at - U(http://docs.openstack.org/developer/os-client-config) + U(https://docs.openstack.org/openstacksdk/) '''