pub fn find_clouds_file() -> Option<PathBuf>Expand description
Searches for a clouds.{yaml,yml,json} config file.
The following locations will be tried in order:
./clouds.{yaml,yml,json}(current working directory)$XDG_CONFIG_HOME/openstack/clouds.{yaml,yml,json}$XDG_HOME/.config/openstack/clouds.{yaml,yml,json}/etc/openstack/clouds.{yaml,yml,json}