The nova.api.openstack.compute.legacy_v2.contrib.cloudpipe_update Module

class CloudpipeUpdateController

Bases: nova.api.openstack.wsgi.Controller

Handle updating the VPN IP/port for cloudpipe instances.

update(req, id, body)

Configure cloudpipe parameters for the project.

wsgi_actions = {'update': 'update'}
wsgi_extensions = []
class Cloudpipe_update(ext_mgr)

Bases: nova.api.openstack.extensions.ExtensionDescriptor

Adds the ability to set the VPN IP/port for cloudpipe instances.

alias = 'os-cloudpipe-update'
get_controller_extensions()
name = 'CloudpipeUpdate'
namespace = 'http://docs.openstack.org/compute/ext/cloudpipe-update/api/v2'
updated = '2012-11-14T00:00:00Z'

Previous topic

The nova.api.openstack.compute.legacy_v2.contrib.cloudpipe Module

Next topic

The nova.api.openstack.compute.legacy_v2.contrib.config_drive Module

Project Source

This Page