Skip to content

Commit

Permalink
fix sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
resmo committed Sep 25, 2024
1 parent cc171b3 commit b489648
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
40 changes: 20 additions & 20 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ plugin_routing:
cs_affinitygroup:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.affinitygroup
redirect: ngine_io.cloudstack.affinitygroup
warning_text: module was renamed to ngine_io.cloudstack.affinity_group
redirect: ngine_io.cloudstack.affinity_group
cs_cluster:
deprecation:
removal_date: 2025-09-01
Expand Down Expand Up @@ -135,8 +135,8 @@ plugin_routing:
cs_instancegroup:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.instancegroup
redirect: ngine_io.cloudstack.instancegroup
warning_text: module was renamed to ngine_io.cloudstack.instance_group
redirect: ngine_io.cloudstack.instance_group
cs_ip_address:
deprecation:
removal_date: 2025-09-01
Expand All @@ -150,13 +150,13 @@ plugin_routing:
cs_loadbalancer_rule:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.loadbalancer_rule
redirect: ngine_io.cloudstack.loadbalancer_rule
warning_text: module was renamed to ngine_io.cloudstack.lb_rule
redirect: ngine_io.cloudstack.lb_rule
cs_loadbalancer_rule_member:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.loadbalancer_rule_member
redirect: ngine_io.cloudstack.loadbalancer_rule_member
warning_text: module was renamed to ngine_io.cloudstack.lb_rule_member
redirect: ngine_io.cloudstack.lb_rule_member
cs_network:
deprecation:
removal_date: 2025-09-01
Expand Down Expand Up @@ -210,8 +210,8 @@ plugin_routing:
cs_resourcelimit:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.resourcelimit
redirect: ngine_io.cloudstack.resourcelimit
warning_text: module was renamed to ngine_io.cloudstack.resource_limit
redirect: ngine_io.cloudstack.resource_limit
cs_role:
deprecation:
removal_date: 2025-09-01
Expand All @@ -230,13 +230,13 @@ plugin_routing:
cs_securitygroup:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.securitygroup
redirect: ngine_io.cloudstack.securitygroup
warning_text: module was renamed to ngine_io.cloudstack.security_group
redirect: ngine_io.cloudstack.security_group
cs_securitygroup_rule:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.securitygroup_rule
redirect: ngine_io.cloudstack.securitygroup_rule
warning_text: module was renamed to ngine_io.cloudstack.security_group_rule
redirect: ngine_io.cloudstack.security_group_rule
cs_service_offering:
deprecation:
removal_date: 2025-09-01
Expand All @@ -250,13 +250,13 @@ plugin_routing:
cs_sshkeypair:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.sshkeypair
redirect: ngine_io.cloudstack.sshkeypair
warning_text: module was renamed to ngine_io.cloudstack.ssh_key
redirect: ngine_io.cloudstack.ssh_key
cs_staticnat:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.staticnat
redirect: ngine_io.cloudstack.staticnat
warning_text: module was renamed to ngine_io.cloudstack.static_nat
redirect: ngine_io.cloudstack.static_nat
cs_storage_pool:
deprecation:
removal_date: 2025-09-01
Expand Down Expand Up @@ -285,8 +285,8 @@ plugin_routing:
cs_vmsnapshot:
deprecation:
removal_date: 2025-09-01
warning_text: module was renamed to ngine_io.cloudstack.vmsnapshot
redirect: ngine_io.cloudstack.vmsnapshot
warning_text: module was renamed to ngine_io.cloudstack.instance_snapshot
redirect: ngine_io.cloudstack.instance_snapshot
cs_volume:
deprecation:
removal_date: 2025-09-01
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
default: present
extends_documentation_fragment:
- ngine_io.cloudstack.cloudstack
"""

EXAMPLES = """
Expand Down

0 comments on commit b489648

Please sign in to comment.