Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

environs: drop Environ.BootstrapMessage method #7006

Merged
merged 1 commit into from
Feb 21, 2017

Conversation

axw
Copy link
Contributor

@axw axw commented Feb 20, 2017

Description of change

The Environ.BootstrapMessage method was added
as a means of logging a message at bootstrap
time in the LXD provider. The added method is
redundant, as we already pass context to the
Bootstrap method, which the provider can use
to show messages to the user.

We drop the BootstrapMessage method, and update
the LXD provider to use the bootstrap context
to display its message.

QA steps

  1. juju bootstrap localhost
  2. confirm message is displayed

Documentation changes

None

Bug reference

None

The Environ.BootstrapMessage method was added
as a means of logging a message at bootstrap
time in the LXD provider. The added method is
redundant, as we already pass context to the
Bootstrap method, which the provider can use
to show messages to the user.

We drop the BootstrapMessage method, and update
the LXD provider to use the bootstrap context
to display its message.
@axw
Copy link
Contributor Author

axw commented Feb 21, 2017

$$merge$$

@jujubot
Copy link
Collaborator

jujubot commented Feb 21, 2017

Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju

@jujubot jujubot merged commit 3c535e6 into juju:develop Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants