@@ -935,17 +935,17 @@ type opennebula_sunstone = {
935
935
" oneflow_server" : type_absoluteURI = ' http://localhost:2474/'
936
936
" instance_types" : opennebula_instance_types[] = list (
937
937
dict (" name" , " small-x1" , " cpu" , 1, " vcpu" , 1, " memory" , 128,
938
- " description" , " Very small instance for testing purposes" ),
938
+ " description" , " Very small instance for testing purposes" ),
939
939
dict (" name" , " small-x2" , " cpu" , 2, " vcpu" , 2, " memory" , 512,
940
- " description" , " Small instance for testing multi-core applications" ),
940
+ " description" , " Small instance for testing multi-core applications" ),
941
941
dict (" name" , " medium-x2" , " cpu" , 2, " vcpu" , 2, " memory" , 1024,
942
- " description" , " General purpose instance for low-load servers" ),
942
+ " description" , " General purpose instance for low-load servers" ),
943
943
dict (" name" , " medium-x4" , " cpu" , 4, " vcpu" , 4, " memory" , 2048,
944
- " description" , " General purpose instance for medium-load servers" ),
944
+ " description" , " General purpose instance for medium-load servers" ),
945
945
dict (" name" , " large-x4" , " cpu" , 4, " vcpu" , 4, " memory" , 4096,
946
- " description" , " General purpose instance for servers" ),
946
+ " description" , " General purpose instance for servers" ),
947
947
dict (" name" , " large-x8" , " cpu" , 8, " vcpu" , 8, " memory" , 8192,
948
- " description" , " General purpose instance for high-load servers" ),
948
+ " description" , " General purpose instance for high-load servers" ),
949
949
)
950
950
@{ List of Ruby files containing custom routes to be loaded}
951
951
" routes" : string[] = list (" oneflow" , " vcenter" , " support" , " nsx" )
0 commit comments