Skip to content

Commit

Permalink
lxd-to-incus: Add security.devlxd to deprecated keys
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Dec 8, 2023
1 parent f09e9b6 commit 9d57c66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/lxd-to-incus/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ func (c *cmdMigrate) validate(source Source, target Target) error {

deprecatedInstanceConfigs := []string{
"limits.network.priority",
"security.devlxd",
"security.devlxd.images",
}

deprecatedInstanceDeviceConfigs := []string{
Expand Down

0 comments on commit 9d57c66

Please sign in to comment.