Inherited zuulv3 neutron tempest plugin jobs

* In order to test the tempest plugin, this patch adds following
  jobs against neutron repo.
  - neutron-tempest-plugin-api for api tests
  - neutron-tempest-plugin-dvr-multinode-scenario and
    neutron-tempest-plugin-scenario-linuxbridge for scenario tests

Change-Id: I85a7508c258bfdf019f599259499d0c85370ba8a
diff --git a/.zuul.yaml b/.zuul.yaml
new file mode 100644
index 0000000..7e8e532
--- /dev/null
+++ b/.zuul.yaml
@@ -0,0 +1,9 @@
+- project:
+    name: openstack/neutron-tempest-plugin
+    check:
+      jobs:
+        # These jobs are defined in http://git.openstack.org/cgit/openstack/neutron/tree/.zuul.yaml
+        # They are all non-voting.
+        - neutron-tempest-plugin-dvr-multinode-scenario
+        - neutron-tempest-plugin-scenario-linuxbridge
+        - neutron-tempest-plugin-api