Moved xos-rest-gw config in configuration folders

Change-Id: I9d521d89284f550ac2b95a75a375fab0e2f2463f
diff --git a/common/Makefile b/common/Makefile
index ce0b916..e85d92e 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -235,7 +235,7 @@
 
 rest-gw: xos_rest_gw_c
 	$(RUN_TOSCA_BOOTSTRAP) $(COMMON_DIR)/tosca/disable-onboarding.yaml
-	$(RUN_TOSCA_BOOTSTRAP) $(COMMON_DIR)/xos-rest-gw.yaml
+	$(RUN_TOSCA_BOOTSTRAP) $(CONFIG_DIR)/xos-rest-gw.yaml
 	$(RUN_TOSCA_BOOTSTRAP) $(COMMON_DIR)/tosca/enable-onboarding.yaml
 	bash $(COMMON_DIR)/wait_for_onboarding_ready.sh $(XOS_BOOTSTRAP_PORT) xos
 	bash $(COMMON_DIR)/wait_for_xos_port.sh $(XOS_UI_PORT)