Convert ListImages to use reauth.
This commit does not work -- acceptance test 08-... is broken.
diff --git a/interfaces.go b/interfaces.go
index ed16afe..b73a118 100644
--- a/interfaces.go
+++ b/interfaces.go
@@ -15,6 +15,10 @@
// Revoke allows you to terminate any program's access to the OpenStack API by token ID.
Revoke(string) error
+
+ // Reauthenticate attempts to acquire a new authentication token, if the feature is enabled by
+ // AuthOptions.AllowReauth.
+ Reauthenticate() error
}
// CloudServersProvider instances encapsulate a Cloud Servers API, should one exist in the service catalog