Skip to content

Commit d263241

Browse files
committed
rename config
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent daa910a commit d263241

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/integrations/veeam-control-service/src/main/java/org/apache/cloudstack/veeam/VeeamControlService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public interface VeeamControlService extends PluggableService, Configurable {
4848
"and optionally assign them to other users.",
4949
true);
5050
ConfigKey<Boolean> InstanceRestoreAssignOwner = new ConfigKey<>("Advanced", Boolean.class,
51-
"integration.veeam.instance.restore.assign.owner",
51+
"integration.veeam.control.instance.restore.assign.owner",
5252
"false", "Attempt to assign restored Instance to the owner based on OVF and network " +
5353
"details. If the assignment fails or set to false then the Instance will remain owned by the service " +
5454
"account", true);

0 commit comments

Comments
 (0)