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`.
This commit is contained in:
Antoine Eiche
2019-02-11 20:58:44 +01:00
parent 849460f878
commit d190b204f0
5 changed files with 35 additions and 32 deletions
@@ -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" ];