REST data for VMI create is referring to Routing instance. It is possible that this is not yet created when the POST for VMI is received.
You should not specify routing instance ref in VMI POST data.
Please note: On VN create contrail-schema creates the Routing instance for the VN. And linking between VMI to routing instance is also done by contrail-schema. Since the VMI POST json data has ref to routing instance(which is not yet created), the error is thrown while handling VMI post request.
REST data for VMI create is referring to Routing instance. It is possible that this is not yet created when the POST for VMI is received.
You should not specify routing instance ref in VMI POST data.
Please note: On VN create contrail-schema creates the Routing instance for the VN. And linking between VMI to routing instance is also done by contrail-schema. Since the VMI POST json data has ref to routing instance(which is not yet created), the error is thrown while handling VMI post request.