AC-988 Fix inventory script license message URL.

This commit is contained in:
Chris Church
2014-01-27 14:02:10 -05:00
parent c52f98e9ac
commit 5ea87d28fb

View File

@@ -30,11 +30,11 @@ logger = logging.getLogger('awx.main.commands.inventory_import')
LICENSE_MESSAGE = '''\ LICENSE_MESSAGE = '''\
Number of licensed instances exceeded, would bring available instances to %(new_count)d, system is licensed for %(available_instances)d. Number of licensed instances exceeded, would bring available instances to %(new_count)d, system is licensed for %(available_instances)d.
See http://ansibleworks.com/ansibleworks-awx for license extension information.''' See http://www.ansible.com/ansible-tower for license extension information.'''
DEMO_LICENSE_MESSAGE = '''\ DEMO_LICENSE_MESSAGE = '''\
Demo mode free license count exceeded, would bring available instances to %(new_count)d, demo mode allows %(available_instances)d. Demo mode free license count exceeded, would bring available instances to %(new_count)d, demo mode allows %(available_instances)d.
See http://ansibleworks.com/ansibleworks-awx for licensing information.''' See http://www.ansible.com/ansible-tower for licensing information.'''
class MemObject(object): class MemObject(object):