Handle the hardcoded configuration values

This patch allows to customize the hardcoded configuration values,
as well as introduce new configuration options for nova services
by configmap template

Change-Id: I1f81b5dfbe927f9019afb1e236abbc9bd3b0d6de
Related-Prod: PROD-29040
(cherry picked from commit 6af347b16f08da9446ca702bc29b71ee192e1e03)
diff --git a/tests/pillar/control_cluster.sls b/tests/pillar/control_cluster.sls
index fdfd590..6abc08f 100644
--- a/tests/pillar/control_cluster.sls
+++ b/tests/pillar/control_cluster.sls
@@ -96,6 +96,21 @@
     consoleauth:
       token_ttl: 600
     reclaim_instance_interval: 60
+    configmap:
+      quota:
+        instances: 10
+        cores: 20
+        ram: 51200
+        metadata_items: 128
+        injected_files: 5
+        injected_file_content_bytes: 10240
+        injected_file_path_length: 255
+        key_pairs: 100
+        server_groups: 10
+        server_group_members: 10
+        reservation_expire: 86400
+        until_refresh: 0
+        max_age: 0
 apache:
   server:
     enabled: true