ac0dfb5e1e
Add a new command to export Ceph information from one or more Heat stacks to be used as input of another stack. Creates a valid YAML file with the CephExternalMultiConfig parameter populated. Also have export's export_password use yaml.safe_load in place of the deprecated yaml.load. Closes-Bug: #1895034 Change-Id: Ibdf9115e92c6b476b99d6df785b0c7e9f23991de
7 lines
280 B
YAML
7 lines
280 B
YAML
---
|
|
features:
|
|
- A new command "openstack overcloud export ceph" is added. The command is
|
|
used to export the Ceph deployment data from one stack for use in another
|
|
stack with storage services which use that Ceph cluster when using the
|
|
multi-stack deployment feature.
|