Merge "Fix error in api-ref about network-detach"
This commit is contained in:
commit
0242d05c40
@ -695,14 +695,14 @@ Response
|
||||
|
||||
|
||||
Detach a network from a container
|
||||
================================
|
||||
=================================
|
||||
|
||||
.. rest_method:: POST /v1/containers/{container_ident}/network_detach?network={network}
|
||||
|
||||
Detach a network from a container.
|
||||
|
||||
Response Codes
|
||||
-------------
|
||||
--------------
|
||||
|
||||
.. rest_status_code:: success status.yaml
|
||||
|
||||
@ -725,4 +725,5 @@ Response
|
||||
This request does not return anything in the response body.
|
||||
|
||||
.. rest_parameters:; parameters.yaml
|
||||
|
||||
- X-Openstack-Request-Id: request_id
|
||||
|
@ -17,6 +17,12 @@ force:
|
||||
in: query
|
||||
required: true
|
||||
type: string
|
||||
network:
|
||||
description: |
|
||||
network to be detached of the container.
|
||||
in: query
|
||||
required: true
|
||||
type: string
|
||||
timeout:
|
||||
description: |
|
||||
Seconds to wait before operating on container.
|
||||
|
Loading…
x
Reference in New Issue
Block a user