Merge "Deprecate Monasca data source"
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Monasca Data Source is deprecated and will be removed in the future, due
|
||||
to inactivity of Monasca project.
|
||||
@@ -63,6 +63,9 @@ class DataSourceManager(object):
|
||||
LOG.warning('Invalid Datasource: %s. Allowed: %s ', *msgargs)
|
||||
|
||||
self.datasources = self.config.datasources
|
||||
if self.datasources and mon.MonascaHelper.NAME in self.datasources:
|
||||
LOG.warning('The monasca datasource is deprecated and will be '
|
||||
'removed in a future release.')
|
||||
|
||||
@property
|
||||
def monasca(self):
|
||||
|
||||
Reference in New Issue
Block a user