mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Removed references to tower in InventorySource and Credentials
--- Removed reference to tower in InventorySource and InventoryUpdate model --- Added a migration for above change --- Added new CONTROLLER* variables in awx/main/models/credentials/__init__.py --- Migrated awxkit to new CONTROLLER* variables --- Updated the tests to use new CONTROLLER* variables --- Fix some issues with upgrade path, rename more cases
This commit is contained in:
committed by
Shane McDonald
parent
645f7f6dac
commit
b64c2d6861
@@ -43,7 +43,7 @@ def render():
|
||||
# The return value of this function is an argparse.ArgumentParser, which
|
||||
# the sphinxcontrib.autoprogram plugin crawls and generates an indexed
|
||||
# Sphinx document from.
|
||||
for e in ('TOWER_HOST', 'TOWER_USERNAME', 'TOWER_PASSWORD'):
|
||||
for e in ('CONTROLLER_HOST', 'CONTROLLER_USERNAME', 'CONTROLLER_PASSWORD'):
|
||||
if not os.environ.get(e):
|
||||
raise SystemExit('Please specify a valid {} for a real (running) installation.'.format(e)) # noqa
|
||||
cli = CLI()
|
||||
|
||||
Reference in New Issue
Block a user