[PATCH conductor] Moving the service parameter type attr off the parameter tag

Dan Radez dradez at redhat.com
Fri May 25 12:24:44 UTC 2012


I'm not sure why git is not letting me rewrite my subject as [PATCH conductor]. Anyways, this patch is for conductor and is intended for the master branch targeted at 1.1

Service parameters have an attribute named type on them that conductor uses to decided whether or not to preset a text box as a password or not when collecting parameter values from the user at launch time. This type attr is only relevant to parameters that have a child value tag.
This patch moves the type attribute to the value tag and throws warnings to the user when the type attribute is still passed on the parameter tag.

radez



More information about the aeolus-devel mailing list