Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
ó
ӍEYc@s”ddlZddlZddlmZddlmZddlmZdZde	fd„ƒYZ
de
fd	„ƒYZd
e
fd„ƒYZdS(iÿÿÿÿN(t	timeutils(t_(tservice_catalogit
AccessInfocBsxeZdZed*d*d*d*d„ƒZd„Zed„ƒZd*d„Z	ed„ƒZ
d„Zed„ƒZej
d„ƒZejd	„ƒZed
„ƒZed„ƒZed„ƒZed
„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZ ed„ƒZ!ed„ƒZ"ed„ƒZ#ed„ƒZ$ed „ƒZ%ed!„ƒZ&ed"„ƒZ'ed#„ƒZ(ed$„ƒZ)ed%„ƒZ*ed&„ƒZ+ed'„ƒZ,ed(„ƒZ-ed)„ƒZ.RS(+s‡Encapsulates a raw authentication token from keystone.

    Provides helper methods for extracting useful values from that token.

    cKs&|rtjdtƒn|dk	s1t|ƒrtj||rž|r`|r`|jd}n|rŽ|r}||dd<nt||dSt||Sqtj||rï|rà|rÍ||dd<nt|d}qt|}qt	t
dƒƒ‚nt|}|r"||_n|S(sFFactory function to create a new AccessInfo object.

        Create AccessInfo object given a successful auth response & body
        or a user-provided dict.

        .. warning::

            Use of the region_name argument is deprecated as of the 1.7.0
            release and may be removed in the 2.0.0 release.

        snUse of the region_name argument is deprecated as of the 1.7.0 release and may be removed in the 2.0.0 release.sX-Subject-Tokenttokentregion_nametaccesssUnrecognized auth responseN(twarningstwarntDeprecationWarningtNonetlentAccessInfoV3tis_validtheaderstAccessInfoV2tNotImplementedErrorRt
auth_token(tclstresptbodyRRtkwargstauth_ref((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytfactory&s0

cOs>tt|ƒj||Žtjjd|d|jƒ|_dS(Nt
resource_dictR(tsuperRt__init__RtServiceCatalogRt_region_name(tselftargsR((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRWscCs
|jdƒS(NR(tget(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR\scCsP|dkrtn|}tj|jƒ}tjƒtjd|ƒ}||kS(sDetermine if expiration is about to occur.

        :returns: true if expiration is within the given duration
        :rtype: boolean

        tsecondsN(R
tSTALE_TOKEN_DURATIONRtnormalize_timetexpirestutcnowtdatetimet	timedelta(Rtstale_durationtnorm_expirestsoon((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytwill_expire_soon`s
cKs
tƒ‚dS(sÍDetermine if processing valid v2 or v3 token.

        Validates from the auth body or a user-provided dict.

        :returns: true if auth body matches implementing class
        :rtype: boolean
        N(R(RRR((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR
ps	cCs
tƒ‚dS(saReturn true if the authorization token has a service catalog.

        :returns: boolean
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pythas_service_catalog{scCs|dS(sŸReturn the token_id associated with the auth request.

        To be used in headers for authenticating OpenStack API requests.

        :returns: str
        R((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR‚scCs||d<dS(NR((Rtvalue((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRŒscCs#y|d=Wntk
rnXdS(NR(tKeyError(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRs
cCs
tƒ‚dS(sVReturn the token expiration (as datetime object).

        :returns: datetime
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR#—scCs
tƒ‚dS(sVReturn the token issue time (as datetime object).

        :returns: datetime
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytissuedŸscCs
tƒ‚dS(s	Return the username associated with the auth request.

        Follows the pattern defined in the V2 API of first looking for 'name',
        returning that if available, and falling back to 'username' if name
        is unavailable.

        :returns: str
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytusername§s
cCs
tƒ‚dS(sTReturn the user id associated with the auth request.

        :returns: str
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytuser_id³scCs
tƒ‚dS(sÊReturn the user's domain id associated with the auth request.

        For v2, it always returns 'default' which may be different from the
        Keystone configuration.

        :returns: str
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytuser_domain_id»s	cCs
tƒ‚dS(sÍReturn the user's  domain name associated with the auth request.

        For v2, it always returns 'Default' which may be different from the
        Keystone configuration.

        :returns: str
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytuser_domain_nameÆs	cCs
tƒ‚dS(s|Return a list of user's role ids associated with the auth request.

        :returns: a list of strings of role ids
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytrole_idsÑscCs
tƒ‚dS(s€Return a list of user's role names associated with the auth request.

        :returns: a list of strings of role names
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyt
role_namesÙscCs
tƒ‚dS(s‰Return the domain name associated with the auth request.

        :returns: str or None (if no domain associated with the token)
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytdomain_nameáscCs
tƒ‚dS(s‡Return the domain id associated with the auth request.

        :returns: str or None (if no domain associated with the token)
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyt	domain_idéscCs
tƒ‚dS(s‹Return the project name associated with the auth request.

        :returns: str or None (if no project associated with the token)
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytproject_nameñscCs|jS(sSynonym for project_name.(R7(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyttenant_nameùscCs
tƒ‚dS(sYReturn true if the auth token was scoped.

        Return true if scoped to a tenant(project) or domain,
        and contains a populated service catalog.

        .. warning::

            This is deprecated as of the 1.7.0 release in favor of
            project_scoped and may be removed in the 2.0.0 release.

        :returns: bool
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytscopedþscCs
tƒ‚dS(s_Return true if the auth token was scoped to a tenant(project).

        :returns: bool
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytproject_scopedscCs
tƒ‚dS(sVReturn true if the auth token was scoped to a domain.

        :returns: bool
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyt
domain_scopedscCs
tƒ‚dS(s…Return the trust id associated with the auth request.

        :returns: str or None (if no trust associated with the token)
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyttrust_idscCs
tƒ‚dS(s¡Return true if the auth token was scoped from a delegated trust.

        The trust delegation is via the OS-TRUST v3 extension.

        :returns: bool
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyttrust_scoped&scCs
tƒ‚dS(sƒReturn the trustee user id associated with a trust.

        :returns: str or None (if no trust associated with the token)
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyttrustee_user_id0scCs
tƒ‚dS(sƒReturn the trustor user id associated with a trust.

        :returns: str or None (if no trust associated with the token)
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyttrustor_user_id8scCs
tƒ‚dS(sÒReturn the project ID associated with the auth request.

        This returns None if the auth token wasn't scoped to a project.

        :returns: str or None (if no project associated with the token)
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyt
project_id@scCs|jS(sSynonym for project_id.(R@(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyt	tenant_idJscCs
tƒ‚dS(såReturn the project's domain id associated with the auth request.

        For v2, it returns 'default' if a project is scoped or None which may
        be different from the keystone configuration.

        :returns: str
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytproject_domain_idOs	cCs
tƒ‚dS(sèReturn the project's domain name associated with the auth request.

        For v2, it returns 'Default' if a project is scoped or None  which may
        be different from the keystone configuration.

        :returns: str
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytproject_domain_nameZs	cCs
tƒ‚dS(sReturn a tuple of identity URLs.

        The identity URLs are from publicURL and adminURL for the service
        'identity' from the service catalog associated with the authorization
        request. If the authentication request wasn't scoped to a tenant
        (project), this property will return None.

        DEPRECATED: this doesn't correctly handle region name. You should fetch
        it from the service catalog yourself. This may be removed in the 2.0.0
        release.

        :returns: tuple of urls
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytauth_urlescCs
tƒ‚dS(sÏReturn the first adminURL of the identity endpoint.

        The identity endpoint is from the service catalog
        associated with the authorization request, or None if the
        authentication request wasn't scoped to a tenant (project).

        DEPRECATED: this doesn't correctly handle region name. You should fetch
        it from the service catalog yourself. This may be removed in the 2.0.0
        release.

        :returns: tuple of urls
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytmanagement_urlvscCs
|jdƒS(s[Return the version of the auth token from identity service.

        :returns: str
        tversion(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRF†scCs
tƒ‚dS(saReturn the access token ID if OAuth authentication used.

        :returns: str or None.
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytoauth_access_token_idŽscCs
tƒ‚dS(s]Return the consumer ID if OAuth authentication used.

        :returns: str or None.
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytoauth_consumer_id–scCs
tƒ‚dS(sXReturn true if federation was used to get the token.

        :returns: boolean
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytis_federatedžscCs
tƒ‚dS(sHReturn the audit ID if present.

        :returns: str or None.
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytaudit_id¦scCs
tƒ‚dS(sóReturn the audit chain ID if present.

        In the event that a token was rescoped then this ID will be the
        :py:attr:`audit_id` of the initial token. Returns None if no value
        present.

        :returns: str or None.
        N(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytaudit_chain_id®s
cCs|jp|jS(s•The audit ID of the initially requested token.

        This is the :py:attr:`audit_chain_id` if present or the
        :py:attr:`audit_id`.
        (RKRJ(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pytinitial_audit_idºsN(/t__name__t
__module__t__doc__tclassmethodR
RRtpropertyRR*R
R+RtsettertdeleterR#R.R/R0R1R2R3R4R5R6R7R8R9R:R;R<R=R>R?R@RARBRCRDRERFRGRHRIRJRKRL(((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRsV0		


RcBsèeZdZd„Zed„ƒZd„Zejj	d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZ
e
d„ƒZe
d	„ƒZe
d
„ƒZe
d„ƒZe
d„ƒZe
d
„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZe
d„ƒZ e
d„ƒZ!e
d„ƒZ"e
d„ƒZ#e
d„ƒZ$e
d„ƒZ%e
d „ƒZ&RS(!sDAn object for encapsulating raw v2 auth token from identity service.cOs\tt|ƒj||Ž|jddƒtjjd|d|ddd|jƒ|_dS(NRFsv2.0RRtidR(RRRtupdateRRRR(RRR((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRÇscKs1|rd|kS|r)|jdƒdkStSdS(NRRFsv2.0(RtFalse(RRR((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR
Ïs

cCs
d|kS(NtserviceCatalog((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR+ØscCs5ytt|ƒjSWntk
r0|ddSXdS(NRRT(RRRR-(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRÛs
cCstj|ddƒS(NRR#(Rt
parse_isotime(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR#âscCstj|ddƒS(NRt	issued_at(RRX(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR.æscCs!|djd|djdƒƒS(NtusertnameR/(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR/êscCs|ddS(NRZRT((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR0îscCsdS(Ntdefault((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR1òscCsdS(NtDefault((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR2öscCs|jdiƒjdgƒS(Ntmetadatatroles(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR3úscCs+g|djdgƒD]}|d^qS(NRZR_R[(R(Rtr((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR4þscCsdS(N(R
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR5scCsdS(N(R
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR6scCsy|dd}Wntk
r%nX|jdƒSy|ddSWntk
rVnXy|ddSWntk
rznXdS(NRttenantR[RZt
tenantNamettenantId(R-R(Rttenant_dict((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR7
s



cCs>tjdtƒd|kr:|dr:d|dkr:tStS(sDeprecated as of the 1.7.0 release.

        Use project_scoped instead. It may be removed in the
        2.0.0 release.
        spscoped is deprecated as of the 1.7.0 release in favor of project_scoped and may be removed in the 2.0.0 release.RWRaR(RRR	tTrueRV(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR9"s
cCsd|dkS(NRaR((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR:3scCstS(N(RV(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR;7scCs|jdiƒjdƒS(NttrustRT(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR<;scCs
d|kS(NRf((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR=?scCs|jdiƒjdƒS(NRfR>(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR>CscCsdS(N(R
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR?GscCsy|dd}Wntk
r%nX|jdƒSy|ddSWntk
rVnXy|ddSWntk
rznXdS(NRRaRTRZRc(R-R(RRd((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR@Ls



cCs|jr
dSdS(NR\(R@(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRBds	cCs|jr
dSdS(NR](R@(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRCis	cCsCtjdtƒ|jr;|jjddddd|jƒSdSdS(sDeprecated as of the 1.7.0 release.

        Use service_catalog.get_urls() instead. It may be removed in the
        2.0.0 release.
        s~auth_url is deprecated as of the 1.7.0 release in favor of service_catalog.get_urls() and may be removed in the 2.0.0 release.tservice_typetidentityt
endpoint_typet	publicURLRN(RRR	Rtget_urlsRR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRDns	
cCsCtjdtƒ|jr;|jjddddd|jƒSdSdS(sDeprecated as of the 1.7.0 release.

        Use service_catalog.get_urls() instead. It may be removed in the
        2.0.0 release.
        s„management_url is deprecated as of the 1.7.0 release in favor of service_catalog.get_urls() and may be removed in the 2.0.0 release.RgRhRitadminURLRN(RRR	RRkRR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRE€s	
cCsdS(N(R
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRG’scCsdS(N(R
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRH–scCstS(N(RV(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRIšscCs5y|djdgƒdSWntk
r0dSXdS(NRt	audit_idsi(Rt
IndexErrorR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRJžs
cCs5y|djdgƒdSWntk
r0dSXdS(NRRmi(RRnR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRK¥s
('RMRNRORRPR
R+RRtgetterRQR#R.R/R0R1R2R3R4R5R6R7R9R:R;R<R=R>R?R@RBRCRDRERGRHRIRJRK(((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRÄsB			RcBsÓeZdZd„Zed„ƒZd„Zed„ƒZed„ƒZ	ed„ƒZ
ed„ƒZed„ƒZed	„ƒZ
ed
„ƒZed„ƒZed„ƒZed
„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZed„ƒZ ed„ƒZ!ed„ƒZ"ed„ƒZ#RS( s@An object encapsulating raw v3 auth token from identity service.cOsftt|ƒj||Ž|jddƒtjjd|d|d|jƒ|_|rb||_ndS(NRFtv3RRR(	RRRRURRRRR(RRRR((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR°scKs1|rd|kS|r)|jdƒdkStSdS(NRRFRp(RRV(RRR((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR
ºs

cCs
d|kS(Ntcatalog((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR+ÃscCsd|dkS(Ns
OS-FEDERATIONRZ((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRIÆscCstj|dƒS(Nt
expires_at(RRX(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR#ÊscCstj|dƒS(NRY(RRX(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR.ÎscCs|ddS(NRZRT((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR0ÒscCs<y|dddSWn!tk
r7|jr1dS‚nXdS(NRZtdomainRT(R-RIR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR1Ös
	cCs<y|dddSWn!tk
r7|jr1dS‚nXdS(NRZRsR[(R-RIR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR2ßs
	cCs'g|jdgƒD]}|d^qS(NR_RT(R(RR`((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR3èscCs'g|jdgƒD]}|d^qS(NR_R[(R(RR`((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR4ìscCs|ddS(NRZR[((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR/ðscCs!|jdƒ}|r|dSdS(NRsR[(R(RRs((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR5ôscCs!|jdƒ}|r|dSdS(NRsRT(R(RRs((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR6úscCs!|jdƒ}|r|dSdS(NtprojectRT(R(RRt((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR@scCs%|jdƒ}|r!|ddSdS(NRtRsRT(R(RRt((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRBscCs%|jdƒ}|r!|ddSdS(NRtRsR[(R(RRt((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRCscCs!|jdƒ}|r|dSdS(NRtR[(R(RRt((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR7scCs0tjdtƒd|ko/|do/d|kS(sDeprecated as of the 1.7.0 release.

        Use project_scoped instead. It may be removed in the
        2.0.0 release.
        spscoped is deprecated as of the 1.7.0 release in favor of project_scoped and may be removed in the 2.0.0 release.RqRt(RRR	(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR9scCs
d|kS(NRt((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR:%scCs
d|kS(NRs((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR;)scCs|jdiƒjdƒS(NsOS-TRUST:trustRT(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR<-scCs
d|kS(NsOS-TRUST:trust((R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR=1scCs%|jdiƒjdiƒjdƒS(NsOS-TRUST:trustttrustee_userRT(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR>5scCs%|jdiƒjdiƒjdƒS(NsOS-TRUST:trustttrustor_userRT(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR?9scCsCtjdtƒ|jr;|jjddddd|jƒSdSdS(sDeprecated as of the 1.7.0 release.

        Use service_catalog.get_urls() instead. It may be removed in the
        2.0.0 release.
        s~auth_url is deprecated as of the 1.7.0 release in favor of service_catalog.get_urls() and may be removed in the 2.0.0 release.RgRhRitpublicRN(RRR	RRkRR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRD=s	
cCsCtjdtƒ|jr;|jjddddd|jƒSdSdS(sDeprecated as of the 1.7.0 release.

        Use service_catalog.get_urls() instead. It may be removed in the
        2.0.0 release.
        s„management_url is deprecated as of the 1.7.0 release in favor of service_catalog.get_urls() and may be removed in the 2.0.0 release.RgRhRitadminRN(RRR	RRkRR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyREOs	
cCs|jdiƒjdƒS(Ns	OS-OAUTH1taccess_token_id(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRGbscCs|jdiƒjdƒS(Ns	OS-OAUTH1tconsumer_id(R(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRHfscCs1y|jdgƒdSWntk
r,dSXdS(NRmi(RRnR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRJjs
cCs1y|jdgƒdSWntk
r,dSXdS(NRmi(RRnR
(R((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyRKqs
($RMRNRORRPR
R+RQRIR#R.R0R1R2R3R4R/R5R6R@RBRCR7R9R:R;R<R=R>R?RDRERGRHRJRK(((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyR­s@	
				
(
R%Rt
oslo_utilsRtkeystoneclient.i18nRtkeystoneclientRR!tdictRRR(((sJ/home/tvault/.virtenv/lib/python2.7/site-packages/keystoneclient/access.pyt<module>sÿ¦é