-
probs easiest thing to do is install the python openstackclient CLI tool (I used pipx)
-
then, create a
~/.config/openstack/clouds.yaml
file which contains your NCI access info, e.g.
clouds:
nci:
auth:
auth_url: https://cloud.nci.org.au:5000
project_name: rw17
username: <NCI_USERNAME>
password: <NCI_PASSWORD>