Skip to content

Commit

Permalink
BUG: set requires_openstack field type to boolean
Browse files Browse the repository at this point in the history
was previously string which caused issues
  • Loading branch information
anish-mudaraddi committed Sep 12, 2024
1 parent 45466c9 commit 78f919f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion actions/project.create.external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
requires_openstack:
default: true
immutable: true
type: string
type: boolean
cloud_account:
description: The clouds.yaml account to use whilst performing this action
required: true
Expand Down
2 changes: 1 addition & 1 deletion actions/project.create.internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
requires_openstack:
default: true
immutable: true
type: string
type: boolean
cloud_account:
description: The clouds.yaml account to use whilst performing this action
required: true
Expand Down
2 changes: 1 addition & 1 deletion actions/project.delete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
requires_openstack:
default: true
immutable: true
type: string
type: boolean
cloud_account:
description: The clouds.yaml account to use whilst performing this action
required: true
Expand Down
2 changes: 1 addition & 1 deletion actions/quota.set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
requires_openstack:
default: true
immutable: true
type: string
type: boolean
cloud_account:
description: The clouds.yaml account to use whilst performing this action
required: true
Expand Down
2 changes: 1 addition & 1 deletion actions/role.add.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
requires_openstack:
default: true
immutable: true
type: string
type: boolean
cloud_account:
description: The clouds.yaml account to use whilst performing this action
required: true
Expand Down
2 changes: 1 addition & 1 deletion actions/role.remove.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
requires_openstack:
default: true
immutable: true
type: string
type: boolean
cloud_account:
description: The clouds.yaml account to use whilst performing this action
required: true
Expand Down

0 comments on commit 78f919f

Please sign in to comment.