Merge lp://staging/~abentley/juju-ci-tools/vsphere-invalid-endpoint into lp://staging/juju-ci-tools
Proposed by
Aaron Bentley
Status: | Merged |
---|---|
Merged at revision: | 1877 |
Proposed branch: | lp://staging/~abentley/juju-ci-tools/vsphere-invalid-endpoint |
Merge into: | lp://staging/juju-ci-tools |
Diff against target: |
108 lines (+41/-3) 5 files modified
assess_add_cloud.py (+1/-1) jujupy/client.py (+4/-1) jujupy/fake.py (+6/-0) jujupy/tests/test_client.py (+13/-0) tests/test_assess_add_cloud.py (+17/-1) |
To merge this branch: | bzr merge lp://staging/~abentley/juju-ci-tools/vsphere-invalid-endpoint |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+316645@code.staging.launchpad.net |
Commit message
Report InvalidEndpoint for vsphere.
Description of the change
This branch adds vsphere invalid endpoint handling to add-cloud.
Initially, vsphere was a holdout. Now it, too, has invalid endpoint detection, which breaks scripts like http://
This branch adds detection of "invalid endpoint" messages, and changes add_cloud to expect InvalidEndpoint for vsphere in 2.2.
To post a comment you must log in.
Thank you.