nova/releasenotes/notes/remove-deprecated-compute-opts-b640061349806d9e.yaml
Stephen Finucane 0e43002c90 conf: Remove deprecated 'multi_instance_display_name_template' opt
This flag was deprecated in a previous cycle. The flag and any uses of
it can now be removed.

There is still a bit of simplification that can now be done around this
feature, but this is kept separate to avoid confusing matters.

Change-Id: I8ae8507a089df4d0a32be5fbc615e2166f44516e
2018-03-12 14:27:01 +00:00

11 lines
306 B
YAML

---
upgrade:
- |
The following deprecated configuration options have been removed from the
``compute`` section of ``nova.conf``:
- ``multi_instance_display_name_template``
These were deprecated in the 15.0.0 release as they allowed for
inconsistent API behavior across deployments.