/usr/lib/python2.6/site-packages/openstackclient/api
Edit: /usr/lib/python2.6/site-packages/openstackclient/api/image_v1.pyc (2613B)
;vVc @ s3 d Z d d k l Z d e i f d YZ d S( s Image v1 API Libraryi( t apit APIv1c B s; e Z d Z d Z d d Z d Z e e e d Z RS( s Image v1 APIt v1c K s? t t | i d | | | i i d | _ | i d S( Nt endpointt /( t superR t __init__R t rstript
_munge_url( t selfR t kwargs( ( sL /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/api/image_v1.pyR s c C sF | i | i i d d j o" d i | i | i g | _ n d S( NR i( t _endpoint_suffixR t splitt join( R ( ( sL /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/api/image_v1.pyR s c K s d } | p | p | o | d 7} n | i | | d } | | j o: g } | D]" } | d | j o | | qW qW ~ } n | S( s Get available images
:param detailed:
Retrieve detailed response from server if True
:param public:
Return public images if True
:param private:
Return private images if True
If public and private are both True or both False then all images are
returned. Both arguments False is equivalent to no filter and all
images are returned. Both arguments True is a filter that includes
both public and private images which is the same set as all images.
http://docs.openstack.org/api/openstack-image-service/1.1/content/requesting-a-list-of-public-vm-images.html
http://docs.openstack.org/api/openstack-image-service/1.1/content/requesting-detailed-metadata-on-public-vm-images.html
http://docs.openstack.org/api/openstack-image-service/1.1/content/filtering-images-returned-via-get-images-and-get-imagesdetail.html
s /imagess /detailt imagest is_public( t list( R t detailedt publict privatet filtert urlt
image_listt _[1]t i( ( sL /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/api/image_v1.pyR # s
:N( t __name__t
__module__t __doc__R t NoneR R t FalseR ( ( ( sL /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/api/image_v1.pyR s N( R t openstackclient.apiR t BaseAPIR ( ( ( sL /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/api/image_v1.pyt
s