Base for keystone tempest plugin
This patch adds the basic files and configs in order to enable the
keystone tempest plugin interface using tempest-plugin-cookiecutter.
Since we are adding them inside keystone's repository, they can be
installed alongside keystone and to run the tests (when we have one)
we simply use `testr run keystone_tempest_plugin` in tempest.
For more details about the tempest plugin interface see [1]
[1] http://docs.openstack.org/developer/tempest/plugin.html
Change-Id: Ia42e79246251e8af1010aa8eaf462aacf75644a7
Partially-Implements: bp keystone-tempest-plugin-tests
diff --git a/keystone_tempest_plugin/README.rst b/keystone_tempest_plugin/README.rst
new file mode 100644
index 0000000..c880e28
--- /dev/null
+++ b/keystone_tempest_plugin/README.rst
@@ -0,0 +1,6 @@
+==========================
+Tempest tests for keystone
+==========================
+
+This directory contains Tempest tests to cover the keystone project.
+