redhat-openstack / infrared

Plugin based framework that aims to provide an easy-to-use CLI for Ansible based projects
https://infrared.readthedocs.io/en/latest/index.html
Apache License 2.0
99 stars 97 forks source link

`infrared tripleo-undercloud --update-undercloud yes` failed to run `openstack tripleo container image prepare` because the subcommand doesn't exist. #369

Open knoha-rh opened 4 years ago

knoha-rh commented 4 years ago

infrared tripleo-undercloud --update-undercloud yes tries to use openstack tripleo container image prepare command then it failed to run because the subcommand doesn't exist.

knoha-rh commented 4 years ago

I confirmed that some python-tripleoclient version doesn't support 'openstack tripleo container image prepare' command. It causes this issue. In my opinion, if infrared can't use the command, it should fall back to use 'openstack overcloud container image prepare' command.