deb-murano/releasenotes/notes/deployment-list-8c2da5a5efc6dbac.yaml
Felipe Monteiro c30c27fb0c Allows fetching of deployments from all environments.
Adds new endpoint /deployments to Murano, to enable
Murano Dashboard to get all deployments for all environments.
This is needed in order to improve log browsing for
deployments, which calls for creating a new view in which
all deployments across all environments can be viewed.

Also made deployment unit tests more robust.

Partially-implements: blueprint improve-deployment-log-browsing
Change-Id: I1b6a313af1a0c4aa57bd4e6f51da92b396b35165
2017-01-16 12:00:33 -05:00

6 lines
195 B
YAML

---
features:
- It is now possible to make a GET request to '/deployments' endpoint.
This will result in deployments for all environments in a specific project
(tenant) being returned.