Merge lp://staging/~abentley/juju-ci-tools/strip-host into lp://staging/juju-ci-tools
Proposed by
Aaron Bentley
Status: | Merged |
---|---|
Merged at revision: | 1787 |
Proposed branch: | lp://staging/~abentley/juju-ci-tools/strip-host |
Merge into: | lp://staging/juju-ci-tools |
Diff against target: |
23 lines (+2/-0) 2 files modified
jujupy.py (+1/-0) tests/test_jujupy.py (+1/-0) |
To merge this branch: | bzr merge lp://staging/~abentley/juju-ci-tools/strip-host |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+312273@code.staging.launchpad.net |
Commit message
Omit host from 2.0 configs.
Description of the change
Strip "host" when making a bootstrap config for 2.x
In 1.x, the "host" value is used only with vsphere. In 2.x, it is reflected in "endpoint" in (public-
16:03:46 WARN juju.environs.
http://
This branch strips it from the config that is emitted for bootstrap, while retaining it in JujuData._config, where it is sometimes used to identify the cloud.
To post a comment you must log in.
Thank you.