v0.12
Pre-release
Pre-release
Changes
- Updates install.sh to grab the latest binary version
- Adds Version string
- Enables Reauth for Gophercloud client
Version strings
We weren't actually presenting anything accessible to end user, so that's not very useful. Now we have two ways to view the version of the cdd binary being used:
- Run with a version argument
cinder-docker-driver --version
This will just print out the version string and exit. - We now Log the version string as one of the first things on startup
Reauth enabled
By default Keystone tokens/sessions will expire in a 1/2 hour or so. Gophercloud does not enable reauth by default. Just add a Reauth enable to the client creation, so when the token expires we reauth and get a new one.