summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/krbinstance.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-09-29 13:55:54 -0400
committerRob Crittenden <rcritten@redhat.com>2010-10-08 10:11:45 -0400
commit90e716460e2e1acf95a74370d5e4dfd9f9138bcf (patch)
tree92fc512823d23e617b80bdccdc73a191b9fa1685 /ipaserver/install/krbinstance.py
parentbed6e81935a43e0661faf2391c2494b230222c17 (diff)
downloadfreeipa-90e716460e2e1acf95a74370d5e4dfd9f9138bcf.tar.gz
freeipa-90e716460e2e1acf95a74370d5e4dfd9f9138bcf.tar.xz
freeipa-90e716460e2e1acf95a74370d5e4dfd9f9138bcf.zip
Include time duration hints when configuring services in ipa-server-install.
Give a better heads-up on how long the installation will take. Particularly important when configuring dogtag. ticket 139
Diffstat (limited to 'ipaserver/install/krbinstance.py')
-rw-r--r--ipaserver/install/krbinstance.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipaserver/install/krbinstance.py b/ipaserver/install/krbinstance.py
index 358fdaac1..736ba7362 100644
--- a/ipaserver/install/krbinstance.py
+++ b/ipaserver/install/krbinstance.py
@@ -178,7 +178,7 @@ class KrbInstance(service.Service):
self.__common_post_setup()
- self.start_creation("Configuring Kerberos KDC")
+ self.start_creation("Configuring Kerberos KDC", 30)
self.kpasswd = KpasswdInstance()
@@ -199,7 +199,7 @@ class KrbInstance(service.Service):
self.__common_post_setup()
- self.start_creation("Configuring Kerberos KDC")
+ self.start_creation("Configuring Kerberos KDC", 30)
self.kpasswd = KpasswdInstance()
self.kpasswd.create_instance()