clientconfig: Fix parsing multiple host volumes

This commit is contained in:
Danielle Lancashire 2019-08-21 22:19:58 +02:00
parent c8556daf37
commit 9df7e0eb72
No known key found for this signature in database
GPG Key ID: 8D65584EF3DDF91B
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ func extraKeys(c *Config) error {
// Remove HostVolume extra keys
for _, hv := range c.Client.HostVolumes {
removeEqualFold(&c.Client.ExtraKeysHCL, hv.Name)
removeEqualFold(&c.Client.ExtraKeysHCL, "host_volume")
}
for _, k := range []string{"enabled_schedulers", "start_join", "retry_join", "server_join"} {