From 07c2024aac814e9f85385460aa880931712fe195 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 2 May 2016 21:15:22 +0000 Subject: Checkpoint. Most of the certificate twiddling is done, but untested. SIA URI twiddling still needs doing. svn path=/branches/tk705/; revision=6414 --- rpki/irdb/zookeeper.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'rpki/irdb') diff --git a/rpki/irdb/zookeeper.py b/rpki/irdb/zookeeper.py index 72daa952..2f00200e 100644 --- a/rpki/irdb/zookeeper.py +++ b/rpki/irdb/zookeeper.py @@ -361,9 +361,6 @@ class Zookeeper(object): @django.db.transaction.atomic def configure_root(self, handle, resources): - # XXX This should be some other exception, not an assertion - assert self.run_rpkid and self.run_pubd - if not handle: handle = self.handle -- cgit v1.2.3