def get_user_opts(uid, gid): return [ cfg.StrOpt('uid', default=uid, help='The user id'), cfg.StrOpt('gid', default=gid, help='The group id'), ]