Fix sample config quota_services definition
Code was expecting a dictionary but instead got a list, throwing a ValueError. Change-Id: I24afcebc861396bfa1ca261e5fe32c7caa4e64b0
This commit is contained in:
parent
ba14a45ba9
commit
326c7994c2
@ -422,6 +422,7 @@ QUOTA_SIZES_ASC:
|
||||
|
||||
# Services to check through the quotas for
|
||||
QUOTA_SERVICES:
|
||||
"*":
|
||||
- nova
|
||||
- neutron
|
||||
- cinder
|
||||
|
Loading…
Reference in New Issue
Block a user