Skip to content

Commit

Permalink
lxd/storage/interfaces: Updates CreateImage definition
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
  • Loading branch information
tomponline authored and stgraber committed Nov 1, 2019
1 parent bf33fe8 commit 0eeea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxd/storage/interfaces.go
Expand Up @@ -67,7 +67,7 @@ type Pool interface {
UnmountInstanceSnapshot(i Instance) (bool, error)

// Images.
CreateImage(img api.Image, op *operations.Operation) error
CreateImage(fingerprint string, op *operations.Operation) error
DeleteImage(fingerprint string, op *operations.Operation) error

// Custom volumes.
Expand Down

0 comments on commit 0eeea2f

Please sign in to comment.