04e06968fd
Authorization errors when connecting to nova/glance/neutron/cinder can be raised as BadConfigurationExceptions in the logs. We shouldn't be raising exceptions derived from the service client libraries. Change-Id: I2d47dbb1251dfa8d529f813724fb7fd97d7d3a0b Closes-Bug: #1921927 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
7 lines
241 B
YAML
7 lines
241 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Authentication errors when loading service clients of OpenStack Compute
|
|
(nova), OpenStack Image (glance), OpenStack Volume (cinder) and OpenStack
|
|
Networking (neutron) services are now handled in a better manner.
|