Replace default neutron endpoint type
The default neutron endpoint type is publicURL in neutronclient. This patch replaces default neutron endpoint type from internalURL to publicURL. Change-Id: I8162b6178051df5f086488ecfb5d0bdc569ef9cd Related-Bug: #1686298
This commit is contained in:
@@ -26,10 +26,10 @@ NEUTRON_CLIENT_OPTS = [
|
||||
default='2.0',
|
||||
help='Version of Neutron API to use in neutronclient.'),
|
||||
cfg.StrOpt('endpoint_type',
|
||||
default='internalURL',
|
||||
default='publicURL',
|
||||
help='Type of endpoint to use in neutronclient.'
|
||||
'Supported values: internalURL, publicURL, adminURL'
|
||||
'The default is internalURL.')]
|
||||
'The default is publicURL.')]
|
||||
|
||||
|
||||
def register_opts(conf):
|
||||
|
||||
Reference in New Issue
Block a user