Comment 1 for bug 1330051

Revision history for this message
Sachin Bansal (sbansal) wrote :

From Prakash:

This is a test case issue.

Can you pls set the project object on fip_obj before calling the floating_ip_create? (in https://github.com/Juniper/contrail-test/blob/master/scripts/mx_test.py:545)
fip_obj.set_project(proj_obj)
 # Read the project obj and set to the floating ip object.

This issue is exposed
 due to the Quota fixes that went in to R1.06. To update/validate quota, project object is fetched from floating ip post object. It fails due to missing proj_refs.

Let me know if it doesn’t
 fix the issue.