Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions openstack_cli/src/block_storage/v3/attachment/create_327.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ use serde_json::Value;
/// Expected format of the input parameter 'body':
///
/// ```text
///
/// {
/// "attachment":
/// {
Expand All @@ -71,13 +70,11 @@ use serde_json::Value;
/// "mode": "null|rw|ro"
/// }
/// }
///
/// ```
///
/// Example connector:
///
/// ```text
///
/// {
/// "connector":
/// {
Expand All @@ -91,7 +88,6 @@ use serde_json::Value;
/// "mode": "null|rw|ro"
/// }
/// }
///
/// ```
///
/// NOTE all that's required for a reserve is volume_uuid and an instance_uuid.
Expand Down
4 changes: 0 additions & 4 deletions openstack_cli/src/block_storage/v3/attachment/create_354.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ use serde_json::Value;
/// Expected format of the input parameter 'body':
///
/// ```text
///
/// {
/// "attachment":
/// {
Expand All @@ -72,13 +71,11 @@ use serde_json::Value;
/// "mode": "null|rw|ro"
/// }
/// }
///
/// ```
///
/// Example connector:
///
/// ```text
///
/// {
/// "connector":
/// {
Expand All @@ -92,7 +89,6 @@ use serde_json::Value;
/// "mode": "null|rw|ro"
/// }
/// }
///
/// ```
///
/// NOTE all that's required for a reserve is volume_uuid and an instance_uuid.
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/block_storage/v3/attachment/set_327.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ use serde_json::Value;
/// Expected format of the input parameter 'body':
///
/// ```text
///
/// {
/// "attachment":
/// {
Expand All @@ -59,7 +58,6 @@ use serde_json::Value;
/// }
/// }
/// }
///
/// ```
#[derive(Args)]
pub struct AttachmentCommand {
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/block_storage/v3/consistencygroup/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ use serde_json::Value;
/// Expected format of the input parameter 'body':
///
/// ```text
///
/// {
/// "consistencygroup":
/// {
Expand All @@ -49,7 +48,6 @@ use serde_json::Value;
/// "remove_volumes": "volume-uuid-8,volume-uuid-9,..."
/// }
/// }
///
/// ```
#[derive(Args)]
pub struct ConsistencygroupCommand {
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/block_storage/v3/group/set_313.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ use openstack_types::block_storage::v3::group::response::set::GroupResponse;
/// Expected format of the input parameter 'body':
///
/// ```text
///
/// {
/// "group":
/// {
Expand All @@ -49,7 +48,6 @@ use openstack_types::block_storage::v3::group::response::set::GroupResponse;
/// "remove_volumes": "volume-uuid-8,volume-uuid-9,..."
/// }
/// }
///
/// ```
#[derive(Args)]
pub struct GroupCommand {
Expand Down
2 changes: 1 addition & 1 deletion openstack_cli/src/block_storage/v3/host/show.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use openstack_types::block_storage::v3::host::response::get::HostResponse;
///
/// | | | | --- | --- | | param req: | security context | | param id: |
/// hostname | | returns: | dict -- the host resources dictionary. ex.:
/// ` {'host': [{'resource': D},..]} D: {'host': 'hostname','project': 'admin', 'volume_count': 1, 'total_volume_gb': 2048} `
/// `{'host': [{'resource': D},..]} D: {'host': 'hostname','project': 'admin', 'volume_count': 1, 'total_volume_gb': 2048}`
/// |
#[derive(Args)]
pub struct HostCommand {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ use serde_json::Value;
/// Required HTTP Body:
///
/// ```text
///
/// {
/// "snapshot":
/// {
Expand All @@ -56,7 +55,6 @@ use serde_json::Value;
/// "<Driver-specific reference to the existing storage object>"
/// }
/// }
///
/// ```
///
/// See the appropriate Cinder drivers' implementations of the manage_snapshot
Expand All @@ -73,11 +71,9 @@ use serde_json::Value;
/// Optional elements to 'snapshot' are:
///
/// ```text
///
/// name A name for the new snapshot.
/// description A description for the new snapshot.
/// metadata Key/value pairs to be associated with the new snapshot.
///
/// ```
#[derive(Args)]
pub struct ManageableSnapshotCommand {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ use serde_json::Value;
/// Required HTTP Body:
///
/// ```text
///
/// {
/// "volume": {
/// "host": "<Cinder host on which the existing storage resides>",
/// "cluster": "<Cinder cluster on which the storage resides>",
/// "ref": "<Driver-specific reference to existing storage object>"
/// }
/// }
///
/// ```
///
/// See the appropriate Cinder drivers' implementations of the manage_volume
Expand All @@ -72,7 +70,6 @@ use serde_json::Value;
/// Optional elements to 'volume' are:
///
/// ```text
///
/// name A name for the new volume.
/// description A description for the new volume.
/// volume_type ID or name of a volume type to associate with
Expand All @@ -87,7 +84,6 @@ use serde_json::Value;
/// availability_zone The availability zone to associate with the new
/// volume.
/// bootable If set to True, marks the volume as bootable.
///
/// ```
#[derive(Args)]
pub struct ManageableVolumeCommand {
Expand Down
4 changes: 0 additions & 4 deletions openstack_cli/src/block_storage/v3/snapshot_manage/create.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ use serde_json::Value;
/// Required HTTP Body:
///
/// ```text
///
/// {
/// "snapshot":
/// {
Expand All @@ -56,7 +55,6 @@ use serde_json::Value;
/// "<Driver-specific reference to the existing storage object>"
/// }
/// }
///
/// ```
///
/// See the appropriate Cinder drivers' implementations of the manage_snapshot
Expand All @@ -73,11 +71,9 @@ use serde_json::Value;
/// Optional elements to 'snapshot' are:
///
/// ```text
///
/// name A name for the new snapshot.
/// description A description for the new snapshot.
/// metadata Key/value pairs to be associated with the new snapshot.
///
/// ```
#[derive(Args)]
pub struct SnapshotManageCommand {
Expand Down
4 changes: 0 additions & 4 deletions openstack_cli/src/block_storage/v3/volume_manage/create_30.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ use serde_json::Value;
/// Required HTTP Body:
///
/// ```text
///
/// {
/// "volume": {
/// "host": "<Cinder host on which the existing storage resides>",
/// "cluster": "<Cinder cluster on which the storage resides>",
/// "ref": "<Driver-specific reference to existing storage object>"
/// }
/// }
///
/// ```
///
/// See the appropriate Cinder drivers' implementations of the manage_volume
Expand All @@ -72,7 +70,6 @@ use serde_json::Value;
/// Optional elements to 'volume' are:
///
/// ```text
///
/// name A name for the new volume.
/// description A description for the new volume.
/// volume_type ID or name of a volume type to associate with
Expand All @@ -87,7 +84,6 @@ use serde_json::Value;
/// availability_zone The availability zone to associate with the new
/// volume.
/// bootable If set to True, marks the volume as bootable.
///
/// ```
#[derive(Args)]
pub struct VolumeManageCommand {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ use serde_json::Value;
/// Required HTTP Body:
///
/// ```text
///
/// {
/// "volume": {
/// "host": "<Cinder host on which the existing storage resides>",
/// "cluster": "<Cinder cluster on which the storage resides>",
/// "ref": "<Driver-specific reference to existing storage object>"
/// }
/// }
///
/// ```
///
/// See the appropriate Cinder drivers' implementations of the manage_volume
Expand All @@ -72,7 +70,6 @@ use serde_json::Value;
/// Optional elements to 'volume' are:
///
/// ```text
///
/// name A name for the new volume.
/// description A description for the new volume.
/// volume_type ID or name of a volume type to associate with
Expand All @@ -87,7 +84,6 @@ use serde_json::Value;
/// availability_zone The availability zone to associate with the new
/// volume.
/// bootable If set to True, marks the volume as bootable.
///
/// ```
#[derive(Args)]
pub struct VolumeManageCommand {
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/compute/v2/server/create_20.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ struct OsSchedulerHints {
///
/// ```text
/// "query": "[\">=\",\"$free_ram_mb\",1024]"
///
/// ```
///
/// It is available when `JsonFilter` is available on cloud side.
Expand Down Expand Up @@ -232,7 +231,6 @@ struct Server {
/// > "delete_on_termination": true,
/// > "tag": "disk1",
/// > "disk_bus": "scsi"}]
/// >
/// > ```
///
/// In microversion 2.32, `tag` is an optional string attribute that can be
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/compute/v2/server/create_21.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ struct OsSchedulerHints {
///
/// ```text
/// "query": "[\">=\",\"$free_ram_mb\",1024]"
///
/// ```
///
/// It is available when `JsonFilter` is available on cloud side.
Expand Down Expand Up @@ -229,7 +228,6 @@ struct Server {
/// > "delete_on_termination": true,
/// > "tag": "disk1",
/// > "disk_bus": "scsi"}]
/// >
/// > ```
///
/// In microversion 2.32, `tag` is an optional string attribute that can be
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/compute/v2/server/create_219.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ struct OsSchedulerHints {
///
/// ```text
/// "query": "[\">=\",\"$free_ram_mb\",1024]"
///
/// ```
///
/// It is available when `JsonFilter` is available on cloud side.
Expand Down Expand Up @@ -229,7 +228,6 @@ struct Server {
/// > "delete_on_termination": true,
/// > "tag": "disk1",
/// > "disk_bus": "scsi"}]
/// >
/// > ```
///
/// In microversion 2.32, `tag` is an optional string attribute that can be
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/compute/v2/server/create_232.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ struct OsSchedulerHints {
///
/// ```text
/// "query": "[\">=\",\"$free_ram_mb\",1024]"
///
/// ```
///
/// It is available when `JsonFilter` is available on cloud side.
Expand Down Expand Up @@ -229,7 +228,6 @@ struct Server {
/// > "delete_on_termination": true,
/// > "tag": "disk1",
/// > "disk_bus": "scsi"}]
/// >
/// > ```
///
/// In microversion 2.32, `tag` is an optional string attribute that can be
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/compute/v2/server/create_233.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ struct OsSchedulerHints {
///
/// ```text
/// "query": "[\">=\",\"$free_ram_mb\",1024]"
///
/// ```
///
/// It is available when `JsonFilter` is available on cloud side.
Expand Down Expand Up @@ -229,7 +228,6 @@ struct Server {
/// > "delete_on_termination": true,
/// > "tag": "disk1",
/// > "disk_bus": "scsi"}]
/// >
/// > ```
///
/// In microversion 2.32, `tag` is an optional string attribute that can be
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/compute/v2/server/create_237.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ struct OsSchedulerHints {
///
/// ```text
/// "query": "[\">=\",\"$free_ram_mb\",1024]"
///
/// ```
///
/// It is available when `JsonFilter` is available on cloud side.
Expand Down Expand Up @@ -250,7 +249,6 @@ struct Server {
/// > "delete_on_termination": true,
/// > "tag": "disk1",
/// > "disk_bus": "scsi"}]
/// >
/// > ```
///
/// In microversion 2.32, `tag` is an optional string attribute that can be
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/compute/v2/server/create_242.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ struct OsSchedulerHints {
///
/// ```text
/// "query": "[\">=\",\"$free_ram_mb\",1024]"
///
/// ```
///
/// It is available when `JsonFilter` is available on cloud side.
Expand Down Expand Up @@ -250,7 +249,6 @@ struct Server {
/// > "delete_on_termination": true,
/// > "tag": "disk1",
/// > "disk_bus": "scsi"}]
/// >
/// > ```
///
/// In microversion 2.32, `tag` is an optional string attribute that can be
Expand Down
2 changes: 0 additions & 2 deletions openstack_cli/src/compute/v2/server/create_252.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ struct OsSchedulerHints {
///
/// ```text
/// "query": "[\">=\",\"$free_ram_mb\",1024]"
///
/// ```
///
/// It is available when `JsonFilter` is available on cloud side.
Expand Down Expand Up @@ -250,7 +249,6 @@ struct Server {
/// > "delete_on_termination": true,
/// > "tag": "disk1",
/// > "disk_bus": "scsi"}]
/// >
/// > ```
///
/// In microversion 2.32, `tag` is an optional string attribute that can be
Expand Down
Loading
Loading