mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
awxkit: allow to modify api base url (#14835)
Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
This commit is contained in:
committed by
GitHub
parent
8a902debd5
commit
8c9c02c975
@@ -53,7 +53,7 @@ from awx.main.models import ( # noqa
|
||||
WorkflowJobTemplateNode,
|
||||
batch_role_ancestor_rebuilding,
|
||||
)
|
||||
from awx.main.models.schedules import Schedule #noqa
|
||||
from awx.main.models.schedules import Schedule # noqa
|
||||
|
||||
from awx.main.signals import disable_activity_stream, disable_computed_fields # noqa
|
||||
|
||||
@@ -595,8 +595,6 @@ def make_the_data():
|
||||
schedule._is_new = _
|
||||
schedules.append(schedule)
|
||||
|
||||
|
||||
|
||||
print('# Creating %d Labels' % n_labels)
|
||||
org_idx = 0
|
||||
for n in spread(n_labels, n_organizations):
|
||||
|
||||
Reference in New Issue
Block a user