Initial setup of the octavia-tempest-plugin repo

This patch is the initial repository setup for octavia-tempest-plugin
using the OpenStack cookiecutter template.

Change-Id: Icce1389d3a9fb6076091d4d291e15773fb64544b
diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 0000000..c2ce2c4
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,6 @@
+[run]
+branch = True
+source = octavia_tempest_plugin
+
+[report]
+ignore_errors = True