Add _interface attribut in BaseNetworkTest

This avoid the situation when a child class uses the _interface
attribut but it's not defined.

Other Base class (Volume, Image) seems to do a similar thing.

Patch suggested by Kirill Shileev on LP
Closes-Bug: 1360290

Change-Id: I1cdb52ab87134390cfa5f644cded38e83bf1e77c
diff --git a/tempest/api/network/base.py b/tempest/api/network/base.py
index d75339c..1a23cb6 100644
--- a/tempest/api/network/base.py
+++ b/tempest/api/network/base.py
@@ -49,6 +49,7 @@
         neutron as True
     """
 
+    _interface = 'json'
     force_tenant_isolation = False
 
     # Default to ipv4.