Merge "Neutron: Remove hiera lookup to controller_host"

This commit is contained in:
Jenkins 2015-06-01 07:57:05 +00:00 committed by Gerrit Code Review
commit d75067951f
1 changed files with 0 additions and 1 deletions

View File

@ -494,7 +494,6 @@ if hiera('step') >= 3 {
enabled => false,
bridge_mappings => split(hiera('neutron_bridge_mappings'), ','),
tunnel_types => split(hiera('neutron_tunnel_types'), ','),
local_ip => hiera('controller_host'),
}