mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Remove the rax support specified in the linked TODO
This commit is contained in:
parent
e0df2f511e
commit
3e6b6c05a6
@ -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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user