When Building the port with a Port builder, it's possible to set the device owner and device id values via
PortBuilder deviceOwner(String deviceOwner); method.
But, org.openstack4j.openstack.networking.domain.NeutronPortCreate class which builds the port create request body does not have those properies.
So port is created without the device owner and device id values.