Fix typo in configmap quota definitions
Fixed typos in README
Fixed typos in the tests/pillar/cluster.sls
Change-Id: I5b69970a4caefd0e6d65e8634ba123e8fb12eb0b
Related-Prod: PROD-29040
diff --git a/tests/pillar/cluster.sls b/tests/pillar/cluster.sls
index 4a9b52b..b8b0db3 100644
--- a/tests/pillar/cluster.sls
+++ b/tests/pillar/cluster.sls
@@ -79,15 +79,15 @@
configmap:
glace_api:
DEFAULT:
- image_member_quota = 128
- image_property_quota = 128
- image_tag_quota = 128
- image_location_quota = 10
- user_storage_quota = 0
+ image_member_quota: 128
+ image_property_quota: 128
+ image_tag_quota: 128
+ image_location_quota: 10
+ user_storage_quota: 0
glace_registry:
DEFAULT:
- image_member_quota = 128
- image_property_quota = 128
- image_tag_quota = 128
- image_location_quota = 10
- user_storage_quota = 0
+ image_member_quota: 128
+ image_property_quota: 128
+ image_tag_quota: 128
+ image_location_quota: 10
+ user_storage_quota: 0