Create 2 managers: m1, m2
Steps to reproduce:
1. Start cluster on m1
2. Shut off m1 VM (on RackSpace)
3. Try to connect to m2
You'll get an error: "An error occurred on the server: No active node in the cluster!"
Only if you start m1 VM again you'll be able to connect to the manager outside the cluster (m2).
Fixed in https://github.com/cloudify-cosmo/cloudify-cli/pull/604
The "http or https" check request used to use the old active profile's cluster data. Fixed by making it use the new profile.