8cca87ed98
Enable a admin to configure a global search domain. That is, if a
subnet is not created with a search domain (commit
d9f3ee826a
) then is a domain is
defined in the configuration file then we can use that one.
In the nsxv section there will be a new variable
- dns_search_domain
Change-Id: I112a00dbc89b1c7702e82ecfa6ec974b7b9cce8d
10 lines
302 B
YAML
10 lines
302 B
YAML
---
|
|
prelude: >
|
|
Enable an admin to configure a global search domain.
|
|
This is used if no search domain is configured on a
|
|
subnet.
|
|
features:
|
|
- A new configuration variable in the nsxv section will
|
|
enable the admin to configure a search domain. The new
|
|
variable is dns_search_domain.
|