python-tripleoclient/releasenotes/notes/drop-ceph-upgrade-run-8f28475bf6b0af65.yaml
Jiri Stransky ba31c7afc0 Drop obsolete overcloud ceph-upgrade run
After switching from Heat workflow resources to external_deploy_tasks,
the `ceph-upgrade run` command no longer works and can be
dropped. Instead we'll be using `external-update run` and
`external-upgrade run` commands.

Partial-Bug: #1783949
Change-Id: I228ce6228d0bd0bd4d40bc7a7cdd6bfe98a7a6ed
2018-07-27 09:04:40 +02:00

10 lines
404 B
YAML

---
upgrade:
- |
The `openstack overcloud ceph-upgrade run` command no longer works
in Rocky due to internal changes to TripleO (more direct execution
of Ansible). The command has been removed from the CLI. Ceph
update/upgrade in Rocky is meant to be performed via `openstack
overcloud external-update run` and `openstack overcloud
external-upgrade run` commands, respectively.