Skip to content

Commit 2859ce0

Browse files
authored
Fix sanity (#55)
1 parent 94653d3 commit 2859ce0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/sanity.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Sanity
22
on:
3-
- pull_request
3+
schedule:
4+
- cron: "* 12 * * *"
5+
pull_request:
46

57
jobs:
68
sanity:

Diff for: plugins/modules/cs_disk_offering.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
description:
5353
- Whether disk offering iops is custom or not.
5454
type: bool
55-
default: no
5655
iops_read_rate:
5756
description:
5857
- IO requests read rate of the disk offering.

Diff for: plugins/modules/cs_service_offering.py

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
description:
117117
- Whether HA is set for the service offering.
118118
type: bool
119-
default: no
120119
provisioning_type:
121120
description:
122121
- Provisioning type used to create volumes.

0 commit comments

Comments
 (0)