Neutron: Remove hiera lookup to controller_host

With current effort of creating isolated networks, the controller_host
hiera variable does not exist anymore. Hence we remove it else the
lookup will fail.

The hiera binding neutron::agents::ml2::ovs::local_ip has been written
in another review[1]

[1] I1dc11987b4ea3c37775b14fbdddb75588499e9bb

Change-Id: I12777c512d379210e5cddb5e683be4d79808fa2c
This commit is contained in:
Yanis Guenane 2015-05-31 22:26:35 +02:00
parent 5b5446f5b5
commit 3531fdb617
1 changed files with 0 additions and 1 deletions

View File

@ -493,7 +493,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'),
}