Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
nova: don't pass an empty string in "device" #26
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-goose |
jujubot
merged commit c2567cc
into
go-goose:v1
Oct 26, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedOct 26, 2016
When attaching a volume to a server, don't pass an
empty string in the "device" field of the volume
attachment. Instead, the field should be omitted.
Some versions of OpenStack will fail the request
if an empty string is passed.
Part of the fix for https://bugs.launchpad.net/juju/+bug/1636648