mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Merge pull request #4513 from chrismeyersfsu/fix-4362
only print dep warn for rax
This commit is contained in:
@@ -1257,7 +1257,8 @@ class Command(NoArgsCommand):
|
|||||||
'''
|
'''
|
||||||
TODO: Remove this deprecation when we remove support for rax.py
|
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.")
|
if self.source == "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()
|
begin = time.time()
|
||||||
self.load_inventory_from_database()
|
self.load_inventory_from_database()
|
||||||
|
|||||||
Reference in New Issue
Block a user