summaryrefslogtreecommitdiff
path: root/designate/central/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/central/service.py')
-rw-r--r--designate/central/service.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/designate/central/service.py b/designate/central/service.py
index 69af869a..601849e6 100644
--- a/designate/central/service.py
+++ b/designate/central/service.py
@@ -2200,8 +2200,6 @@ class Service(service.RPCService):
policy.check('create_pool', context)
- self._is_valid_project_id(pool.tenant_id)
-
created_pool = self.storage.create_pool(context, pool)
return created_pool