nixos: openstack: have its own metadata fetcher expression

These two APIs have diverged over time and are no longer compatible.
This commit is contained in:
Graham Christensen
2020-11-18 11:42:32 -05:00
parent 6625284c39
commit 21339b41bf
2 changed files with 24 additions and 1 deletions
@@ -3,7 +3,7 @@
with lib;
let
metadataFetcher = import ./ec2-metadata-fetcher.nix {
metadataFetcher = import ./openstack-metadata-fetcher.nix {
targetRoot = "/";
wgetExtraOptions = "--retry-connrefused";
};