summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-12-21 13:12:05 -0500
committerChris Lumens <clumens@redhat.com>2010-02-04 15:07:55 -0500
commit738b76a60481881365db518cbeee7bdb677d97de (patch)
tree2e4c6f4b998e700979f5fc1b227c3b395a7271cf /storage
parent7ea42d120f84005dce27a9d3ca98732c929999ab (diff)
downloadanaconda-738b76a60481881365db518cbeee7bdb677d97de.tar.gz
anaconda-738b76a60481881365db518cbeee7bdb677d97de.tar.xz
anaconda-738b76a60481881365db518cbeee7bdb677d97de.zip
Move escrowCertificates into the Storage object.
Diffstat (limited to 'storage')
-rw-r--r--storage/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/__init__.py b/storage/__init__.py
index 70eda0dba..e23e82641 100644
--- a/storage/__init__.py
+++ b/storage/__init__.py
@@ -249,6 +249,7 @@ class Storage(object):
self.clearPartDisks = []
self.encryptedAutoPart = False
self.encryptionPassphrase = None
+ self.escrowCertificates = {}
self.autoPartEscrowCert = None
self.autoPartAddBackupPassphrase = False
self.encryptionRetrofit = False