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.
This commit is contained in:
parent
329cbcf973
commit
8e05d8e329
1 changed files with 2 additions and 2 deletions
|
@ -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/)
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue