Interface name change on foreman instance

In order to straighten out some networking details to get my foreman to
listen to, and also ignore, the correct interface for two separate
networks for dhcp I ended up changed in the iface name on the host from
eno1 to eth0 (RHEL7).

I am noticing though the following error when I try to run the
foreman-installer to upgrade the version of foreman.

[ERROR 2016-11-21 10:16:13 verbose] Evaluation Error: Error while
evaluating a Resource Statement, Evaluation Error: Error while
evaluating a Function Call, Could not get the ip address from fact
ipaddress_eno1 at
/usr/share/foreman-installer/modules/foreman_proxy/manifests/proxydhcp.pp:8:5
at
/usr/share/foreman-installer/modules/foreman_proxy/manifests/init.pp:468
on node foreman.host

The host in the foreman web interface has the correct addresses and
everything seems to be working, but somewhere the old interface is being
grabbed. What do I need to update to eliminate this error?

Thanks,

Terrence