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
1 changed files with 6 additions and 5 deletions

View File

@ -422,8 +422,9 @@ QUOTA_SIZES_ASC:
# Services to check through the quotas for
QUOTA_SERVICES:
- nova
- neutron
- cinder
# Additonal Quota Service
# - octavia
"*":
- nova
- neutron
- cinder
# Additonal Quota Service
# - octavia