Merge "Fix type mismatch between option and its default"
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user