“sudo conjure-up --bootstrap-to juju”命令不起作用

“sudo conjure-up --bootstrap-to juju”命令不起作用

这是我第一次尝试使用 vms 在 ubuntu 上安装 openstack。我有一个仅由maasvm 管理的用于 PXE 启动的私有网络,并且有其他 vms 作为节点。我想设置景观的一个 vm,我在 MAAS 的节点列表中为其命名juju。所以它的名字是juju.maasjuju。但每当我执行sudo conjure-up --bootstrap-to juju或 时sudo conjure-up --bootstrap-to juju.maas,我都会收到以下错误。

Traceback (most recent call last):
  File "/snap/conjure-up/471/bin/conjure-up", line 11, in <module>
    load_entry_point('conjure-up==2.2.1', 'console_scripts', 'conjure-up')()
  File "/snap/conjure-up/471/lib/python3.6/site-packages/conjureup/app.py", line 204, in main
utils.info("")
  File "/snap/conjure-up/471/lib/python3.6/site-packages/conjureup/utils.py", line 244, in info
send_msg(msg, 'info', 'green')
  File "/snap/conjure-up/471/lib/python3.6/site-packages/conjureup/utils.py", line 232, in send_msg
    if app.argv.debug:
AttributeError: 'NoneType' object has no attribute 'debug'

有什么帮助吗?

相关内容