mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
feature #200: Erase PUBLIC attribute from image template.
This commit is contained in:
parent
ac3b37767f
commit
23041aa113
@ -181,6 +181,7 @@ int Image::insert(SqlDB *db)
|
||||
// ------------ PUBLIC --------------------
|
||||
|
||||
get_template_attribute("PUBLIC", public_attr);
|
||||
image_template.erase("PUBLIC");
|
||||
|
||||
transform (public_attr.begin(), public_attr.end(), public_attr.begin(),
|
||||
(int(*)(int))toupper);
|
||||
|
Loading…
x
Reference in New Issue
Block a user