Puppet: Configure neutron_api_class on controller
authorJiri Stransky <jistr@redhat.com>
Wed, 11 Mar 2015 17:44:28 +0000 (18:44 +0100)
committerDan Prince <dprince@redhat.com>
Wed, 11 Mar 2015 20:54:55 +0000 (16:54 -0400)
commit10c2cfab45018aeb52f4f4b9499f5dc98b075d78
tree703dc9e7214ca2a5913373e47861a5ca6caae1fd
parent3bb5a23da2dafd658912e2e47e427ca515757400
Puppet: Configure neutron_api_class on controller

We're already configuring Neutron in Overcloud, but the controller
is still configured to use the default Nova neutron_api_class for
default configuration for networking, which means it used Nova Network
and not Neutron. This causes some of the Nova API is_neutron
checks to behave incorrectly.

This patch updates the controller to use nova::network::neutron (like
we already do on the overcloud_compute.pp role). As part of the change
several of the compute specific hiera settings for the
nova::network::neutron class have been moved to common.yaml.

Change-Id: Id2d5a5a0aa1ca087de714880ef1ea98484b06849
puppet/controller-puppet.yaml
puppet/hieradata/common.yaml
puppet/hieradata/compute.yaml
puppet/manifests/overcloud_controller.pp