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
This commit is contained in:
Rob Crittenden
2010-09-29 13:55:54 -04:00
parent bed6e81935
commit 90e716460e
5 changed files with 26 additions and 8 deletions

View File

@@ -224,7 +224,7 @@ class DsInstance(service.Service):
self.step("configuring directory to start on boot", self.__enable)
self.start_creation("Configuring directory server:")
self.start_creation("Configuring directory server", 60)
def __enable(self):
self.backup_state("enabled", self.is_enabled())