mirror of https://github.com/apache/cloudstack.git
bug 14221: fixed description for default network offering
status 14221: resolved fixed
This commit is contained in:
parent
df11681844
commit
a7eeea576c
|
|
@ -714,3 +714,5 @@ INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'manag
|
|||
|
||||
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Advanced', 'DEFAULT', 'management-server', 'system.vm.default.hypervisor', null, 'Hypervisor type used to create system vm');
|
||||
|
||||
UPDATE `cloud`.`network_offerings` SET display_text='Offering for Shared Security group enabled networks' where display_text='System-Guest-Network';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue