summaryrefslogtreecommitdiff
path: root/releasenotes/notes/handle-malformed-resource-definitions-ad4f69f898ced34d.yaml
blob: 4149a0b0d6fc3e8953ca0ed8be77fb9d7e64f17a (plain)
1
2
3
4
5
6
7
8
---
fixes:
    - >
      [`bug 1542189 <https://bugs.launchpad.net/ceilometer/+bug/1542189>`_]
      Handle malformed resource definitions in gnocchi_resources.yaml
      gracefully. Currently we raise an exception once we hit a bad
      resource and skip the rest. Instead the patch skips the bad
      resource and proceeds with rest of the definitions.