I am looking into the python shade module in order to automate some tasks using our OpenStack installation.
This page instructs:
Create a configuration file to store your user name, password, project_name in ~/.config/openstack/clouds.yml.
I had a close look; but I couldn't find any information how to provide credentials in a different way; for example as parameters to some objects that I could create within python code.
Long story short: is that even possible? Or does this requirement immediately force me "off shade"; and to use the OpenStack python sdk instead?