Update default ironic endpoint type
The default ironic endpoint type is publicURL in ironicclient. Change-Id: Ief78c085adafb08abb09c77af7429fbe6c3d7405
This commit is contained in:
@@ -26,10 +26,10 @@ IRONIC_CLIENT_OPTS = [
|
||||
default=1,
|
||||
help='Version of Ironic API to use in ironicclient.'),
|
||||
cfg.StrOpt('endpoint_type',
|
||||
default='internalURL',
|
||||
default='publicURL',
|
||||
help='Type of endpoint to use in ironicclient.'
|
||||
'Supported values: internalURL, publicURL, adminURL'
|
||||
'The default is internalURL.')]
|
||||
'The default is publicURL.')]
|
||||
|
||||
|
||||
def register_opts(conf):
|
||||
|
||||
Reference in New Issue
Block a user