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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ example when certain resource is not currently implemented natively.
## Terminal User Interface (TUI)

Exploring the cloud resources using CLI is not something very comfortable. A
terminal user interface imroves user experience when a quick look at currently
terminal user interface improves user experience when a quick look at currently
present resources is required.

openstack_tui (`ostui` as a binary name) is such TUI built upon
Expand Down
4 changes: 2 additions & 2 deletions openstack_cli/src/block_storage/v3/volume/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ struct QueryParameters {
#[arg(action=clap::ArgAction::Set, help_heading = "Query parameters", long)]
consumes_quota: Option<bool>,

/// Filters reuslts by a time that resources are created at with time
/// Filters results by a time that resources are created at with time
/// comparison operators: gt/gte/eq/neq/lt/lte.
#[arg(help_heading = "Query parameters", long)]
created_at: Option<String>,
Expand Down Expand Up @@ -110,7 +110,7 @@ struct QueryParameters {
#[arg(help_heading = "Query parameters", long)]
sort_key: Option<String>,

/// Filters reuslts by a time that resources are updated at with time
/// Filters results by a time that resources are updated at with time
/// comparison operators: gt/gte/eq/neq/lt/lte.
#[arg(help_heading = "Query parameters", long)]
updated_at: Option<String>,
Expand Down
2 changes: 1 addition & 1 deletion openstack_cli/src/identity/v3/user/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ struct User {
no_description: bool,

/// The ID of the new domain for the user. The ability to change the domain
/// of a user is now deprecated, and will be removed in subequent release.
/// of a user is now deprecated, and will be removed in subsequent release.
/// It is already disabled by default in most Identity service
/// implementations.
#[arg(help_heading = "Body parameters", long)]
Expand Down
4 changes: 2 additions & 2 deletions openstack_sdk/src/api/block_storage/v3/volume/list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct Request<'a> {
#[builder(default)]
consumes_quota: Option<bool>,

/// Filters reuslts by a time that resources are created at with time
/// Filters results by a time that resources are created at with time
/// comparison operators: gt/gte/eq/neq/lt/lte.
#[builder(default, setter(into))]
created_at: Option<Cow<'a, str>>,
Expand Down Expand Up @@ -82,7 +82,7 @@ pub struct Request<'a> {
#[builder(default, setter(into))]
sort_key: Option<Cow<'a, str>>,

/// Filters reuslts by a time that resources are updated at with time
/// Filters results by a time that resources are updated at with time
/// comparison operators: gt/gte/eq/neq/lt/lte.
#[builder(default, setter(into))]
updated_at: Option<Cow<'a, str>>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub struct Request<'a> {
#[builder(default)]
consumes_quota: Option<bool>,

/// Filters reuslts by a time that resources are created at with time
/// Filters results by a time that resources are created at with time
/// comparison operators: gt/gte/eq/neq/lt/lte.
#[builder(default, setter(into))]
created_at: Option<Cow<'a, str>>,
Expand Down Expand Up @@ -82,7 +82,7 @@ pub struct Request<'a> {
#[builder(default, setter(into))]
sort_key: Option<Cow<'a, str>>,

/// Filters reuslts by a time that resources are updated at with time
/// Filters results by a time that resources are updated at with time
/// comparison operators: gt/gte/eq/neq/lt/lte.
#[builder(default, setter(into))]
updated_at: Option<Cow<'a, str>>,
Expand Down
2 changes: 1 addition & 1 deletion openstack_sdk/src/api/identity/v3/user/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub struct User<'a> {
pub(crate) description: Option<Option<Cow<'a, str>>>,

/// The ID of the new domain for the user. The ability to change the domain
/// of a user is now deprecated, and will be removed in subequent release.
/// of a user is now deprecated, and will be removed in subsequent release.
/// It is already disabled by default in most Identity service
/// implementations.
#[serde(skip_serializing_if = "Option::is_none")]
Expand Down
2 changes: 1 addition & 1 deletion openstack_tui/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpenStack Terminal User Interface (TUI)

Exploring the cloud resources using CLI is not something very comfortable. A
terminal user interface imroves user experience when a quick look at currently
terminal user interface improves user experience when a quick look at currently
present resources is required.

openstack_tui (`ostui` as a binary name) is such TUI built upon
Expand Down
2 changes: 1 addition & 1 deletion openstack_tui/src/cloud_worker/identity/v3/user/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ pub struct User {
pub description: Option<Option<String>>,

/// The ID of the new domain for the user. The ability to change the domain
/// of a user is now deprecated, and will be removed in subequent release.
/// of a user is now deprecated, and will be removed in subsequent release.
/// It is already disabled by default in most Identity service
/// implementations.
#[builder(default, setter(into))]
Expand Down
4 changes: 2 additions & 2 deletions openstack_types/data/block-storage/v3.71.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7363,7 +7363,7 @@ components:
x-openstack:
min-ver: '3.65'
created_at:
description: 'Filters reuslts by a time that resources are created at with time
description: 'Filters results by a time that resources are created at with time
comparison operators: gt/gte/eq/neq/lt/lte.'
in: query
name: created_at
Expand Down Expand Up @@ -9245,7 +9245,7 @@ components:
x-openstack:
resource_link: identity/v3/project.id
updated_at:
description: 'Filters reuslts by a time that resources are updated at with time
description: 'Filters results by a time that resources are updated at with time
comparison operators: gt/gte/eq/neq/lt/lte.'
in: query
name: updated_at
Expand Down
4 changes: 2 additions & 2 deletions openstack_types/data/block-storage/v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7363,7 +7363,7 @@ components:
x-openstack:
min-ver: '3.65'
created_at:
description: 'Filters reuslts by a time that resources are created at with time
description: 'Filters results by a time that resources are created at with time
comparison operators: gt/gte/eq/neq/lt/lte.'
in: query
name: created_at
Expand Down Expand Up @@ -9245,7 +9245,7 @@ components:
x-openstack:
resource_link: identity/v3/project.id
updated_at:
description: 'Filters reuslts by a time that resources are updated at with time
description: 'Filters results by a time that resources are updated at with time
comparison operators: gt/gte/eq/neq/lt/lte.'
in: query
name: updated_at
Expand Down
2 changes: 1 addition & 1 deletion openstack_types/data/identity/v3.14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19402,7 +19402,7 @@ components:
domain_id:
description: |-
The ID of the new domain for the user. The ability to change the domain
of a user is now deprecated, and will be removed in subequent release.
of a user is now deprecated, and will be removed in subsequent release.
It is already disabled by default in most Identity service implementations.
maxLength: 64
minLength: 1
Expand Down
2 changes: 1 addition & 1 deletion openstack_types/data/identity/v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19402,7 +19402,7 @@ components:
domain_id:
description: |-
The ID of the new domain for the user. The ability to change the domain
of a user is now deprecated, and will be removed in subequent release.
of a user is now deprecated, and will be removed in subsequent release.
It is already disabled by default in most Identity service implementations.
maxLength: 64
minLength: 1
Expand Down
Loading