Initial commit
diff --git a/metadata/service/control/single.yml b/metadata/service/control/single.yml
new file mode 100644
index 0000000..6f10628
--- /dev/null
+++ b/metadata/service/control/single.yml
@@ -0,0 +1,36 @@
+applications:
+- glance
+parameters:
+  glance:
+    server:
+      enabled: true
+      version: ${_param:glance_version}
+      database:
+        engine: mysql
+        host: localhost
+        port: 3306
+        name: glance
+        user: glance
+        password: ${_param:mysql_glance_password}
+      registry:
+        host: ${_param:single_address}
+        port: 9191
+      bind:
+        address: ${_param:single_address}
+        port: 9292
+      identity:
+        engine: keystone
+        host: ${_param:single_address}
+        port: 35357
+        user: glance
+        password: ${_param:keystone_glance_password}
+        tenant: service
+      message_queue:
+        engine: rabbitmq
+        host: ${_param:single_address}
+        port: 5672
+        user: openstack
+        password: ${_param:rabbitmq_openstack_password}
+        virtual_host: '/openstack'
+      storage:
+        engine: file