We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea91c7 commit afd434fCopy full SHA for afd434f
plugins/modules/cs_template.py
@@ -49,11 +49,6 @@
49
- The MD5 checksum value of this template.
50
- If set, we search by checksum instead of name.
51
type: str
52
- is_ready:
53
- description:
54
- - "Note: this flag was not implemented and therefore marked as deprecated."
55
- - Deprecated, will be removed in version 2.11.
56
- type: bool
57
is_public:
58
description:
59
- Register the template to be publicly available to all users.
@@ -680,7 +675,6 @@ def main():
680
675
vm=dict(),
681
676
snapshot=dict(),
682
677
os_type=dict(),
683
- is_ready=dict(type='bool', removed_in_version='2.11'),
684
678
is_public=dict(type='bool'),
685
679
is_featured=dict(type='bool'),
686
is_dynamically_scalable=dict(type='bool'),
0 commit comments