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:
Kristi Nikolla 2019-04-02 15:42:06 -04:00
parent ba14a45ba9
commit 326c7994c2

View File

@ -422,6 +422,7 @@ QUOTA_SIZES_ASC:
# Services to check through the quotas for
QUOTA_SERVICES:
"*":
- nova
- neutron
- cinder