Connect your vlan to the world.
Bases: nova.api.openstack.extensions.V21APIExtensionBase
Adds actions to create cloudpipe instances.
When running with the Vlan network mode, you need a mechanism to route from the public Internet to your vlans. This mechanism is known as a cloudpipe.
At the time of creating this class, only OpenVPN is supported. Support for a SSH Bastion host is forthcoming.
It’s an abstract function V21APIExtensionBase and the extension will not be loaded without it.
Bases: nova.api.openstack.wsgi.Controller
Handle creating and listing cloudpipe instances.
Create a new cloudpipe instance, if none exists.
Parameters: {cloudpipe: {‘project_id’: ‘’}}
List running cloudpipe instances.
Ensure the keychains and folders exist.
Configure cloudpipe parameters for the project.