6b99fa975e
This change introduces a new nova::glance class, so that we can easily maintain parameters for Glance service. Some new parameters will be added in subsequent commits. Change-Id: I94d110f0dfe89afb6bbd066d9abc3b72ebc10e52
18 lines
439 B
YAML
18 lines
439 B
YAML
---
|
|
features:
|
|
- |
|
|
The new ``nova::glance`` class has been added to manage configurations
|
|
to determine usage of the Glance service.
|
|
|
|
upgrade:
|
|
- |
|
|
The deprecated ``nova::glance_api_servers`` parameter has been removed.
|
|
|
|
deprecations:
|
|
- |
|
|
The following parameters in the ``nova`` class has been deprecated. Use
|
|
the new ``nova::glance`` class instead.
|
|
|
|
- ``glance_endpoint_override``
|
|
- ``glance_num_retries``
|