openstack-helm/releasenotes/notes/manila.yaml
sehun.jeong 173e004f13 Update port name for manila
the port name of the "manila/templates/service-api.yaml" file is b-api, resulting in 503 errors. It should change b-api to m-api

Closes-Bug: #2036395
Change-Id: I8fca75f60d82c67eab833ca09e459b028daaa3db
2023-09-19 10:37:37 +09:00

10 lines
288 B
YAML

---
manila:
- 0.1.0 Initial Chart
- 0.1.1 Define service_type in keystone_authtoken to support application credentials with access rules
- 0.1.2 Add Zed overrides
- 0.1.3 Add 2023.1 overrides
- 0.1.4 Add Ubuntu Jammy overrides
- 0.1.5 Update port name of service-api.yaml
...