Skip to content

v0.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@j-griffith j-griffith released this 17 Sep 15:20
· 16 commits to master since this 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:

  1. Run with a version argument cinder-docker-driver --version
    This will just print out the version string and exit.
  2. 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.