mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Fix license exceeded message
This commit is contained in:
@@ -35,11 +35,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://www.ansible.com/ansible-tower for license extension information.'''
|
See http://www.ansible.com/renew 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://www.ansible.com/ansible-tower for licensing information.'''
|
See http://www.ansible.com/renew for licensing information.'''
|
||||||
|
|
||||||
|
|
||||||
class MemObject(object):
|
class MemObject(object):
|
||||||
|
|||||||
Reference in New Issue
Block a user