nova/doc/api_samples/os-cloudpipe-update/cloud-pipe-update-req.xml
Chris Yeoh 0bf27df376 Add vpn ip/port setting support for CloudPipe
This extends the cloudpipe REST API to allow the setting of the IP and port
for the VPN for each network in the project

/v2/{tenant_id/os-cloudpipe/configure-project # POST ip/port

This forms part of the work to provide APIs for functionality currently
implemented by nova-manage that needs direct db access so nova-manage
can eventually be removed

DocImpact
Implements: blueprint apis-for-nova-manage

Change-Id: I416c0bfbe1c88470638f1c2004d1dcaeb51a6c41
2012-11-30 19:24:32 +10:30

5 lines
138 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<configure_project>
<vpn_ip>192.168.1.1</vpn_ip>
<vpn_port>2000</vpn_port>
</configure_project>