Bug #454
XML OCCI templates, error if elements defined in more than one line.
| Status: | Closed | Start date: | 12/21/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0%  | ||
| Category: | - | |||
| Target version: | Release 3.4 | |||
| Resolution: | fixed | Pull request: | ||
| Affected Versions: | OpenNebula 3.0 | 
Description
There is a bug using xml templates that defines their elements in more than one line, like this:
<COMPUTE>
       <NAME>
               foo
       </NAME>
       .....
</COMPUTE>
Associated revisions
History
#1
    
    Updated by Tino Vázquez almost 10 years ago
    - Affected Versions OpenNebula 3.0 added
 
#2
    
    Updated by Ruben S. Montero over 9 years ago
    - Target version set to Release 3.4
 
#3
    
    Updated by Ruben S. Montero over 9 years ago
    - Status changed from New to Assigned
 - Assignee changed from Daniel Molina to Ruben S. Montero
 
#4
    
    Updated by Ruben S. Montero over 9 years ago
    - Status changed from Assigned to Closed
 - Resolution set to fixed
 
This seems to be working now in OpenNebula 3.4. Tested with the command line util and a XML file with spaces. The compute resource is successfully created. Closing this one...