/usr/lib/python2.6/site-packages/keystoneauth1
Edit: /usr/lib/python2.6/site-packages/keystoneauth1/token_endpoint.pyc (1449B)
Ñò
DVc @ s- d d k l Z d e i f d „ ƒ YZ d S( iÿÿÿÿ( t plugint Tokenc B s) e Z d Z d „ Z d „ Z d „ Z RS( sÑ A provider that will always use the given token and endpoint.
This is really only useful for testing and in certain CLI cases where you
have a known endpoint and admin token that you want to use.
c C s | | _ | | _ d S( N( t endpointt token( t selfR R ( ( sC /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/token_endpoint.pyt __init__ s c C s | i S( N( R ( R t session( ( sC /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/token_endpoint.pyt get_token s c K s | i S( sš Return the supplied endpoint.
Using this plugin the same endpoint is returned regardless of the
parameters passed to the plugin.
( R ( R R t kwargs( ( sC /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/token_endpoint.pyt get_endpoint s ( t __name__t
__module__t __doc__R R R ( ( ( sC /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/token_endpoint.pyR s N( t
keystoneauth1R t BaseAuthPluginR ( ( ( sC /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/token_endpoint.pyt
s