create_koji_session_opts() is doing the same as
koji.grab_session_options() (introduced with koji 1.11), but fails to
handle the 'serverca' and 'no_ssl_verify' options, potentially causing
SSL verification failure if one tries to use them.
koji.grab_session_options() does not have this problem, and this allows
us to kill a bit of code.
create_koji_session_opts() is doing the same as
koji.grab_session_options() (introduced with koji 1.11), but fails to
handle the 'serverca' and 'no_ssl_verify' options, potentially causing
SSL verification failure if one tries to use them.
koji.grab_session_options() does not have this problem, and this allows
us to kill a bit of code.
Signed-off-by: Christophe Fergeau cfergeau@redhat.com