
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
7 lines
224 B
YAML
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.
|