Remove the rax support specified in the linked TODO

This commit is contained in:
Bill Nottingham 2020-02-25 15:03:05 -05:00
parent e0df2f511e
commit 3e6b6c05a6

View File

@ -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()