Bug 1041365

Summary: [RFE][nova]: Add a notification service as bridge between nova scheduler and nova compute
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/nova/+spec/notification-compute-scheduler
Whiteboard: upstream_milestone_none upstream_status_unknown upstream_definition_new
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:08:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description RHOS Integration 2013-12-12 15:37:29 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/notification-compute-scheduler.

Description:

Now, if nova scheduler want to get latest VM status update, it need to query DB to get this, but this is not real time. It is better that we add a new notification service act as bridge between nova scheduler and nova compute.

nova-compute->nova notification->nova-scheduler.


Specification URL (additional information):

None