4d8eb35114
bootstrap_host_exec does not exist on the host so we cannot assume its existence. Since, barring argument checking, it is three lines of shell script [1] we just use it directly. We also add an extra echo to make it simpler to debug any bootstrap vs non-bootstrap issued. [1] https://github.com/openstack/tripleo-common/blob/master/scripts/bootstrap_host_exec Change-Id: Ia850286682f09cd75651591a1158c2e467343c1d Related-Bug: #1863442