Graylog OVA static IP configuration

I am trying to configure a new instance of the graylog 3.0 OVA and I am having issues configuring a static IP address. I tried to configure interfaces under /etc/network/ with the following info.
image

but I saw that netplan is used so I found documentation to configure it like below:

I did netplan apply and it went showed like it applied correctly.
but I am seeing this:

It seems You have network interface ‘ens160’ not ‘enp0s8’. Use ip link to see actual names of network interfaces.

I was able to figure it out. I had to redeploy the OVA enter the NetPlan information in and do Netplan apply it took the settings and then create the firstboot file and reboot and it worked.