Files
puppet-nova/releasenotes/notes/move-instance_name_template-to-base-52516c9df907a8c6.yaml
Takashi Kajinami 73eb553202 Migrate instance_name_template to the base class
The [DEFAULT] instance_name_template parameter is used not only by
nova-api but by other services like nova-conductor or nova-compute.
This change migrate the parameter from the api class to the base class
so that users can configure the parameter for all services.

Change-Id: I0f590f12017e743a17d989d3a1008faa9b840e87
2022-11-21 09:47:58 +09:00

7 lines
224 B
YAML

---
deprecations:
- |
The ``nova::api::instance_name_template`` parameter has been deprecated.
Use the ``nova::instance_name_template`` parameter instead so that
the option is configured for all nova services.