/usr/lib/python2.6/site-packages/novaclient/v2
Edit: /usr/lib/python2.6/site-packages/novaclient/v2/cloudpipe.pyc (2474B)
Ñò
=vVc @ sL d Z d d k l Z d e i f d „ ƒ YZ d e i f d „ ƒ YZ d S( s Cloudpipe interface.iÿÿÿÿ( t baset Cloudpipec B s e Z d Z d „ Z d „ Z RS( s; A cloudpipe instance is a VPN attached to a project's VLAN.c C s d | i S( Ns
( t
project_id( t self( ( sB /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/cloudpipe.pyt __repr__ s c C s | i i | ƒ d S( N( t managert delete( R ( ( sB /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/cloudpipe.pyR s ( t __name__t
__module__t __doc__R R ( ( ( sB /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/cloudpipe.pyR s t CloudpipeManagerc B s) e Z e Z d „ Z d „ Z d „ Z RS( c C s- h h | d 6d 6} | i d | d d t ƒS( sv
Launch a cloudpipe instance.
:param project: UUID of the project (tenant) for the cloudpipe
R t cloudpipes
/os-cloudpipet instance_idt
return_raw( t _createt True( R t projectt body( ( sB /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/cloudpipe.pyt create" s c C s | i d d ƒ S( s4
Get a list of cloudpipe instances.
s
/os-cloudpipet
cloudpipes( t _list( R ( ( sB /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/cloudpipe.pyt list, s c C s/ h h | d 6| d 6d 6} | i d | ƒ d S( sÁ
Update VPN address and port for all networks associated
with the project defined by authentication
:param address: IP address
:param port: Port number
t vpn_ipt vpn_portt configure_projects /os-cloudpipe/configure-projectN( t _update( R t addresst portR ( ( sB /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/cloudpipe.pyt update2 s
( R R R t resource_classR R R ( ( ( sB /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/cloudpipe.pyR
s
N( R t
novaclientR t ResourceR t ManagerWithFindR
( ( ( sB /tmp/pip-build-cD3xZi/python-novaclient/novaclient/v2/cloudpipe.pyt s