From c0983f71f25bbe9a3a4d94c5ee79bbbdf8f57884 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Thu, 24 Jun 2010 04:11:55 +0100 Subject: change pipelib to work with projects --- nova/auth/users.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'nova/auth') diff --git a/nova/auth/users.py b/nova/auth/users.py index 118740182..e165c3ff0 100644 --- a/nova/auth/users.py +++ b/nova/auth/users.py @@ -474,9 +474,6 @@ class UserManager(object): signed_cert = crypto.sign_csr(csr, Project.safe_id(project)) return (private_key, signed_cert) - def sign_cert(self, csr, uid): - return crypto.sign_csr(csr, uid) - def __cert_subject(self, uid): # FIXME(ja) - this should be pulled from a global configuration return "/C=US/ST=California/L=Mountain View/O=Anso Labs/OU=Nova Dev/CN=%s-%s" % (uid, str(datetime.datetime.utcnow().isoformat())) -- cgit