/usr/lib/python2.6/site-packages/openstackclient/identity/v3
Edit: /usr/lib/python2.6/site-packages/openstackclient/identity/v3/credential.pyc (7209B)
Ñò
;vVc
@ së d Z d d k Z d d k Z d d k Z d d k l Z d d k l Z d d k l Z d d k l Z d e i
f d „ ƒ YZ d e i f d
„ ƒ YZ
d e i f d „ ƒ YZ d
e i f d „ ƒ YZ d e i
f d „ ƒ YZ d S( s- Identity v3 Credential action implementationsiÿÿÿÿN( t command( t lister( t show( t utilst CreateCredentialc B sB e Z d Z e i e d ƒ Z d „ Z e i e ƒ d „ ƒ Z RS( s Create credential commands .CreateCredentialc
C s’ t t | ƒ i | ƒ } | i d d d d d ƒ| i d d d d d d
d d g d d ƒ| i d
d d d d ƒ| i d d d d d ƒ| S( Nt usert metavars
t helps+ Name or ID of user that owns the credentials --typet defaultt certs t choicest ec2s New credential typet datas s New credential datas --projects s; Project name or ID which limits the scope of the credential( t superR t
get_parsert add_argument( t selft prog_namet parser( ( sV /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/identity/v3/credential.pyR " s( c C s² | i i i } t i | i | i ƒ i } | i o t i | i | i ƒ i } n d } | i i d | d | i
d | i d | ƒ } | i i d ƒ t t t i | i ƒ ƒ Œ S( NR t typet blobt projectt links( t appt client_managert identityR t
find_resourcet usersR t idR t projectst Nonet credentialst createR R t _infot popt zipt sortedt sixt iteritems( R t parsed_argst identity_clientt user_idR t
credential( ( sV /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/identity/v3/credential.pyt take_action<