maas-import-isos ignores http_proxy

Created by Julian Edwards
Keywords:
proxy import maas-import-isos
Last updated by:
Julian Edwards

If you are behind a proxy, you need to set your http_proxy and https_proxy in the shell, eg:

$ sudo http_proxy=10.0.0.1 maas-import-isos

Additionally, you can just add:
  export http_proxy=http://example.com
to the /etc/maas/import_isos config file.