0bf27df376
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
5 lines
138 B
XML
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> |