Actions
Feature #11927
closedMove out ssl settings to a common base
Description
Sounds like all pulp plugins support the following attributes in their importers
'proxy_url', 'proxy_port', 'proxy_pass', 'proxy_user', 'ssl_ca_cert', 'ssl_client_cert', 'ssl_client_key'
We need to move this to import base.py
Actions