5ae0d72247
Add a strict_proxies kwarg to Connection, defaulting to False. When True, ServiceDescription will perform an extra check when creating a proxy. If it doesn't look like a valid connection is available, raise a new SDKException called ServiceDiscoveryException. Change-Id: I0b404d5744a4465d365780a4273aa8dc1cebeb14 Co-Authored-By: Monty Taylor <mordred@inaugust.com>
9 lines
407 B
YAML
9 lines
407 B
YAML
---
|
|
features:
|
|
- |
|
|
Added new option for Connection, ``strict_proxies``. When set to ``True``,
|
|
Connection will throw a ``ServiceDiscoveryException`` if the endpoint for
|
|
a given service doesn't work. This is useful for OpenStack services using
|
|
sdk to talk to other OpenStack services where it can be expected that the
|
|
deployer config is correct and errors should be reported immediately.
|