mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
openstack-image-zfs: don't support vpc type, default to qcow2
This commit is contained in:
parent
d4c502a94a
commit
1c0b76b5c4
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ in
|
|||
};
|
||||
|
||||
format = mkOption {
|
||||
type = types.enum [ "raw" "qcow2" "vpc" ];
|
||||
default = "vpc";
|
||||
type = types.enum [ "raw" "qcow2" ];
|
||||
default = "qcow2";
|
||||
description = "The image format to output";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue