ChrisPbb
Results
1
issues of
ChrisPbb
### What happened? On Mac gophercloud will incorrectly attempt to search these locations for `clouds.yaml` 1. `/Users//Library/Application Support/openstack/clouds.yaml` 2. `$PWD/clouds.yaml` 3. `/etc/openstack/clouds.yaml` The problem is that #1 should be `~/.config/openstack/clouds.yaml`...