diff options
| author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-06-24 04:11:55 +0100 |
|---|---|---|
| committer | andy <github@anarkystic.com> | 2010-06-24 04:11:55 +0100 |
| commit | c0983f71f25bbe9a3a4d94c5ee79bbbdf8f57884 (patch) | |
| tree | 42c3e152d14b4efddc5e92069797fa7739951b35 /nova/auth | |
| parent | 32850264fdec24971683f06ff4d1420691d0bf0d (diff) | |
change pipelib to work with projects
Diffstat (limited to 'nova/auth')
| -rw-r--r-- | nova/auth/users.py | 3 |
1 files changed, 0 insertions, 3 deletions
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())) |
