masakari/masakari/conf
dineshbhor d6483b9282 Fix default value of 'nova_catalog_admin_info'
Devstack deploys nova service with name as 'nova' but in
masakari.conf 'nova_catalog_admin_info' default is
'compute:Compute Service:publicURL' which causes below error
while executing masakari notifications:

EndpointNotFound: publicURL endpoint for compute service named
Compute Service not found.

This patch fixes this issue by changing the default value of config
option 'nova_catalog_admin_info' to 'compute:nova:publicURL'.

NOTE:
In real production deployment of masakari operator has to set the
value of this config option according to the nova service name that
he/she configures.

Closes-Bug: #1746229
Change-Id: I032d85e7e11836a282251885a7f9d4bc76ce7045
2018-02-21 14:46:29 +09:00
..
__init__.py Add ha enabled config options 2017-02-09 12:04:51 +05:30
api.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
base.py Add testing for WSGI Framework 2016-08-26 14:07:20 +05:30
database.py Don't pass argument sqlite_db in set_defaults() 2017-03-29 07:44:41 +00:00
engine.py conf: Deprecate 'masakari_topic' RPC options 2017-07-27 09:59:52 +05:30
engine_driver.py Make 'error' instances recovery configurable 2017-08-17 10:24:52 +05:30
exceptions.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
nova.py Fix default value of 'nova_catalog_admin_info' 2018-02-21 14:46:29 +09:00
opts.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
osapi_v1.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
paths.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
service.py Use HostAddressOpt for opts that accept IP and hostnames 2017-03-15 14:43:51 +05:30
ssl.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30
wsgi.py Add support for wsgi framework 2016-07-12 13:10:10 +05:30