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

Machine.Start should not base64 encode the userdata #39

Merged
merged 3 commits into from
Apr 15, 2016

Conversation

howbazaar
Copy link
Contributor

Rely on the caller to have encoded it for us.

@@ -111,11 +110,6 @@ func (s *machineSuite) TestStart(c *gc.C) {
request := server.LastRequest()
// There should be one entry in the form values for each of the args.
c.Assert(request.PostForm, gc.HasLen, 4)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be checking the contents of the post values too?

@mjs
Copy link

mjs commented Apr 14, 2016

LGTM

@howbazaar
Copy link
Contributor Author

$$merge$$

@jujubot
Copy link
Contributor

jujubot commented Apr 15, 2016

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

@jujubot jujubot merged commit ced989b into juju:master Apr 15, 2016
@howbazaar howbazaar deleted the start-no-base64 branch April 15, 2016 00:59
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