#56: Replace <info> tag with more generic <properties> -------------------------+------------------ Reporter: rpazdera | Owner: Type: enhancement | Status: new Priority: major | Milestone: Component: lnst-ctl | Version: git Keywords: | Blocked By: Blocking: | -------------------------+------------------ The info tag is not very scalable for the future. It should be replaced by a <properties> tag, that will accept children -- one child per property.
Example:
<properties> <property name="hostname" value="machine.redhat.com"/> <property name="libvirt_domain" value="test_machine_1"/> <property name="os" value="Fedora 18"/> </property>
#56: Replace <info> tag with more generic <properties> --------------------------+----------------- Reporter: rpazdera | Owner: Type: enhancement | Status: new Priority: major | Milestone: Component: lnst-ctl | Version: git Resolution: | Keywords: Blocked By: | Blocking: --------------------------+----------------- Description changed by rpazdera:
Old description:
The info tag is not very scalable for the future. It should be replaced by a <properties> tag, that will accept children -- one child per property.
Example:
<properties> <property name="hostname" value="machine.redhat.com"/> <property name="libvirt_domain" value="test_machine_1"/> <property name="os" value="Fedora 18"/> </property>
New description:
The info tag is not very scalable for the future. It should be replaced by a <properties> tag, that will accept children -- one child per property.
Example:
{{{ #!xml <properties> <property name="hostname" value="machine.redhat.com"/> <property name="libvirt_domain" value="test_machine_1"/> <property name="os" value="Fedora 18"/> </property> }}}
--
#56: Replace <info> tag with more generic <properties> --------------------------+-------------------- Reporter: rpazdera | Owner: Type: enhancement | Status: closed Priority: major | Milestone: Component: lnst-ctl | Version: git Resolution: fixed | Keywords: Blocked By: | Blocking: --------------------------+-------------------- Changes (by rpazdera):
* resolution: => fixed * status: new => closed
Old description:
The info tag is not very scalable for the future. It should be replaced by a <properties> tag, that will accept children -- one child per property.
Example:
{{{ #!xml
<properties> <property name="hostname" value="machine.redhat.com"/> <property name="libvirt_domain" value="test_machine_1"/> <property name="os" value="Fedora 18"/> </property> }}}
New description:
The info tag is not very scalable for the future. It should be replaced by a <properties> tag, that will accept children -- one child per property.
Example:
{{{ #!xml <params> <param name="hostname" value="machine.redhat.com"/> <param name="libvirt_domain" value="test_machine_1"/> <param name="os" value="Fedora 18"/> </params> }}}
--
Comment:
This was implemented during the recent XML format changes.
lnst-developers@lists.fedorahosted.org