onboard Openstack service

Change-Id: I0b2b755725433e58a4b191234574b70ef6abeabe
diff --git a/devel/xos.yaml b/devel/xos.yaml
index bffb9ce..20852d1 100644
--- a/devel/xos.yaml
+++ b/devel/xos.yaml
@@ -14,7 +14,6 @@
         bootstrap_ui_port: 9998
         docker_project_name: devel
         db_container_name: develbs_xos_db_1
-        frontend_only: true
 
     /opt/xos/xos_configuration/xos_common_config:
       type: tosca.nodes.XOSVolume
@@ -34,4 +33,14 @@
       requirements:
           - xos:
              node: xos
+             relationship: tosca.relationships.UsedByXOS
+
+    /opt/xos/images:
+      type: tosca.nodes.XOSVolume
+      properties:
+          host_path: { path_join: [ SELF, CONFIG_DIR, images, ENV_VAR ] }
+          read_only: true
+      requirements:
+          - xos:
+             node: xos
              relationship: tosca.relationships.UsedByXOS
\ No newline at end of file