summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2019-01-28 15:09:48 +0100
committerAntoine Eiche <lewo@abesis.fr>2019-02-11 20:58:44 +0100
commitd190b204f001d1446807f56eed99a73f8b89e244 (patch)
treea4611c949d4f22b5dce7846382a27b266b212570 /nixos/modules
parent849460f8789943b9758c6e782d1cc0bb8a8bd950 (diff)
downloadnixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.gz
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.bz2
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.lz
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.xz
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.tar.zst
nixpkgs-d190b204f001d1446807f56eed99a73f8b89e244.zip
Rename `novaImage` to `openstackImage`
People don't necessary know `nova` is related to Openstack (it is a
component of Openstack). So, it is more explicit to call it
`openstackImage`.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/virtualisation/openstack-config.nix (renamed from nixos/modules/virtualisation/nova-config.nix)2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/nova-config.nix b/nixos/modules/virtualisation/openstack-config.nix
index c944fff96a8..7f4799d1719 100644
--- a/nixos/modules/virtualisation/nova-config.nix
+++ b/nixos/modules/virtualisation/openstack-config.nix
@@ -29,7 +29,7 @@ with lib;
       passwordAuthentication = mkDefault false;
     };
 
-    systemd.services.nova-init = {
+    systemd.services.openstack-init = {
       path = [ pkgs.wget ];
       description = "Fetch Metadata on startup";
       wantedBy = [ "multi-user.target" ];