juju / 1.25-upgrade

Tools to upgrade and move a 1.25 environment to a 2.2.4+ controller
4 stars 7 forks source link

migrate-lxc: fix waitLXDContainerReady #18

Closed axw closed 7 years ago

axw commented 7 years ago

Fix the waitLXDContainerReady function, which was ignoring the exit code of the SSH command execution. This meant that the command wasn't doing what it was supposed to, and would return early even if the container wasn't ready for SSH command executions.