summaryrefslogtreecommitdiffstats
path: root/nixos/modules/virtualisation/openstack-config.nix
AgeCommit message (Collapse)Author
2019-03-21openstackImage: set the / fsType to reenable root FS resizingAntoine Eiche
Since 34234dcb511066dd1e4fe75d80ee89519a8c8001, the reisizefs tool is embeded only if the `fsType` starts with `ext`. The default `fsType` value is `auto`.
2019-02-11nixos: Add ec2-metadata-fetcher.nix fileAntoine Eiche
To share the metadata fetcher script between ec2 and Openstack images.
2019-02-11nixos/openstackImage: default hostname is empty stringAntoine Eiche
This is to let the `ec2-data.nix` module sets the hostname from the metadata API value.
2019-02-11Rename `novaImage` to `openstackImage`Antoine Eiche
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`.