From 8b4e8c61890927dd11b3b31fefd9bad4ba544ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Wed, 15 Jul 2020 09:50:16 +0200 Subject: [PATCH] meta: add redirect and removal date (#13) --- meta/runtime.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index 500c4a3..22f211d 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -58,9 +58,11 @@ plugin_routing: modules: cs_instance_facts: deprecation: - removal_version: 2.0.0 - warning_text: module was renamed to cs_instance_info + removal_date: 2021-12-12 + warning_text: module was renamed to ngine_io.cloudstack.cs_instance_info + redirect: ngine_io.cloudstack.cs_instance_info cs_zone_facts: deprecation: - removal_version: 2.0.0 - warning_text: module was renamed to cs_zone_info + removal_date: 2021-12-12 + warning_text: module was renamed to ngine_io.cloudstack.cs_zone_info + redirect: ngine_io.cloudstack.cs_zone_info