CLOUDSTACK-4272 : Fix snapshot config component name.

Set component name as SnapshotManager
This commit is contained in:
Kishan Kavala 2013-08-13 11:13:24 +05:30
parent 98f173da9a
commit 07152b21e5

View File

@ -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';