Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/azure: don't log unknown sizes as errors #5462
Conversation
|
$$fixes-1586217$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 7c6b3da
into
juju:master
May 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedMay 26, 2016
•
Edited 1 time
-
ericsnowcurrently
May 26, 2016
It's not an error if we don't know a VM size. The
sizes that Azure supports grow over time, and the
Juju code will need to be updated eventually to
support them completely. In the mean time we just
say the unknown ones are more expensive than the
ones we know about, so they're not chosen without
explicit request.
(Review request: http://reviews.vapour.ws/r/4906/)