From f5882df1131f9cfae4c13571c362fdb8558aa0fc Mon Sep 17 00:00:00 2001 From: Nick Carboni Date: Fri, 9 Aug 2019 15:58:43 -0400 Subject: [PATCH] Move embedded ansible proxy settings to the top level git repository key This parallels the data migration in https://github.com/ManageIQ/manageiq-schema/pull/406 https://bugzilla.redhat.com/show_bug.cgi?id=1735712 --- config/settings.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/settings.yml b/config/settings.yml index dd8fdaf0634b..c75cac9698c3 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -834,6 +834,12 @@ - MoveIntoResourcePool :VmSuspendedEvent: - SuspendVM_Task +:git_repository_proxy: + :host: + :password: + :port: + :user: + :scheme: :help_menu: :documentation: :type: default @@ -868,12 +874,6 @@ :port: :user: :scheme: - :embedded_ansible: - :host: - :password: - :port: - :user: - :scheme: :log: :collection: :include_automate_models_and_dialogs: true