appsembler / sultan

An Open edX Remote Devstack Toolkit
GNU Affero General Public License v3.0
7 stars 4 forks source link

Fix bug where devstack stop command always fails #67

Closed iamjazzar closed 3 years ago

iamjazzar commented 3 years ago

Overview

Calling sultan devstack stop always sends the is unreachable message, and that's not true for most of the cases. Netcat doesn't read Hostnames from ~/.ssh/config files, so we have to use the instance IP to check for connectivity.

Release notes

Other