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
This commit is contained in:
@@ -87,6 +87,7 @@
|
|||||||
"compute_extension:aggregates": "",
|
"compute_extension:aggregates": "",
|
||||||
"compute_extension:certificates": "",
|
"compute_extension:certificates": "",
|
||||||
"compute_extension:cloudpipe": "",
|
"compute_extension:cloudpipe": "",
|
||||||
|
"compute_extension:cloudpipe_update": "",
|
||||||
"compute_extension:config_drive": "",
|
"compute_extension:config_drive": "",
|
||||||
"compute_extension:console_output": "",
|
"compute_extension:console_output": "",
|
||||||
"compute_extension:consoles": "",
|
"compute_extension:consoles": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user