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.
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) set_project( proj_obj)
fip_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.