File: disable-service-39df96ef8a817785.yaml

package info (click to toggle)
python-openstacksdk 4.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,352 kB
  • sloc: python: 122,960; sh: 153; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
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.