我正在尝试使用以下说明安装自动驾驶仪 https://www.ubuntu.com/download/cloud
自动驾驶仪在状态显示为registering against landscape
关键似乎在于脚本运行 configure-landscape 命令时。此文本在以下位置返回~/.cloud-install/commands.log
:
line 126, in run_query\n assert r.status_code == 200\nAssertionError\n', 'status': 1}
我们想按照脚本来找出官方指令不起作用的原因。
提前感谢您提供的任何帮助。