From 117f44d215cd3d0d14d40f115a6e8f34cefc1d38 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 30 Oct 2018 18:04:20 +0900 Subject: [PATCH] Add a link to "Add Generation to Consumers" spec The "handle allocation updates in a safe way" item and the link to "Add Generation to Consumers" spec have been added since I77f34788dd7ab8fdf60d668a4f76452e03cf9888 in the nova doc (doc/source/user/placement.rst). But it has not been added yet in the placement doc (doc/source/index.rst). So add it. Change-Id: I4c70da34d8907cab2373b1349bb2c6e9b8cdd35a --- doc/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 13f8aa6fe..b84ab3085 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -62,12 +62,14 @@ For an overview of some of the features, see the * `filter allocation candidates by aggregate membership`_ * `perform granular allocation candidate requests`_ * `inventory and allocation data migration`_ (reshaping provider trees) +* `handle allocation updates in a safe way`_ .. _Nested Resource Providers: http://specs.openstack.org/openstack/nova-specs/specs/queens/approved/nested-resource-providers.html .. _Request Traits During Scheduling: https://specs.openstack.org/openstack/nova-specs/specs/queens/approved/request-traits-in-nova.html .. _filter allocation candidates by aggregate membership: https://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/alloc-candidates-member-of.html .. _perform granular allocation candidate requests: http://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/granular-resource-requests.html .. _inventory and allocation data migration: http://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/reshape-provider-tree.html +.. _handle allocation updates in a safe way: https://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/add-consumer-generation.html Deployment ==========