Spec: Handling Reshaped Provider Trees

Virt drivers need to be able to change the structure of the provider
trees they expose. When moving existing resources, existing allocations
need to be moved along with the inventories. And this must be done in
such a way as to avoid races where a second entity can create or remove
allocations against the moving inventories.

Change-Id: I1508c8e12c75b24ec9da04468b700b60f055ec24
blueprint: reshape-provider-tree
This commit is contained in:
Eric Fried
2018-06-05 18:16:54 -05:00
parent d3f9449932
commit c45fd3c7b7
3 changed files with 540 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ extensions = ['redirect',
'sphinx.ext.viewcode',
'oslosphinx',
'yasfb',
'sphinxcontrib.seqdiag',
]
todo_include_todos = True
@@ -75,3 +76,7 @@ htmlhelp_basename = 'Nova-Specsdoc'
feed_base_url = 'http://specs.openstack.org/openstack/nova-specs'
feed_author = 'OpenStack Nova Team'
# -- seqdiag configuration -----------------------------------------------------
seqdiag_html_image_format = 'SVG'
seqdiag_antialias = True