[Freeipa-devel] [PATCH 0018] Make service naming in ipa-server-install consistent

Martin Kosek mkosek at redhat.com
Thu Oct 11 10:32:07 UTC 2012


On 10/11/2012 12:26 PM, Tomas Babej wrote:
> Hi,
> 
> This patch forces more consistency into ipa-server-install output. All
> descriptions of services that are not instances of
> SimpleServiceInstance are now in the following format:
> 
> <Description> (<Service Name>)
> 
> Furthermore, start_creation method has been modified to support
> custom start and end messages.
> 
> Sample output produced by this patch attached.
> 
> https://fedorahosted.org/freeipa/ticket/3059
> 
> Tomas
> 

Just based on reading the patch, this does not look right:

-        self.start_creation("Configuring certificate server", 210)
+        self.start_creation("Configuring directory server for the CA",
+            end_message="Done configuring directory server for the CA",
+            show_service_name=True, runtime=210)

Martin




More information about the Freeipa-devel mailing list