Rename control into config

Change-Id: I13ef171b9294d607e590db6b8d96019477e72c71
diff --git a/devops_portal/files/config.json b/devops_portal/files/config.json
index bb07fae..cf0b5cb 100644
--- a/devops_portal/files/config.json
+++ b/devops_portal/files/config.json
@@ -1,4 +1,4 @@
-{%- from "devops_portal/map.jinja" import control with context -%}
+{%- from "devops_portal/map.jinja" import config with context -%}
 {%- from "devops_portal/map.jinja" import services with context -%}
 {%- macro credentials(parameters) -%}
 {%- set keys = ['token', 'username', 'password'] -%}
@@ -11,7 +11,7 @@
 {%- endmacro %}
 {
   "services": {
-  {%- for service_name, service in salt['devops_utils.iter_items'](services, control.services) %}
+  {%- for service_name, service in salt['devops_utils.iter_items'](services, config.services) %}
     {%- if not loop.first %},{% endif -%}
     {%- if service|length() > 0 and service.enabled %}
     "{{ service_name }}": {