Merge "Add release note for new disable service functionality"

This commit is contained in:
Zuul 2019-06-06 20:50:21 +00:00 committed by Gerrit Code Review
commit 1cca76232d
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
features:
- |
``has_{service_type}`` is a boolean config option that allows
asserting that a given service does not exist or should not be used
in a given cloud. Doing this will now cause the corresponding
service ``Proxy`` object to not be created and in its place is
an object that will throw exceptions if used.
- |
``{service_type}_disabled_reason`` is a new string config option
that can be set to indicate a reason why a service has been disabled.
This string will be used in exceptions or log warnings emitted.