/usr/lib/python2.6/site-packages/openstack/compute/v2
Edit: /usr/lib/python2.6/site-packages/openstack/compute/v2/keypair.pyc (1829B)
Ñò
5
Wc @ s= d d k l Z d d k l Z d e i f d „ ƒ YZ d S( iÿÿÿÿ( t compute_service( t resourcet Keypairc B s¤ e Z d Z d Z d Z d Z d Z e i ƒ Z
e Z e Z
e Z e Z e Z e i d ƒ Z e i d ƒ Z e i d ƒ Z e i d ƒ Z d e d „ Z d „ Z RS(
t namet keypairt keypairss /os-keypairst fingerprintt private_keyt
public_keyc C sL | d j o d | j o | d } q, n t t | ƒ i | d | ƒd S( NR t loaded( t Nonet superR t __init__( t selft attrsR ( ( sB /tmp/pip-build-wCUybK/openstacksdk/openstack/compute/v2/keypair.pyR + s
c C s, | i | | i ƒ } | | _ | i ƒ | S( sÈ Create a new keypair from this instance.
This is needed because the name is the id, but we can't create one
with a PUT. That and we need the private_key out of the response.
( t create_by_idt _attrst _reset_dirty( R
t sessiont resp( ( sB /tmp/pip-build-wCUybK/openstacksdk/openstack/compute/v2/keypair.pyt create1 s
N( t __name__t
__module__t id_attributeR
t name_attributet resource_keyt
resources_keyt base_pathR t ComputeServicet servicet Truet allow_createt allow_retrievet allow_updatet allow_deletet
allow_listR t propR R R R t FalseR R ( ( ( sB /tmp/pip-build-wCUybK/openstacksdk/openstack/compute/v2/keypair.pyR s" N( t openstack.computeR t openstackR t ResourceR ( ( ( sB /tmp/pip-build-wCUybK/openstacksdk/openstack/compute/v2/keypair.pyt
s