mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 03:17:38 -02:30
Remove the rax support specified in the linked TODO
This commit is contained in:
@@ -1006,12 +1006,6 @@ class Command(BaseCommand):
|
|||||||
except re.error:
|
except re.error:
|
||||||
raise CommandError('invalid regular expression for --host-filter')
|
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()
|
begin = time.time()
|
||||||
self.load_inventory_from_database()
|
self.load_inventory_from_database()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user