aws-vpc-move-ip: Fix broken shell quoting
The argument 4th to ip is passed with single quotes around which
cannot be parsed as valid IP address. Furthermore, we need to expand the
$OCF_RESKEY_ip for grep. This breaks correct detection of the assigned
address.