kubernetes/pkg/cloudprovider/openstack
Angus Lees e14b73bd30 Reauthenticate to OpenStack periodically
It appears that gophercloud's "AllowReauth" AuthOption doesn't actually
do anything, and the keystone/auth token is never refreshed.  Eventually
it expires and all OpenStack calls receive HTTP 401 responses.

This change reauthenticates every time the Instances() or
TCPLoadBalancer() API object is requested.  This is more frequently than
required, but exposing token expiry information will require gophercloud
surgery.
2015-03-16 15:35:45 +11:00
..
MAINTAINERS.md Add skeleton for new OpenStack cloud provider 2014-10-15 13:52:12 +11:00
openstack.go Reauthenticate to OpenStack periodically 2015-03-16 15:35:45 +11:00
openstack_test.go Let CloudProvider return list of NodeAddress, not just one net.IP 2015-03-11 16:50:26 -07:00