Ubuntu 20.04 上的 Juju 引导程序

Ubuntu 20.04 上的 Juju 引导程序

我通过 virt-manager 建立的虚拟实验室:

  • MAAS 服务器

  • JUJU 控制器

    但在引导之后,使用以下命令:

    $:juju bootstrap maas-cloud maas-cloud-controller --debug .... .... ....

我收到一个错误:

13:00:20 ERROR juju.cmd.juju.commands bootstrap.go:776 failed to bootstrap model: cannot start bootstrap instance: unexpected: ServerError: 400 Bad Request ({"distro_series": ["'**bionic**' is not a valid distro_series.  It should be one of: '', 'ubuntu/focal'."]})

所有实验室都基于 Ubuntu 20.04,我无法理解,因为它在不存在的情况下为我签名了“bionic”......在 MAAS 上设置了 20.04 在此处输入图片描述

有人可以向我解释一下,谢谢。

答案1

解决方案是:

juju bootstrap --bootstrap-series=focal maas-cloud maas-cloud-controller --debug

在此处输入图片描述

相关内容