HTTP POST notification driver
Add a HTTP notification driver to Nova, which calls back event to a specified URL. Currently the Nova notification defaults to no operation driver. It also has the Rabbit and Log drivers.
The HTTP POST driver should be capable of sending notifications for configurable set of events.
Also, Nova should accept a request-id from the request (request header named 'X-Compute-
Blueprint information
- Status:
- Started
- Approver:
- Vish Ishaya
- Priority:
- Low
- Drafter:
- Unmesh Gurjar
- Direction:
- Approved
- Assignee:
- Unmesh Gurjar
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Blocked
- Milestone target:
- None
- Started by
- Unmesh Gurjar
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Addressed by: https:/
Implements HTTP POST notification driver.
Addressed by: https:/
Sets the request_id in context to value provided in 'X-Compute-
Gerrit topic: https:/
Since the request_id change has been abandonded and wasn't received favourably, I think we should proceed without it
Addressed by: https:/
Implemented HTTP POST notifier.