Reorder template files in the directories

Now, in the tcp_tests/templates are created the directories
that should match cluster name in the models; and these
directories should contain files that match fixture names.
diff --git a/tcp_tests/templates/mcp-fuel-aio/openstack.yaml b/tcp_tests/templates/mcp-fuel-aio/openstack.yaml
new file mode 100644
index 0000000..fb37f08
--- /dev/null
+++ b/tcp_tests/templates/mcp-fuel-aio/openstack.yaml
@@ -0,0 +1,9 @@
+{% from 'mcp-fuel-aio/map.jinja' import HOSTNAME_CFG01 with context %}
+
+# Install OpenStack control services
+
+- description: Run tests
+  cmd: salt --hard-crash --state-output=mixed --state-verbose=False 'ctl01*' cmd.run "docker run --rm --net=host -e API_SERVER='http://127.0.0.1:8080' docker-dev-virtual.docker.mirantis.net/mirantis/kubernetes/k8s-conformance:v1.6.1-1_1491395924598 >> e2e.output"
+  node_name: {{ HOSTNAME_CFG01 }}
+  retry: {count: 1, delay: 5}
+  skip_fail: false
\ No newline at end of file