Remove force_tenant_isolation from FloatingIPAdminTestJSON

I don't see why force_tenant_isolation should be set to True
in FloatingIPAdminTestJSON, so this is to remove it.
Besides, if later we found the reason, we should add comments
for it.

Change-Id: Iac56eac444803ef06f115f9af1f66bbe8e831aa8
diff --git a/tempest/api/network/admin/test_floating_ips_admin_actions.py b/tempest/api/network/admin/test_floating_ips_admin_actions.py
index 5aa337c..be0c4c6 100644
--- a/tempest/api/network/admin/test_floating_ips_admin_actions.py
+++ b/tempest/api/network/admin/test_floating_ips_admin_actions.py
@@ -22,7 +22,6 @@
 
 
 class FloatingIPAdminTestJSON(base.BaseAdminNetworkTest):
-    force_tenant_isolation = True
     credentials = ['primary', 'alt', 'admin']
 
     @classmethod