/usr/lib/python2.6/site-packages/openstackclient/volume/v1
Edit: /usr/lib/python2.6/site-packages/openstackclient/volume/v1/backup.pyc (7403B)
Ñò
;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' Volume v1 Backup action implementationsiÿÿÿÿN( t command( t lister( t show( t utilst CreateBackupc B sB e Z d Z e i e d ƒ Z d „ Z e i e ƒ d „ ƒ Z RS( s Create new backups
.CreateBackupc C sŒ t t | ƒ i | ƒ } | i d d d d d ƒ| i d d d d t d d ƒ| i d
d d d t d d ƒ| i d
d d d d ƒ| S( Nt volumet metavars
t helps Volume to backup (name or ID)s --containers t requireds Optional backup container names --names s Name of the backups
--descriptions
s Description of the backup( t superR t
get_parsert add_argumentt False( t selft prog_namet parser( ( sP /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/volume/v1/backup.pyR
" s( c C sz | i i i } t i | i | i ƒ i } | i i | | i | i
| i ƒ } | i i
d ƒ t t t i | i ƒ ƒ Œ S( Nt links( t appt client_managerR R t
find_resourcet volumest idt backupst createt containert namet descriptiont _infot popt zipt sortedt sixt iteritems( R
t parsed_argst
volume_clientt volume_idt backup( ( sP /tmp/pip-build-cD3xZi/python-openstackclient/openstackclient/volume/v1/backup.pyt take_action<