mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #1112: Fix default configuration for vector attributes
This commit is contained in:
parent
6bf0f08b9b
commit
621b8f1e76
@ -138,7 +138,7 @@ void OpenNebulaTemplate::set_conf_default()
|
||||
vvalue.insert(make_pair("BACKEND","sqlite"));
|
||||
|
||||
vattribute = new VectorAttribute("DB",vvalue);
|
||||
conf_default.insert(make_pair(attribute->name(),vattribute));
|
||||
conf_default.insert(make_pair(vattribute->name(),vattribute));
|
||||
|
||||
//VNC_BASE_PORT
|
||||
value = "5900";
|
||||
@ -192,7 +192,7 @@ void OpenNebulaTemplate::set_conf_default()
|
||||
vvalue.insert(make_pair("TYPE","shared"));
|
||||
|
||||
vattribute = new VectorAttribute("SYSTEM_DS",vvalue);
|
||||
conf_default.insert(make_pair(attribute->name(),vattribute));
|
||||
conf_default.insert(make_pair(vattribute->name(),vattribute));
|
||||
|
||||
//DEFAULT_IMAGE_TYPE
|
||||
value = "OS";
|
||||
|
Loading…
x
Reference in New Issue
Block a user