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
4 changes: 3 additions & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Sanity
on:
- pull_request
schedule:
- cron: "* 12 * * *"
pull_request:

jobs:
sanity:
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/cs_disk_offering.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
description:
- Whether disk offering iops is custom or not.
type: bool
default: no
iops_read_rate:
description:
- IO requests read rate of the disk offering.
Expand Down
1 change: 0 additions & 1 deletion plugins/modules/cs_service_offering.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
description:
- Whether HA is set for the service offering.
type: bool
default: no
provisioning_type:
description:
- Provisioning type used to create volumes.
Expand Down