The novaclient.v1_1.cloudpipe Module

Cloudpipe interface.

class novaclient.v1_1.cloudpipe.Cloudpipe(manager, info, loaded=False)

Bases: novaclient.base.Resource

A cloudpipe instance is a VPN attached to a proejct’s VLAN.

delete()
class novaclient.v1_1.cloudpipe.CloudpipeManager(api)

Bases: novaclient.base.ManagerWithFind

create(project)

Launch a cloudpipe instance.

Parameters:project – name of the project for the cloudpipe
list()

Get a list of cloudpipe instances.

resource_class

alias of Cloudpipe

update(address, port)

Update VPN address and port for all networks associated with the project defined by authentication

Parameters:
  • address – IP address
  • port – Port number

This Page