[PATCH aeolus-conductor 2/2] Updated tdl.rng to set rootpw element to optional

Martyn Taylor mtaylor at redhat.com
Wed Feb 29 16:49:58 UTC 2012


We only clone the schema from upstream project Oz.  This rootpw is 
optional upstream so we must keep in consistent.  This has already made 
it in aeolus-cli.  We just needed to add it here.

Regards

Martyn


On 02/27/2012 12:12 AM, Dan Macpherson wrote:
> I've been told rootpw is a required element. Is this no longer the case?
>
> ----- Original Message -----
>> From: Martyn Taylor<mtaylor at redhat.com>
>>
>> ---
>>   src/app/util/template-rng.xml |    8 +++++---
>>   1 files changed, 5 insertions(+), 3 deletions(-)
>>
>> diff --git a/src/app/util/template-rng.xml
>> b/src/app/util/template-rng.xml
>> index 65e1f19..acf7549 100644
>> --- a/src/app/util/template-rng.xml
>> +++ b/src/app/util/template-rng.xml
>> @@ -79,9 +79,11 @@
>>                   <ref name='iso'/>
>>                 </choice>
>>               </element>
>> -<element name='rootpw'>
>> -<text/>
>> -</element>
>> +<optional>
>> +<element name='rootpw'>
>> +<text/>
>> +</element>
>> +</optional>
>>               <optional>
>>                 <element name='key'>
>>                   <text/>
>> --
>> 1.7.6.4
>>
>>




More information about the aeolus-devel mailing list