Restructure rpc framework between neutron-server and agents

Registered by LIU Yulong

There are too many races between neutron server and agents.

For instance, create and delete Race workflow:

------neutron server side------
1. Resource create api
2. Create DB record
3. Scheduler/send RPC to agent

------agent side------
1. Get New resource notification
2. Retrieve resource info via rpc

------neutron server side------
1. Get/deal with some info of the resource
2. Get/deal with some info of the resource
*3. Delete API call comes
*4. Delete all info of the the resource
5. Get/deal with some info of the resource, oops, exception raised

------agent side------
1. Get failure notification
2. stale/trash data lives

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
LIU Yulong
Direction:
Needs approval
Assignee:
None
Definition:
Obsolete
Series goal:
None
Implementation:
Unknown
Milestone target:
None
Completed by
Armando Migliaccio

Related branches

Sprints

Whiteboard

You are not supposed to submit blueprints directly. Please familiarize yourself with RFE submission guidelines:

http://docs.openstack.org/developer/neutron/policies/blueprints.html

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.