Fix FIP bulk schema for 'fixed_ip'

Floating ips bulk list API response is below-
{
    "floating_ip_info": [
        {
            "address": "10.10.10.3",
            "instance_uuid": null,
            "fixed_ip": null,
            "interface": "eth0",
            "pool": "nova",
            "project_id": null
        }
    ]
}

This patch adds the missing "fixed_ip" attribute in schema.

Change-Id: I9000b6b3cb40c95bc3d5f0d3e6457ee464f9c029
1 file changed