Merge "Fix type mismatch between option and its default"

This commit is contained in:
Zuul
2025-08-24 13:21:43 +00:00
committed by Gerrit Code Review

View File

@@ -23,7 +23,7 @@ ironic_client = cfg.OptGroup(name='ironic_client',
IRONIC_CLIENT_OPTS = [ IRONIC_CLIENT_OPTS = [
cfg.StrOpt('api_version', cfg.StrOpt('api_version',
default=1, default='1',
help='Version of Ironic API to use in ironicclient.'), help='Version of Ironic API to use in ironicclient.'),
cfg.StrOpt('endpoint_type', cfg.StrOpt('endpoint_type',
default='publicURL', default='publicURL',