I ran into an issue where my credentials in ~/openrc
on a node that I provisioned stopped working after a day. To refresh them I needed to run the command cc-generate-openrc
and then re-source the file:
$ cc-generate-openrc
$ source ~/openrc
Hopefully this helps anyone else who runs into this issue!