o piloto automático não funciona

0

Eu tentei instalar o OpenStack Autopilot de acordo com as instruções de aqui , tudo correu bem até o ponto 6. Inicie o Autopilot OpenStack .

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
    
por Andrey Popov 11.04.2017 / 11:23

1 resposta

0

Eu tive o mesmo problema. Você precisa verificar o caminho onde o conjure-up está instalado, em seguida, execute conjure-up --bootstrap-to <hostname> a partir daí.

$ which conjure-up
/snap/bin/conjure-up
$ /snap/bin/conjure-up --bootstrap-to <hostname>   
    
por atm_it 01.05.2017 / 02:47