Description of problem: when leveraging the python libraries contained within katello-cli-common, katello.client.cli.admin, will return a error that /etc/katello/client.conf could not be found / read. The library should not depend on the existence of a configuration file, which is contained within another package, and should allow for the necessary setup values to be specified within the python program calling katello.client.cli.admin (also allow for the overriding of values _if_ client.conf does exist).
Actually closing this issue based on a bug discovered yesterday, the client.conf file should probably be provided by the one package that both katello-cli and katello-cli-headpin have in common, katello-cli-common.