
The service_ensure parameter is supposed to accept service status and ensure that service is in the given status, but in designate::api class the parameter has been used wrongly. This change renames the parameter to clearly show that the parameter defines whether the service is managed or not. Change-Id: I0984f74c5f6c863464be6599252d38cf1d321aa2
7 lines
205 B
YAML
7 lines
205 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The ``designate::api::service_ensure`` parameter has been deprecated. Use
|
|
the ``designate::api::manage_service`` parameter instead, which accepts
|
|
True or False instead.
|