summary refs log tree commit diff
path: root/nixos/maintainers
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2017-09-11 18:33:33 +0200
committerJörg Thalheim <Mic92@users.noreply.github.com>2017-09-11 17:33:33 +0100
commit3a377e26b2ebb2bd2951e47a9013ebc9da6fe2b1 (patch)
tree44ac587f8cccab1ac3f2d38f34b76bab543c7660 /nixos/maintainers
parent99b09a200675f83d310f9cccd813c37f5dc997c1 (diff)
downloadnixpkgs-3a377e26b2ebb2bd2951e47a9013ebc9da6fe2b1.tar
nixpkgs-3a377e26b2ebb2bd2951e47a9013ebc9da6fe2b1.tar.gz
nixpkgs-3a377e26b2ebb2bd2951e47a9013ebc9da6fe2b1.tar.bz2
nixpkgs-3a377e26b2ebb2bd2951e47a9013ebc9da6fe2b1.tar.lz
nixpkgs-3a377e26b2ebb2bd2951e47a9013ebc9da6fe2b1.tar.xz
nixpkgs-3a377e26b2ebb2bd2951e47a9013ebc9da6fe2b1.tar.zst
nixpkgs-3a377e26b2ebb2bd2951e47a9013ebc9da6fe2b1.zip
nixos/nova-image: cleanup image builders (#29242)
There are currently two ways to build Openstack image. This just picks
best of both, to keep only one!

- Image is resizable
- Cloudinit is enable
- Password authentication is disable by default
- Use the same layer than other image builders (ec2, gce...)
Diffstat (limited to 'nixos/maintainers')
-rw-r--r--nixos/maintainers/scripts/openstack/nova-image.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/maintainers/scripts/openstack/nova-image.nix b/nixos/maintainers/scripts/openstack/nova-image.nix
index fa9cfb74bd6..b6f3a5b1520 100644
--- a/nixos/maintainers/scripts/openstack/nova-image.nix
+++ b/nixos/maintainers/scripts/openstack/nova-image.nix
@@ -1,3 +1,5 @@
+# nix-build '<nixpkgs/nixos>' -A config.system.build.novaImage --arg configuration "{ imports = [ ./nixos/maintainers/scripts/openstack/nova-image.nix ]; }"
+
 { config, lib, pkgs, ... }:
 
 with lib;