mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
rackspace deprecation warning on inv update
This commit is contained in:
parent
ef1f77bf8e
commit
5d9d332792
@ -1253,6 +1253,11 @@ class Command(NoArgsCommand):
|
||||
except re.error:
|
||||
raise CommandError('invalid regular expression for --host-filter')
|
||||
|
||||
'''
|
||||
TODO: Remove this deprecation when we remove support for rax.py
|
||||
'''
|
||||
self.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…
Reference in New Issue
Block a user