mirror of https://github.com/apache/cloudstack.git
bug CS-14890: Set vnc password for removed Vms as null. vnc_password is not used once the Vm is removed.
status CS-14890: resolved fixed reviewed-by: Nitin Conflicts: setup/db/db/schema-2214to30.sql
This commit is contained in:
parent
63f1385fdd
commit
ca5683e29d
|
|
@ -742,3 +742,4 @@ UPDATE `cloud`.`networks` n SET n.display_text=(CONCAT('guestNetworkForBasicZon
|
|||
|
||||
UPDATE `cloud`.`configuration` SET description='Bypass internal dns, use exetrnal dns1 and dns2' WHERE name='use.external.dns';
|
||||
UPDATE `cloud`.`configuration` SET category='Alert' WHERE name='capacity.check.period';
|
||||
UPDATE `cloud`.`vm_instance` SET vnc_password = null where removed is not null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue