299fff1d5e
os_quota checks the current quotas for compute, network and volume services and fails when no volume service is found in the catalog. Since openstack test deployments without volume services are common, os_quota shouldn't fail if such service is missing. This was originally fixed ind31a09ceb7
and later adapted to catch exceptions raised by shade. Since then, this module moved to using openstacksdk, which doesn't catch the exception raised by keystoneauth1. Fixes #41240 (cherry picked from commit1aca1f21f9
)
3 lines
112 B
YAML
3 lines
112 B
YAML
---
|
|
bugfixes:
|
|
- "os_quota - fix failure to set compute or network quota when volume service is not available"
|