我尝试按照以下说明安装 OpenStack Autopilot:这里,一切都很顺利,直到6.启动OpenStack Autopilot。
Snap install conjure-up --classic OK
Conjure-up --bootstrap-to <hostname> not work
$ Conjure-up --bootstrap-to ROOM822-OA15-Bay3
Usage: conjure-up [-h] [-d] [-s] [--version] spell
Conjure-up: error: unrecognized arguments: --bootstrap-to
答案1
我遇到了同样的问题。您需要验证 conjure-up 的安装路径,然后conjure-up --bootstrap-to <hostname>
从那里运行。
$ which conjure-up
/snap/bin/conjure-up
$ /snap/bin/conjure-up --bootstrap-to <hostname>