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,8 +422,9 @@ QUOTA_SIZES_ASC:
|
|||||||
|
|
||||||
# Services to check through the quotas for
|
# Services to check through the quotas for
|
||||||
QUOTA_SERVICES:
|
QUOTA_SERVICES:
|
||||||
- nova
|
"*":
|
||||||
- neutron
|
- nova
|
||||||
- cinder
|
- neutron
|
||||||
# Additonal Quota Service
|
- cinder
|
||||||
# - octavia
|
# Additonal Quota Service
|
||||||
|
# - octavia
|
||||||
|
Loading…
Reference in New Issue
Block a user