From 0c36254669a0546361f33de3ee4dc313cb5dffad Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 21 Sep 2010 09:09:08 +0200 Subject: [PATCH] Remove two old aliases These were deprecated since Ganeti 2.0, it's time to remove them. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- scripts/gnt-instance | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/gnt-instance b/scripts/gnt-instance index 6d9e0f9cb..601587591 100755 --- a/scripts/gnt-instance +++ b/scripts/gnt-instance @@ -1534,8 +1534,6 @@ commands = { #: dictionary with aliases for commands aliases = { - 'activate_block_devs': 'activate-disks', - 'replace_disks': 'replace-disks', 'start': 'startup', 'stop': 'shutdown', } -- GitLab