From 3e6b6c05a656b43bb9923ae72f6e65118a1ab497 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 25 Feb 2020 15:03:05 -0500 Subject: [PATCH] Remove the rax support specified in the linked TODO --- awx/main/management/commands/inventory_import.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/awx/main/management/commands/inventory_import.py b/awx/main/management/commands/inventory_import.py index dd1b8f3eca..c5cb9d5181 100644 --- a/awx/main/management/commands/inventory_import.py +++ b/awx/main/management/commands/inventory_import.py @@ -1006,12 +1006,6 @@ class Command(BaseCommand): except re.error: raise CommandError('invalid regular expression for --host-filter') - ''' - TODO: Remove this deprecation when we remove support for rax.py - ''' - if self.source == "rax.py": - logger.info("Rackspace inventory sync is Deprecated in Tower 3.1.0 and support for Rackspace will be removed in a future release.") - begin = time.time() self.load_inventory_from_database()