parent
7ba3e93e20
commit
0f56d39487
7 changed files with 3 additions and 20 deletions
4
cli/koji
4
cli/koji
|
|
@ -122,7 +122,6 @@ def get_options():
|
|||
parser.add_option("--keytab", help=_("specify a Kerberos keytab to use"), metavar="FILE")
|
||||
parser.add_option("--principal", help=_("specify a Kerberos principal to use"))
|
||||
parser.add_option("--cert", help=_("specify a SSL cert to use"), metavar="FILE")
|
||||
parser.add_option("--ca", help=SUPPRESS_HELP, metavar="FILE") # FIXME: remove in 1.24
|
||||
parser.add_option("--runas", help=_("run as the specified user (requires special privileges)"))
|
||||
parser.add_option("--user", help=_("specify user"))
|
||||
parser.add_option("--password", help=_("specify password"))
|
||||
|
|
@ -151,9 +150,6 @@ def get_options():
|
|||
help=_("list commands"))
|
||||
(options, args) = parser.parse_args()
|
||||
|
||||
if options.ca:
|
||||
koji.util.deprecated("--ca option is deprecated and will be removed in 1.24")
|
||||
|
||||
# load local config
|
||||
try:
|
||||
result = koji.read_config(options.profile, user_config=options.configFile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue