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.pull/4420/head
parent
329cbcf973
commit
8e05d8e329
|
@ -100,10 +100,10 @@ requirements:
|
||||||
notes:
|
notes:
|
||||||
- The standard OpenStack environment variables, such as C(OS_USERNAME)
|
- The standard OpenStack environment variables, such as C(OS_USERNAME)
|
||||||
may be used instead of providing explicit values.
|
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,
|
can come from a yaml config file in /etc/ansible/openstack.yaml,
|
||||||
/etc/openstack/clouds.yaml or ~/.config/openstack/clouds.yaml, then from
|
/etc/openstack/clouds.yaml or ~/.config/openstack/clouds.yaml, then from
|
||||||
standard environment variables, then finally by explicit parameters in
|
standard environment variables, then finally by explicit parameters in
|
||||||
plays. More information can be found at
|
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 New Issue