@@ -1683,8 +1683,8 @@ INSERT IGNORE INTO `cloud`.`hypervisor_capabilities`(hypervisor_type, hypervisor
16831683INSERT IGNORE INTO ` cloud` .` hypervisor_capabilities` (hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled) VALUES (' KVM' , ' default' , 50 , 1 );
16841684INSERT IGNORE INTO ` cloud` .` hypervisor_capabilities` (hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled) VALUES (' Ovm' , ' default' , 25 , 1 );
16851685INSERT IGNORE INTO ` cloud` .` hypervisor_capabilities` (hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled) VALUES (' Ovm' , ' 2.3' , 25 , 1 );
1686- INSERT IGNORE INTO ` cloud` .` hypervisor_capabilities` (hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled) VALUES (' Ovm3' , ' default' , 25 , 1 );$
1687- INSERT IGNORE INTO ` cloud` .` hypervisor_capabilities` (hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled) VALUES (' Ovm3' , ' 3.0' , 50 , 1 );$
1686+ INSERT IGNORE INTO ` cloud` .` hypervisor_capabilities` (hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled) VALUES (' Ovm3' , ' default' , 25 , 1 );
1687+ INSERT IGNORE INTO ` cloud` .` hypervisor_capabilities` (hypervisor_type, hypervisor_version, max_guests_limit, security_group_enabled) VALUES (' Ovm3' , ' 3.0' , 50 , 1 );
16881688
16891689
16901690CREATE TABLE `cloud `.` launch_permission` (
0 commit comments