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:
+1
-1
@@ -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" ];
|
||||
Reference in New Issue
Block a user