Merge "replace nova endpoint"

This commit is contained in:
Jenkins
2017-05-03 12:01:32 +00:00
committed by Gerrit Code Review

4
watcher/conf/nova_client.py Normal file → Executable file
View File

@@ -26,10 +26,10 @@ NOVA_CLIENT_OPTS = [
default='2', default='2',
help='Version of Nova API to use in novaclient.'), help='Version of Nova API to use in novaclient.'),
cfg.StrOpt('endpoint_type', cfg.StrOpt('endpoint_type',
default='internalURL', default='publicURL',
help='Type of endpoint to use in novaclient.' help='Type of endpoint to use in novaclient.'
'Supported values: internalURL, publicURL, adminURL' 'Supported values: internalURL, publicURL, adminURL'
'The default is internalURL.')] 'The default is publicURL.')]
def register_opts(conf): def register_opts(conf):