4d43262955
deprecates the following options in [neutron] section: - url - url_timeout - auth_strategy Changes some internal networking-related functions/methods to accept a request context as optional keyword argument (defaults to None). This allows to pass a global request id to neutron client and in future will simplify creating a user auth plugin from request context. For backward compatibility, when calling those functions/methods without a request context, a dummy request context will be generated automatically. Change-Id: Ib327c7a141cfbca63b870027ad8e901c0f48bb2d Partial-Bug: #1699547
23 lines
712 B
YAML
23 lines
712 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the ability to set keystoneauth settings in the
|
|
``[glance]`` configuration section for service automatic
|
|
discovery.
|
|
- |
|
|
Adds the ability to set keystoneauth settings in the
|
|
``[cinder]`` configuration section for service automatic
|
|
discovery.
|
|
- |
|
|
Adds the ability to set keystoneauth settings in the
|
|
``[inspector]`` configuration section for service automatic
|
|
discovery.
|
|
- |
|
|
Adds the ability to set keystoneauth settings in the
|
|
``[swift]`` configuration section for service automatic
|
|
discovery.
|
|
- |
|
|
Adds the ability to set keystoneauth settings in the
|
|
``[neutron]`` configuration section for service automatic
|
|
discovery.
|