nova/doc
liyingjun 8e793a6c6f Versioned notifications for service create and delete
New notifications service.create and service.delete are introduced
with INFO priority and the payload of the notification is the serialized
form of the already existing Service versioned object. Service.create
notification will be emitted after the service is created (so the uuid
is available) and also send the service.delete notification after the
service is deleted.

Implement blueprint: service-create-destroy-notification

Change-Id: I955d98f9fd4b121f98e172e5ab30eb668a24006d
2017-11-27 11:11:44 -05:00
..
api_samples Add microversion to allow setting flavor description 2017-11-15 22:10:39 +00:00
ext Factor out duplicated notification sample data 2017-11-03 11:36:57 +01:00
notification_samples Versioned notifications for service create and delete 2017-11-27 11:11:44 -05:00
source Merge "doc: fix link to creating unit tests in contributor guide" 2017-11-16 10:35:01 +00:00
README.rst Fix broken URLs 2017-09-07 15:42:31 +02:00

README.rst

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: https://docs.openstack.org/nova/latest/

API guide docs are built to: https://developer.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/contributor/development.environment.rst.