Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Make dns_servers optional in subnets #44
Conversation
dimitern
reviewed
Apr 21, 2016
| @@ -86,7 +86,6 @@ var subnetResponse = ` | ||
| "space": "space-0", | ||
| "id": 34, | ||
| "resource_uri": "/MAAS/api/2.0/subnets/34/", | ||
| - "dns_servers": [], |
dimitern
Apr 21, 2016
Contributor
How about explicitly using "dns_server": null above instead? Can it be null coming from MAAS or it's just omitted?
voidspace
Apr 21, 2016
Contributor
I've checked the output - and the problematic one is "null", so I've updated the test.
|
LGTM, thanks! |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-gomaasapi |
jujubot
merged commit f5c86a2
into
juju:master
Apr 21, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
voidspace commentedApr 21, 2016
Make dns_servers optional in the subnets response from MAAS 2.