08e67b8ff0
to eliminate special 'docker' names. Containerized manila is now the standard way to deploy so we can avoid confusion by just using the regular manila environment file names for these rather than having some manila environment files with 'docker' in their names. Note that we are using the content of environments/manila-cephfsnative-config-docker.yaml for environments/manila-cephfsnative-config.yaml. This resolves an issue wherein the parameters in the latter file were not updated when support for the CephFS-NFS back end was added [1]. Closes-Bug: #1782622 [1] Ib408c7827e5fba0c1b01388db26363806fc64370 Change-Id: I08431d848158846a434fecc98d3bee838c7fad68
8 lines
328 B
YAML
8 lines
328 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
manila containerization was experimental in Pike and we had both bare
|
|
metal and docker versions of some of the manila environment files. Now
|
|
the docker environment files are fully supported so we keep them using the
|
|
standard manila environment file names, without any 'docker' in their name.
|