Hello,
I dev’ing on euwe-2.20171109001029_ and trying to assign static ip addresses to the ec2 instances. I am using
“prov.set_nic_settings idx, {ip_addr: ipAddress, subnet_mask: subnetMask, gateway: gateway, addr_mode: [‘static’, ‘Static’]}”
and can see the ip address value in the evm.log.
MIQ(ManageIQ::Providers::Amazon::CloudManager::Provision#log_clone_options) Prov Options: :ip_addr = “10.0.1.25”
but once the the ec2 instance is up in aws console the ip address has not been set.