Update status of VPNaaS in neutron
Neutron-vpnaas is intending to bring back into the stadium. Co-Authored-By: Hunt Xu <mhuntxu@gmail.com> Change-Id: I447bbf19a64bbab907beee20ae231b751df2dd6b
This commit is contained in:
parent
87b4a0eb30
commit
577744a27a
@ -33,7 +33,7 @@ bgpvpn-router_association_id-path:
|
||||
type: string
|
||||
connection_id-path:
|
||||
description: |
|
||||
The ID of the IPSec site-to-site connection.
|
||||
The ID of the IPsec site-to-site connection.
|
||||
in: path
|
||||
required: false
|
||||
type: string
|
||||
@ -47,7 +47,7 @@ endpoint_group_id-path:
|
||||
description: |
|
||||
The ID of the VPN endpoint group.
|
||||
in: path
|
||||
required: false
|
||||
required: true
|
||||
type: string
|
||||
extensions-alias-path:
|
||||
description: |
|
||||
@ -129,7 +129,7 @@ ikepolicy_id-path:
|
||||
type: string
|
||||
ipsecpolicy_id-path:
|
||||
description: |
|
||||
The ID of the IPSec policy.
|
||||
The ID of the IPsec policy.
|
||||
in: path
|
||||
required: false
|
||||
type: string
|
||||
@ -425,7 +425,7 @@ admin_state_up_13:
|
||||
type: boolean
|
||||
admin_state_up_14:
|
||||
description: |
|
||||
The administrative state of the IPSec connection,
|
||||
The administrative state of the IPsec connection,
|
||||
which is up (``true``) or down (``false``). If down, the
|
||||
connection does not forward packets.
|
||||
in: body
|
||||
@ -506,7 +506,7 @@ admin_state_up_25:
|
||||
type: boolean
|
||||
admin_state_up_26:
|
||||
description: |
|
||||
The administrative state of the IPSec connection,
|
||||
The administrative state of the IPsec connection,
|
||||
which is up (``true``) or down (``false``). If down, the
|
||||
connection does not forward packets.
|
||||
in: body
|
||||
@ -1093,7 +1093,7 @@ configurations:
|
||||
type: object
|
||||
connection_id-body-response:
|
||||
description: |
|
||||
The ID of the IPSec site-to-site connection.
|
||||
The ID of the IPsec site-to-site connection.
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
@ -1382,7 +1382,7 @@ description_22:
|
||||
type: string
|
||||
description_23:
|
||||
description: |
|
||||
A human-readable description for the IPSec
|
||||
A human-readable description for the IPsec
|
||||
connection.
|
||||
in: body
|
||||
required: true
|
||||
@ -1475,13 +1475,13 @@ description_4:
|
||||
type: string
|
||||
description_5:
|
||||
description: |
|
||||
A human-readable description for the IPSec policy.
|
||||
A human-readable description for the IPsec policy.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
description_6:
|
||||
description: |
|
||||
A human-readable description for the IPSec
|
||||
A human-readable description for the IPsec
|
||||
connection.
|
||||
in: body
|
||||
required: false
|
||||
@ -3107,7 +3107,7 @@ ipsec_site_connection-action:
|
||||
type: string
|
||||
ipsec_site_connection-status:
|
||||
description: |
|
||||
Indicates whether the IPSec connection is
|
||||
Indicates whether the IPsec connection is
|
||||
currently operational. Values are ``ACTIVE``, ``DOWN``, ``BUILD``,
|
||||
``ERROR``, ``PENDING_CREATE``, ``PENDING_UPDATE``, or
|
||||
``PENDING_DELETE``.
|
||||
@ -3136,13 +3136,13 @@ ipsecpolicy:
|
||||
type: object
|
||||
ipsecpolicy_id-body-request:
|
||||
description: |
|
||||
The ID of the IPSec policy.
|
||||
The ID of the IPsec policy.
|
||||
in: body
|
||||
required: false
|
||||
type: string
|
||||
ipsecpolicy_id-body-response:
|
||||
description: |
|
||||
The ID of the IPSec policy.
|
||||
The ID of the IPsec policy.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
@ -3778,7 +3778,7 @@ name_24:
|
||||
type: string
|
||||
name_25:
|
||||
description: |
|
||||
Human-readable name for the IPSec connection.
|
||||
Human-readable name for the IPsec connection.
|
||||
Does not have to be unique.
|
||||
in: body
|
||||
required: true
|
||||
@ -3916,14 +3916,14 @@ name_43:
|
||||
type: string
|
||||
name_5:
|
||||
description: |
|
||||
A human-readable name for the IPSec policy. Does
|
||||
A human-readable name for the IPsec policy. Does
|
||||
not have to be unique.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
name_6:
|
||||
description: |
|
||||
Human-readable name for the IPSec connection.
|
||||
Human-readable name for the IPsec connection.
|
||||
Does not have to be unique.
|
||||
in: body
|
||||
required: false
|
||||
@ -6081,14 +6081,14 @@ tenant_id_6:
|
||||
type: string
|
||||
tenant_id_7:
|
||||
description: |
|
||||
Owner of the IPSec policy. Only administrative
|
||||
Owner of the IPsec policy. Only administrative
|
||||
users can specify a tenant UUID other than their own.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
tenant_id_8:
|
||||
description: |
|
||||
Owner of the IPSec connection. Only
|
||||
Owner of the IPsec connection. Only
|
||||
administrative users can specify a tenant UUID other than their
|
||||
own.
|
||||
in: body
|
||||
@ -6162,7 +6162,8 @@ type_2:
|
||||
description: |
|
||||
The type of the endpoints in the group. A valid
|
||||
value is ``subnet``, ``cidr``, ``network``, ``router``, or
|
||||
``vlan``.
|
||||
``vlan``. Only ``subnet`` and ``cidr`` are supported
|
||||
at this moment.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
@ -6442,7 +6443,7 @@ vpnservice:
|
||||
type: object
|
||||
vpnservice-status:
|
||||
description: |
|
||||
Indicates whether IPSec VPN service is currently
|
||||
Indicates whether IPsec VPN service is currently
|
||||
operational. Values are ``ACTIVE``, ``DOWN``, ``BUILD``, ``ERROR``,
|
||||
``PENDING_CREATE``, ``PENDING_UPDATE``, or ``PENDING_DELETE``.
|
||||
in: body
|
||||
|
@ -3,6 +3,7 @@
|
||||
"subnet_id": null,
|
||||
"router_id": "66e3b16c-8ce5-40fb-bb49-ab6d8dc3f2aa",
|
||||
"name": "myservice",
|
||||
"admin_state_up": true
|
||||
"admin_state_up": true,
|
||||
"flavor_id": null
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
"tenant_id": "10039663455a446d8ba2cbb058b0f578",
|
||||
"external_v4_ip": "172.32.1.11",
|
||||
"id": "5c561d9d-eaea-45f6-ae3e-08d1a7080828",
|
||||
"description": ""
|
||||
"description": "",
|
||||
"flavor_id": null
|
||||
}
|
||||
}
|
||||
|
@ -10,6 +10,7 @@
|
||||
"tenant_id": "10039663455a446d8ba2cbb058b0f578",
|
||||
"external_v4_ip": "172.32.1.11",
|
||||
"id": "5c561d9d-eaea-45f6-ae3e-08d1a7080828",
|
||||
"description": ""
|
||||
"description": "",
|
||||
"flavor_id": null
|
||||
}
|
||||
}
|
||||
|
@ -8,6 +8,7 @@
|
||||
"project_id": "26de9cd6cae94c8cb9f79d660d628e1f",
|
||||
"tenant_id": "26de9cd6cae94c8cb9f79d660d628e1f",
|
||||
"id": "41bfef97-af4e-4f6b-a5d3-4678859d2485",
|
||||
"description": "Updated description"
|
||||
"description": "Updated description",
|
||||
"flavor_id": null
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,8 @@
|
||||
"tenant_id": "10039663455a446d8ba2cbb058b0f578",
|
||||
"external_v4_ip": "172.32.1.11",
|
||||
"id": "5c561d9d-eaea-45f6-ae3e-08d1a7080828",
|
||||
"description": ""
|
||||
"description": "",
|
||||
"flavor_id": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
.. -*- rst -*-
|
||||
|
||||
===================================================================================================================================================================================================
|
||||
VPNaaS 2.0 (`UNMAINTAINED <http://lists.openstack.org/pipermail/openstack-dev/2016-November/107384.html>`_) (vpn, vpnservices, ikepolicies, ipsecpolicies, endpoint-groups, ipsec-site-connections)
|
||||
===================================================================================================================================================================================================
|
||||
==================================================================================================
|
||||
VPNaaS 2.0 (vpn, vpnservices, ikepolicies, ipsecpolicies, endpoint-groups, ipsec-site-connections)
|
||||
==================================================================================================
|
||||
|
||||
The Virtual-Private-Network-as-a-Service (VPNaaS) extension enables
|
||||
OpenStack projects to extend private networks across the public
|
||||
@ -17,7 +17,7 @@ This initial implementation of the VPNaaS extension provides:
|
||||
- IKEv1 policy support with 3des, aes-128, aes-256, or aes-192
|
||||
encryption.
|
||||
|
||||
- IPSec policy support with 3des, aes-128, aes-192, or aes-256
|
||||
- IPsec policy support with 3des, aes-128, aes-192, or aes-256
|
||||
encryption, sha1 authentication, ESP, AH, or AH-ESP transform
|
||||
protocol, and tunnel or transport mode encapsulation.
|
||||
|
||||
@ -41,9 +41,20 @@ This extension introduces these resources:
|
||||
connection, including the peer CIDRs, MTU, authentication mode,
|
||||
peer address, DPD settings, and status.
|
||||
|
||||
- ``endpoint-groups``. Defines one or more endpoints of a specific type,
|
||||
and can be used to specify both local and peer endpoints for
|
||||
IPSec Connections.
|
||||
VPN Endpoint Groups
|
||||
===================
|
||||
|
||||
The ``endpoint-groups`` extension adds support for defining one or more
|
||||
endpoints of a specific type, and can be used to specify both local
|
||||
and peer endpoints for IPsec connections.
|
||||
|
||||
VPN Flavors
|
||||
===========
|
||||
|
||||
The ``vpn-flavors`` extension adds the ``flavor_id`` attribute
|
||||
to ``vpnservices`` resources. During vpnservice creation, if a ``flavor_id``
|
||||
is passed, it is used to find the provider for the driver which would
|
||||
handle the newly created vpnservice.
|
||||
|
||||
List IKE policies
|
||||
=================
|
||||
@ -75,8 +86,8 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- ikepolicies: ikepolicies
|
||||
- name: name
|
||||
- description: description
|
||||
- name: name-request
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
@ -116,8 +127,8 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- ikepolicy: ikepolicy
|
||||
- name: name
|
||||
- description: description
|
||||
- name: name-request
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
@ -142,8 +153,8 @@ Response Parameters
|
||||
|
||||
- ikepolicies: ikepolicies
|
||||
- ikepolicy: ikepolicy
|
||||
- name: name
|
||||
- description: description
|
||||
- name: name-request
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
@ -187,8 +198,8 @@ Response Parameters
|
||||
|
||||
- ikepolicies: ikepolicies
|
||||
- ikepolicy: ikepolicy
|
||||
- name: name
|
||||
- description: description
|
||||
- name: name-request
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
@ -225,9 +236,9 @@ Request
|
||||
|
||||
- ikepolicy_id: ikepolicy_id-path
|
||||
- ikepolicy: ikepolicy
|
||||
- description: description
|
||||
- description: description-request
|
||||
- auth_algorithm: auth_algorithm
|
||||
- name: name
|
||||
- name: name-request
|
||||
- encryption_algorithm: encryption_algorithm
|
||||
- pfs: pfs
|
||||
- value: value
|
||||
@ -249,11 +260,11 @@ Response Parameters
|
||||
|
||||
- ikepolicies: ikepolicies
|
||||
- ikepolicy: ikepolicy
|
||||
- description: description
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
- name: name
|
||||
- name: name-request
|
||||
- encryption_algorithm: encryption_algorithm
|
||||
- pfs: pfs
|
||||
- value: value
|
||||
@ -292,12 +303,12 @@ Response
|
||||
|
||||
There is no body content for the response of a successful DELETE request.
|
||||
|
||||
List IPSec policies
|
||||
List IPsec policies
|
||||
===================
|
||||
|
||||
.. rest_method:: GET /v2.0/vpn/ipsecpolicies
|
||||
|
||||
Lists all IPSec policies.
|
||||
Lists all IPsec policies.
|
||||
|
||||
Use the ``fields`` query parameter to control which fields are
|
||||
returned in the response body. Additionally, you can filter results
|
||||
@ -322,7 +333,7 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- ipsecpolicies: ipsecpolicies
|
||||
- description: description
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
@ -334,7 +345,7 @@ Response Parameters
|
||||
- units: units
|
||||
- lifetime: lifetime
|
||||
- id: ipsecpolicy_id-body-response
|
||||
- name: name
|
||||
- name: name-request
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -342,12 +353,12 @@ Response Example
|
||||
.. literalinclude:: samples/vpn/ipsecpolicies-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create IPSec policy
|
||||
Create IPsec policy
|
||||
===================
|
||||
|
||||
.. rest_method:: POST /v2.0/vpn/ipsecpolicies
|
||||
|
||||
Creates an IP security (IPSec) policy.
|
||||
Creates an IP security (IPsec) policy.
|
||||
|
||||
The IPsec policy specifies the authentication and encryption
|
||||
algorithms and encapsulation mode to use for the established VPN
|
||||
@ -363,7 +374,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- ipsecpolicy: ipsecpolicy
|
||||
- description: description
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
@ -374,7 +385,7 @@ Request
|
||||
- transform_protocol: transform_protocol
|
||||
- units: units
|
||||
- lifetime: lifetime
|
||||
- name: name
|
||||
- name: name-request
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -389,7 +400,7 @@ Response Parameters
|
||||
|
||||
- ipsecpolicies: ipsecpolicies
|
||||
- ipsecpolicy: ipsecpolicy
|
||||
- description: description
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
@ -401,7 +412,7 @@ Response Parameters
|
||||
- units: units
|
||||
- lifetime: lifetime
|
||||
- id: ipsecpolicy_id-body-response
|
||||
- name: name
|
||||
- name: name-request
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -409,12 +420,12 @@ Response Example
|
||||
.. literalinclude:: samples/vpn/ipsecpolicy-create-response.json
|
||||
:language: javascript
|
||||
|
||||
Show IPSec policy
|
||||
Show IPsec policy
|
||||
=================
|
||||
|
||||
.. rest_method:: GET /v2.0/vpn/ipsecpolicies/{ipsecpolicy_id}
|
||||
|
||||
Shows details for an IPSec policy.
|
||||
Shows details for an IPsec policy.
|
||||
|
||||
Normal response codes: 200
|
||||
|
||||
@ -434,7 +445,7 @@ Response Parameters
|
||||
|
||||
- ipsecpolicies: ipsecpolicies
|
||||
- ipsecpolicy: ipsecpolicy
|
||||
- description: description
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
@ -446,7 +457,7 @@ Response Parameters
|
||||
- units: units
|
||||
- lifetime: lifetime
|
||||
- id: ipsecpolicy_id-body-response
|
||||
- name: name
|
||||
- name: name-request
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -454,12 +465,12 @@ Response Example
|
||||
.. literalinclude:: samples/vpn/ipsecpolicy-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update IPSec policy
|
||||
Update IPsec policy
|
||||
===================
|
||||
|
||||
.. rest_method:: PUT /v2.0/vpn/ipsecpolicies/{ipsecpolicy_id}
|
||||
|
||||
Updates policy settings in an IPSec policy.
|
||||
Updates policy settings in an IPsec policy.
|
||||
|
||||
Normal response codes: 200
|
||||
|
||||
@ -472,7 +483,7 @@ Request
|
||||
|
||||
- ipsecpolicy_id: ipsecpolicy_id-path
|
||||
- ipsecpolicy: ipsecpolicy
|
||||
- description: description
|
||||
- description: description-request
|
||||
- transform_protocol: transform_protocol
|
||||
- auth_algorithm: auth_algorithm
|
||||
- encapsulation_mode: encapsulation_mode
|
||||
@ -481,7 +492,7 @@ Request
|
||||
- value: value
|
||||
- units: units
|
||||
- lifetime: lifetime
|
||||
- name: name
|
||||
- name: name-request
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -496,7 +507,7 @@ Response Parameters
|
||||
|
||||
- ipsecpolicies: ipsecpolicies
|
||||
- ipsecpolicy: ipsecpolicy
|
||||
- description: description
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- auth_algorithm: auth_algorithm
|
||||
@ -508,7 +519,7 @@ Response Parameters
|
||||
- units: units
|
||||
- lifetime: lifetime
|
||||
- id: ipsecpolicy_id-body-response
|
||||
- name: name
|
||||
- name: name-request
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -516,12 +527,12 @@ Response Example
|
||||
.. literalinclude:: samples/vpn/ipsecpolicy-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Remove IPSec policy
|
||||
Remove IPsec policy
|
||||
===================
|
||||
|
||||
.. rest_method:: DELETE /v2.0/vpn/ipsecpolicies/{ipsecpolicy_id}
|
||||
|
||||
Removes an IPSec policy.
|
||||
Removes an IPsec policy.
|
||||
|
||||
Normal response codes: 204
|
||||
|
||||
@ -539,12 +550,12 @@ Response
|
||||
|
||||
There is no body content for the response of a successful DELETE request.
|
||||
|
||||
List IPSec connections
|
||||
List IPsec connections
|
||||
======================
|
||||
|
||||
.. rest_method:: GET /v2.0/vpn/ipsec-site-connections
|
||||
|
||||
Lists all IPSec connections.
|
||||
Lists all IPsec connections.
|
||||
|
||||
Use the ``fields`` query parameter to control which fields are
|
||||
returned in the response body. For information, see `Filtering and
|
||||
@ -579,10 +590,10 @@ Response Parameters
|
||||
- peer_id: peer_id
|
||||
- status: ipsec_site_connection-status
|
||||
- psk: psk
|
||||
- description: description
|
||||
- description: description-request
|
||||
- initiator: initiator
|
||||
- peer_cidrs: peer_cidrs
|
||||
- name: name
|
||||
- name: name-request
|
||||
- admin_state_up: admin_state_up
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
@ -600,12 +611,12 @@ Response Example
|
||||
.. literalinclude:: samples/vpn/ipsec-site-connections-list-response.json
|
||||
:language: javascript
|
||||
|
||||
Create IPSec connection
|
||||
Create IPsec connection
|
||||
=======================
|
||||
|
||||
.. rest_method:: POST /v2.0/vpn/ipsec-site-connections
|
||||
|
||||
Creates a site-to-site IPSec connection for a service.
|
||||
Creates a site-to-site IPsec connection for a service.
|
||||
|
||||
Normal response codes: 201
|
||||
|
||||
@ -626,10 +637,10 @@ Request
|
||||
- ipsecpolicy_id: ipsecpolicy_id-body-request
|
||||
- peer_id: peer_id
|
||||
- psk: psk
|
||||
- description: description
|
||||
- description: description-request
|
||||
- initiator: initiator
|
||||
- peer_cidrs: peer_cidrs
|
||||
- name: name
|
||||
- name: name-request
|
||||
- admin_state_up: admin_state_up
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
@ -664,10 +675,10 @@ Response Parameters
|
||||
- peer_id: peer_id
|
||||
- status: ipsec_site_connection-status
|
||||
- psk: psk
|
||||
- description: description
|
||||
- description: description-request
|
||||
- initiator: initiator
|
||||
- peer_cidrs: peer_cidrs
|
||||
- name: name
|
||||
- name: name-request
|
||||
- admin_state_up: admin_state_up
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
@ -685,12 +696,12 @@ Response Example
|
||||
.. literalinclude:: samples/vpn/ipsec-site-connection-create-response.json
|
||||
:language: javascript
|
||||
|
||||
Show IPSec connection
|
||||
Show IPsec connection
|
||||
=====================
|
||||
|
||||
.. rest_method:: GET /v2.0/vpn/ipsec-site-connections/{connection_id}
|
||||
|
||||
Shows details for an IPSec connection.
|
||||
Shows details for an IPsec connection.
|
||||
|
||||
Normal response codes: 200
|
||||
|
||||
@ -720,10 +731,10 @@ Response Parameters
|
||||
- peer_id: peer_id
|
||||
- status: ipsec_site_connection-status
|
||||
- psk: psk
|
||||
- description: description
|
||||
- description: description-request
|
||||
- initiator: initiator
|
||||
- peer_cidrs: peer_cidrs
|
||||
- name: name
|
||||
- name: name-request
|
||||
- admin_state_up: admin_state_up
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
@ -741,12 +752,12 @@ Response Example
|
||||
.. literalinclude:: samples/vpn/ipsec-site-connection-show-response.json
|
||||
:language: javascript
|
||||
|
||||
Update IPSec connection
|
||||
Update IPsec connection
|
||||
=======================
|
||||
|
||||
.. rest_method:: PUT /v2.0/vpn/ipsec-site-connections/{connection_id}
|
||||
|
||||
Updates connection settings for an IPSec connection.
|
||||
Updates connection settings for an IPsec connection.
|
||||
|
||||
Normal response codes: 200
|
||||
|
||||
@ -761,7 +772,7 @@ Request
|
||||
- ipsec_site_connection: ipsec_site_connection
|
||||
- psk: psk
|
||||
- initiator: initiator
|
||||
- description: description
|
||||
- description: description-request
|
||||
- admin_state_up: admin_state_up
|
||||
- interval: interval
|
||||
- peer_cidrs: peer_cidrs
|
||||
@ -773,7 +784,7 @@ Request
|
||||
- action: ipsec_site_connection-action
|
||||
- peer_address: peer_address
|
||||
- peer_id: peer_id
|
||||
- name: name
|
||||
- name: name-request
|
||||
- local_id: local_id
|
||||
|
||||
Request Example
|
||||
@ -799,10 +810,10 @@ Response Parameters
|
||||
- peer_id: peer_id
|
||||
- status: ipsec_site_connection-status
|
||||
- psk: psk
|
||||
- description: description
|
||||
- description: description-request
|
||||
- initiator: initiator
|
||||
- peer_cidrs: peer_cidrs
|
||||
- name: name
|
||||
- name: name-request
|
||||
- admin_state_up: admin_state_up
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
@ -820,12 +831,12 @@ Response Example
|
||||
.. literalinclude:: samples/vpn/ipsec-site-connection-update-response.json
|
||||
:language: javascript
|
||||
|
||||
Remove IPSec connection
|
||||
Remove IPsec connection
|
||||
=======================
|
||||
|
||||
.. rest_method:: DELETE /v2.0/vpn/ipsec-site-connections/{connection_id}
|
||||
|
||||
Removes an IPSec connection.
|
||||
Removes an IPsec connection.
|
||||
|
||||
Normal response codes: 204
|
||||
|
||||
@ -873,11 +884,11 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- endpoints: endpoints
|
||||
- name: name
|
||||
- description: description
|
||||
- name: name-request
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- type: type
|
||||
- type: type_2
|
||||
- id: endpoint_group_id-body-response
|
||||
|
||||
Response Example
|
||||
@ -908,9 +919,9 @@ Request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- endpoints: endpoints
|
||||
- type: type
|
||||
- description: description
|
||||
- name: name
|
||||
- type: type_2
|
||||
- description: description-request
|
||||
- name: name-request
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -924,12 +935,12 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- endpoints: endpoints
|
||||
- description: description
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- type: type
|
||||
- type: type_2
|
||||
- id: endpoint_group_id-body-response
|
||||
- name: name
|
||||
- name: name-request
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -961,12 +972,12 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- endpoints: endpoints
|
||||
- description: description
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- type: type
|
||||
- type: type_2
|
||||
- id: endpoint_group_id-body-response
|
||||
- name: name
|
||||
- name: name-request
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -990,8 +1001,8 @@ Request
|
||||
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- description: description
|
||||
- name: name
|
||||
- description: description-request
|
||||
- name: name-request
|
||||
- endpoint_group_id: endpoint_group_id-path
|
||||
|
||||
Request Example
|
||||
@ -1006,12 +1017,12 @@ Response Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- endpoints: endpoints
|
||||
- description: description
|
||||
- description: description-request
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- type: type
|
||||
- type: type_2
|
||||
- id: endpoint_group_id-body-response
|
||||
- name: name
|
||||
- name: name-request
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -1076,7 +1087,7 @@ Response Parameters
|
||||
- vpnservices: vpnservices
|
||||
- router_id: router_id
|
||||
- status: vpnservice-status
|
||||
- name: name
|
||||
- name: name-request
|
||||
- external_v6_ip: external_v6_ip
|
||||
- admin_state_up: admin_state_up
|
||||
- subnet_id: subnet_id
|
||||
@ -1084,7 +1095,8 @@ Response Parameters
|
||||
- project_id: project_id
|
||||
- external_v4_ip: external_v4_ip
|
||||
- id: vpnservice_id-body-response
|
||||
- description: description
|
||||
- description: description-request
|
||||
- flavor_id: flavor-id-response
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -1102,6 +1114,13 @@ Creates a VPN service.
|
||||
The service is associated with a router. After you create the
|
||||
service, it can contain multiple VPN connections.
|
||||
|
||||
An optional ``flavor_id`` attribute can be passed to enable dynamic
|
||||
selection of an appropriate provider if configured by the operator.
|
||||
It is only available when ``vpn-flavors`` extension is enabled.
|
||||
The basic selection algorithm chooses the provider in the first
|
||||
service profile currently associated with flavor. This option can
|
||||
only be set in ``POST`` operation.
|
||||
|
||||
Normal response codes: 201
|
||||
|
||||
Error response codes: 400, 401
|
||||
@ -1113,12 +1132,13 @@ Request
|
||||
|
||||
- vpnservice: vpnservice
|
||||
- router_id: router_id
|
||||
- description: description
|
||||
- description: description-request
|
||||
- admin_state_up: admin_state_up
|
||||
- subnet_id: subnet_id
|
||||
- tenant_id: project_id
|
||||
- project_id: project_id
|
||||
- name: name
|
||||
- name: name-request
|
||||
- flavor_id: flavor-id-request
|
||||
|
||||
Request Example
|
||||
---------------
|
||||
@ -1134,7 +1154,7 @@ Response Parameters
|
||||
- vpnservice: vpnservice
|
||||
- router_id: router_id
|
||||
- status: vpnservice-status
|
||||
- name: name
|
||||
- name: name-request
|
||||
- external_v6_ip: external_v6_ip
|
||||
- admin_state_up: admin_state_up
|
||||
- subnet_id: subnet_id
|
||||
@ -1142,7 +1162,8 @@ Response Parameters
|
||||
- project_id: project_id
|
||||
- external_v4_ip: external_v4_ip
|
||||
- id: vpnservice_id-body-response
|
||||
- description: description
|
||||
- description: description-request
|
||||
- flavor_id: flavor-id-response
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -1180,7 +1201,7 @@ Response Parameters
|
||||
- vpnservice: vpnservice
|
||||
- router_id: router_id
|
||||
- status: vpnservice-status
|
||||
- name: name
|
||||
- name: name-request
|
||||
- external_v6_ip: external_v6_ip
|
||||
- admin_state_up: admin_state_up
|
||||
- subnet_id: subnet_id
|
||||
@ -1188,7 +1209,8 @@ Response Parameters
|
||||
- project_id: project_id
|
||||
- external_v4_ip: external_v4_ip
|
||||
- id: vpnservice_id-body-response
|
||||
- description: description
|
||||
- description: description-request
|
||||
- flavor_id: flavor-id-response
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
@ -1216,8 +1238,8 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- vpnservice: vpnservice
|
||||
- description: description
|
||||
- name: name
|
||||
- description: description-request
|
||||
- name: name-request
|
||||
- admin_state_up: admin_state_up
|
||||
- service_id: vpnservice_id-path
|
||||
|
||||
@ -1235,7 +1257,7 @@ Response Parameters
|
||||
- vpnservice: vpnservice
|
||||
- router_id: router_id
|
||||
- status: vpnservice-status
|
||||
- name: name
|
||||
- name: name-request
|
||||
- external_v6_ip: external_v6_ip
|
||||
- admin_state_up: admin_state_up
|
||||
- subnet_id: subnet_id
|
||||
@ -1243,7 +1265,8 @@ Response Parameters
|
||||
- project_id: project_id
|
||||
- external_v4_ip: external_v4_ip
|
||||
- id: vpnservice_id-body-response
|
||||
- description: description
|
||||
- description: description-request
|
||||
- flavor_id: flavor-id-response
|
||||
|
||||
Response Example
|
||||
----------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user