Merge "Replace default gnocchi endpoint type"
This commit is contained in:
@@ -26,10 +26,10 @@ GNOCCHI_CLIENT_OPTS = [
|
|||||||
default='1',
|
default='1',
|
||||||
help='Version of Gnocchi API to use in gnocchiclient.'),
|
help='Version of Gnocchi API to use in gnocchiclient.'),
|
||||||
cfg.StrOpt('endpoint_type',
|
cfg.StrOpt('endpoint_type',
|
||||||
default='internalURL',
|
default='public',
|
||||||
help='Type of endpoint to use in gnocchi client.'
|
help='Type of endpoint to use in gnocchi client.'
|
||||||
'Supported values: internalURL, publicURL, adminURL'
|
'Supported values: internal, public, admin'
|
||||||
'The default is internalURL.'),
|
'The default is public.'),
|
||||||
cfg.IntOpt('query_max_retries',
|
cfg.IntOpt('query_max_retries',
|
||||||
default=10,
|
default=10,
|
||||||
help='How many times Watcher is trying to query again'),
|
help='How many times Watcher is trying to query again'),
|
||||||
|
|||||||
Reference in New Issue
Block a user