diff --git a/designate/backend/impl_infoblox/object_manipulator.py b/designate/backend/impl_infoblox/object_manipulator.py index d6e4a2834..e6aa8c9cb 100644 --- a/designate/backend/impl_infoblox/object_manipulator.py +++ b/designate/backend/impl_infoblox/object_manipulator.py @@ -96,7 +96,8 @@ class InfobloxObjectManipulator(object): return dns_view def get_dns_view(self, tenant): - if not self.connector.multi_tenant: + if (not self.connector.multi_tenant or + self.connector.multi_tenant == '0'): return self.connector.dns_view else: # Look for the network view with the specified TenantID EA