From e593b4a09cbc7af8463d28037b64fd11989dd030 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Wed, 15 Jul 2020 09:26:35 +0200 Subject: [PATCH] meta: add redirect and removal date --- meta/runtime.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta/runtime.yml b/meta/runtime.yml index 500c4a3c..22f211d6 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