Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read OpenStack creds from standard paths
OpenStack creds cold be in 3 different paths (etc, home config and current dir). Instead of re-implementing the logic to find and read the clouds.yaml file, we should use gophercloud which is the standard go library for OpenStack. Note that deployments on OpenStack are currently broken unless there's a clouds.yaml under /etc/openstack. Fixes openshift#550
- Loading branch information