Merge "Deprecate Monasca data source"

This commit is contained in:
Zuul
2025-02-27 11:45:15 +00:00
committed by Gerrit Code Review
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
deprecations:
- |
Monasca Data Source is deprecated and will be removed in the future, due
to inactivity of Monasca project.

View File

@@ -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):