/usr/lib/python2.6/site-packages/keystoneauth1/exceptions
Edit: /usr/lib/python2.6/site-packages/keystoneauth1/exceptions/auth_plugins.pyc (4097B)
Ñò
DVc @ s³ d d k l Z d d d d d d g Z d e i f d „ ƒ YZ d e f d „ ƒ YZ d e f d
„ ƒ YZ d e f d „ ƒ YZ d e f d „ ƒ YZ d e f d
„ ƒ YZ d S( iÿÿÿÿ( t baset AuthPluginExceptiont MissingAuthPlugint NoMatchingPlugint UnsupportedParameterst OptionErrort MissingRequiredOptionsc B s e Z d Z RS( s* Unknown error with authentication plugins.( t __name__t
__module__t message( ( ( sL /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/auth_plugins.pyR s c B s e Z d Z RS( s= An authenticated request is required but no plugin available.( R R R ( ( ( sL /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/auth_plugins.pyR s c B s e Z d Z d „ Z RS( sø There were no auth plugins that could be created from the parameters
provided.
:param str name: The name of the plugin that was attempted to load.
.. py:attribute:: name
The name of the plugin that was attempted to load.
c C s- | | _ d | } t t | ƒ i | ƒ d S( Ns The plugin %s could not be found( t namet superR t __init__( t selfR
t msg( ( sL /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/auth_plugins.pyR + s
( R R t __doc__R ( ( ( sL /tmp/pip-build-lt8jXN/keystoneauth1/keystoneauth1/exceptions/auth_plugins.pyR s c B s e Z d Z d „ Z RS( sÍ A parameter that was provided or returned is not supported.
:param list(str) names: Names of the unsupported parameters.
.. py:attribute:: names
Names of the unsupported parameters.
c C s9 | | _ d } t t | ƒ i | d i | i ƒ ƒ d S( Ns<