mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-4272 : Fix snapshot config component name.
Set component name as SnapshotManager
This commit is contained in:
parent
98f173da9a
commit
07152b21e5
@ -2297,3 +2297,4 @@ UPDATE `cloud`.`autoscale_vmprofiles` set uuid=id WHERE uuid is NULL;
|
||||
UPDATE `cloud`.`autoscale_policies` set uuid=id WHERE uuid is NULL;
|
||||
UPDATE `cloud`.`counter` set uuid=id WHERE uuid is NULL;
|
||||
UPDATE `cloud`.`conditions` set uuid=id WHERE uuid is NULL;
|
||||
update `cloud`.`configuration` set component = 'SnapshotManager' where category = 'Snapshots' and component = 'none';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user