mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
feature #282: Wrong xml generation for Image.
This commit is contained in:
parent
8faeadaf72
commit
ff65436592
@ -358,7 +358,7 @@ int Image::dump(ostringstream& oss, int num, char **values, char **names)
|
||||
"<SOURCE>" << values[SOURCE] << "</SOURCE>" <<
|
||||
"<STATE>" << values[STATE] << "</STATE>" <<
|
||||
"<RUNNING_VMS>" << values[RUNNING_VMS] << "</RUNNING_VMS>" <<
|
||||
"<TEMPLATE>" << values[TEMPLATE] << "</TEMPLATE>" <<
|
||||
values[TEMPLATE] <<
|
||||
"</IMAGE>";
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user