]> git.arvados.org - arvados.git/commit
api: Improve compute_node_domain handling.
authorBrett Smith <brett@curoverse.com>
Fri, 14 Mar 2014 17:34:29 +0000 (13:34 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 14 Mar 2014 17:35:23 +0000 (13:35 -0400)
commita2de166ab578fcad18a3a27ff58f134af03b8275
tree48c2a6cc477a0132b5a49bf44d8bf8c78845c269
parent113d3f94224ca507ff6341ab61ac98429cad711e
api: Improve compute_node_domain handling.

The default value was causing test failures on my machine because the
ERB evaluated to an empty string.  And we want to avoid this causing
any DNS lookups during tests.  Now we make the default false (in line
with our other compute_node_* settings), and suggest a change in
application.yml.example to demonstrate how it should be set.

I also fixed up the example about compute_node_nameservers while I was
at it.

This closes #2351.
services/api/config/application.default.yml
services/api/config/application.yml.example