commit | c0a526b2532df6b6eb0da35e2fd21a90875a934c | [log] [tgz] |
---|---|---|
author | ghanshyam <ghanshyam.mann@nectechnologies.in> | Tue Feb 24 13:26:46 2015 +0900 |
committer | Ken'ichi Ohmichi <ken1ohmichi@gmail.com> | Thu Mar 05 05:23:44 2015 +0000 |
tree | a9b7ebfe5bad1514f99a234b4708ba4316f1c056 | |
parent | fbc45c70313184e42fe14484f6e1e044fd776549 [diff] |
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