The new standard openstack client config directory is located at ~/.config/openstack. As such I thought it would be appropriate to move the default directory we search in for openrc.sh files for openstack auth.
How should this be manually tested?
move local ~/.openstack directory to ~/.config/openstack
Rebuild docker image with docker/openstack-client-centos/run.sh
Check that openrc.sh files are now mounted to ~/.config/openstack, and that all of your OS_* environment variables still load, and that you can authenticate with openstack api (i.e. openstack server list)
What does this PR do?
The new standard openstack client config directory is located at
~/.config/openstack
. As such I thought it would be appropriate to move the default directory we search in for openrc.sh files for openstack auth.How should this be manually tested?
~/.openstack
directory to~/.config/openstack
OS_*
environment variables still load, and that you can authenticate with openstack api (i.e.openstack server list
)Is there a relevant Issue open for this?
n/a
Who would you like to review this?
/cc @oybed @sabre1041
…d directory name