Remove extended attribute 'os-volume-replication' in Doc

'os-volume-replication:extended_status' and
'os-volume-replication:driver_date' are unavailable
since the merge of patch [1] during Liberty, remove these
from API document.

[1]: https://review.openstack.org/#/c/275797/

Change-Id: Ib319702f085930a6bf528ef95fb17a7da8451e96
This commit is contained in:
TommyLike 2018-03-31 11:53:21 +08:00
parent b3b5779119
commit 902719a46e
8 changed files with 0 additions and 58 deletions

View File

@ -1265,25 +1265,6 @@ os-vol-tenant-attr:tenant_id:
in: body in: body
required: true required: true
type: string type: string
os-volume-replication:driver_data:
description: |
The name of the volume replication driver.
in: body
required: false
type: string
os-volume-replication:extended_status:
description: |
The volume replication status managed by the
driver of backend storage.
in: body
required: false
type: string
os-volume-replication:extended_status_1:
description: |
The status of the volume replication.
in: body
required: false
type: string
perVolumeGigabytes: perVolumeGigabytes:
description: | description: |
The maximum amount of storage per volume, in gibibytes (GiB). The maximum amount of storage per volume, in gibibytes (GiB).

View File

@ -24,8 +24,6 @@
"volume_type": "None", "volume_type": "None",
"os-vol-tenant-attr:tenant_id": "0c2eba2c5af04d3f9e9d0d410b371fde", "os-vol-tenant-attr:tenant_id": "0c2eba2c5af04d3f9e9d0d410b371fde",
"size": 1, "size": 1,
"os-volume-replication:driver_data": null,
"os-volume-replication:extended_status": null,
"metadata": { "metadata": {
"contents": "not junk" "contents": "not junk"
} }

View File

@ -25,7 +25,6 @@
"availability_zone": "nova", "availability_zone": "nova",
"os-vol-host-attr:host": "difleming@lvmdriver-1#lvmdriver-1", "os-vol-host-attr:host": "difleming@lvmdriver-1#lvmdriver-1",
"encrypted": false, "encrypted": false,
"os-volume-replication:extended_status": null,
"replication_status": "disabled", "replication_status": "disabled",
"snapshot_id": null, "snapshot_id": null,
"id": "6edbc2f4-1507-44f8-ac0d-eed1d2608d38", "id": "6edbc2f4-1507-44f8-ac0d-eed1d2608d38",
@ -40,7 +39,6 @@
"status": "in-use", "status": "in-use",
"description": null, "description": null,
"multiattach": true, "multiattach": true,
"os-volume-replication:driver_data": null,
"source_volid": null, "source_volid": null,
"consistencygroup_id": null, "consistencygroup_id": null,
"os-vol-mig-status-attr:name_id": null, "os-vol-mig-status-attr:name_id": null,
@ -65,7 +63,6 @@
"availability_zone": "nova", "availability_zone": "nova",
"os-vol-host-attr:host": "difleming@lvmdriver-1#lvmdriver-1", "os-vol-host-attr:host": "difleming@lvmdriver-1#lvmdriver-1",
"encrypted": false, "encrypted": false,
"os-volume-replication:extended_status": null,
"replication_status": "disabled", "replication_status": "disabled",
"snapshot_id": null, "snapshot_id": null,
"id": "173f7b48-c4c1-4e70-9acc-086b39073506", "id": "173f7b48-c4c1-4e70-9acc-086b39073506",
@ -89,7 +86,6 @@
}, },
"description": "", "description": "",
"multiattach": false, "multiattach": false,
"os-volume-replication:driver_data": null,
"source_volid": null, "source_volid": null,
"consistencygroup_id": null, "consistencygroup_id": null,
"os-vol-mig-status-attr:name_id": null, "os-vol-mig-status-attr:name_id": null,

View File

@ -99,7 +99,6 @@ Response Parameters
- os-vol-host-attr:host: os-vol-host-attr:host - os-vol-host-attr:host: os-vol-host-attr:host
- encrypted: encrypted - encrypted: encrypted
- updated_at: updated_at - updated_at: updated_at
- os-volume-replication:extended_status: os-volume-replication:extended_status
- replication_status: replication_status - replication_status: replication_status
- snapshot_id: snapshot_id - snapshot_id: snapshot_id
- id: id - id: id
@ -118,7 +117,6 @@ Response Parameters
- name: name - name: name
- bootable: bootable_response - bootable: bootable_response
- created_at: created_at - created_at: created_at
- os-volume-replication:driver_data: os-volume-replication:driver_data
- volumes: volumes - volumes: volumes
- volume_type: volume_type - volume_type: volume_type
@ -329,7 +327,6 @@ Response Parameters
- os-vol-host-attr:host: os-vol-host-attr:host - os-vol-host-attr:host: os-vol-host-attr:host
- encrypted: encrypted - encrypted: encrypted
- updated_at: updated_at - updated_at: updated_at
- os-volume-replication:extended_status: os-volume-replication:extended_status
- replication_status: replication_status - replication_status: replication_status
- snapshot_id: snapshot_id - snapshot_id: snapshot_id
- id: id - id: id
@ -349,7 +346,6 @@ Response Parameters
- name: name - name: name
- bootable: bootable_response - bootable: bootable_response
- created_at: created_at - created_at: created_at
- os-volume-replication:driver_data: os-volume-replication:driver_data
- volume_type: volume_type - volume_type: volume_type

View File

@ -2025,25 +2025,6 @@ os-vol-tenant-attr:tenant_id:
in: body in: body
required: true required: true
type: string type: string
os-volume-replication:driver_data:
description: |
The name of the volume replication driver.
in: body
required: false
type: string
os-volume-replication:extended_status:
description: |
The volume replication status managed by the
driver of backend storage.
in: body
required: false
type: string
os-volume-replication:extended_status_1:
description: |
The status of the volume replication.
in: body
required: false
type: string
os-volume_upload_image: os-volume_upload_image:
description: | description: |
The ``os-volume_upload_image`` action. This The ``os-volume_upload_image`` action. This

View File

@ -24,8 +24,6 @@
"volume_type": "None", "volume_type": "None",
"os-vol-tenant-attr:tenant_id": "0c2eba2c5af04d3f9e9d0d410b371fde", "os-vol-tenant-attr:tenant_id": "0c2eba2c5af04d3f9e9d0d410b371fde",
"size": 1, "size": 1,
"os-volume-replication:driver_data": null,
"os-volume-replication:extended_status": null,
"metadata": { "metadata": {
"contents": "not junk" "contents": "not junk"
} }

View File

@ -25,7 +25,6 @@
"availability_zone": "nova", "availability_zone": "nova",
"os-vol-host-attr:host": "difleming@lvmdriver-1#lvmdriver-1", "os-vol-host-attr:host": "difleming@lvmdriver-1#lvmdriver-1",
"encrypted": false, "encrypted": false,
"os-volume-replication:extended_status": null,
"replication_status": "disabled", "replication_status": "disabled",
"snapshot_id": null, "snapshot_id": null,
"id": "6edbc2f4-1507-44f8-ac0d-eed1d2608d38", "id": "6edbc2f4-1507-44f8-ac0d-eed1d2608d38",
@ -40,7 +39,6 @@
"status": "in-use", "status": "in-use",
"description": null, "description": null,
"multiattach": true, "multiattach": true,
"os-volume-replication:driver_data": null,
"source_volid": null, "source_volid": null,
"consistencygroup_id": null, "consistencygroup_id": null,
"os-vol-mig-status-attr:name_id": null, "os-vol-mig-status-attr:name_id": null,
@ -65,7 +63,6 @@
"availability_zone": "nova", "availability_zone": "nova",
"os-vol-host-attr:host": "difleming@lvmdriver-1#lvmdriver-1", "os-vol-host-attr:host": "difleming@lvmdriver-1#lvmdriver-1",
"encrypted": false, "encrypted": false,
"os-volume-replication:extended_status": null,
"replication_status": "disabled", "replication_status": "disabled",
"snapshot_id": null, "snapshot_id": null,
"id": "173f7b48-c4c1-4e70-9acc-086b39073506", "id": "173f7b48-c4c1-4e70-9acc-086b39073506",
@ -89,7 +86,6 @@
}, },
"description": "", "description": "",
"multiattach": false, "multiattach": false,
"os-volume-replication:driver_data": null,
"source_volid": null, "source_volid": null,
"consistencygroup_id": null, "consistencygroup_id": null,
"os-vol-mig-status-attr:name_id": null, "os-vol-mig-status-attr:name_id": null,

View File

@ -108,7 +108,6 @@ Response Parameters
- os-vol-host-attr:host: os-vol-host-attr:host - os-vol-host-attr:host: os-vol-host-attr:host
- encrypted: encrypted - encrypted: encrypted
- updated_at: updated_at - updated_at: updated_at
- os-volume-replication:extended_status: os-volume-replication:extended_status
- replication_status: replication_status - replication_status: replication_status
- snapshot_id: snapshot_id - snapshot_id: snapshot_id
- id: id_5 - id: id_5
@ -127,7 +126,6 @@ Response Parameters
- name: name_13 - name: name_13
- bootable: bootable_response - bootable: bootable_response
- created_at: created_at - created_at: created_at
- os-volume-replication:driver_data: os-volume-replication:driver_data
- volumes: volumes - volumes: volumes
- volume_type: volume_type_6 - volume_type: volume_type_6
- count: count - count: count
@ -349,7 +347,6 @@ Response Parameters
- os-vol-host-attr:host: os-vol-host-attr:host - os-vol-host-attr:host: os-vol-host-attr:host
- encrypted: encrypted - encrypted: encrypted
- updated_at: updated_at - updated_at: updated_at
- os-volume-replication:extended_status: os-volume-replication:extended_status
- replication_status: replication_status - replication_status: replication_status
- snapshot_id: snapshot_id - snapshot_id: snapshot_id
- id: id_5 - id: id_5
@ -369,7 +366,6 @@ Response Parameters
- name: name_13 - name: name_13
- bootable: bootable_response - bootable: bootable_response
- created_at: created_at - created_at: created_at
- os-volume-replication:driver_data: os-volume-replication:driver_data
- volume_type: volume_type_6 - volume_type: volume_type_6
- service_uuid: service_uuid - service_uuid: service_uuid
- shared_targets: shared_targets - shared_targets: shared_targets