nova/doc
Dan Smith 96f1071166 Honor availability_zone hint via placement
This adds a request filter that, if enabled, allows us to use placement
to select hosts in the desired availability zone by looking up the uuid
of the associated host aggregate and using that in our query for
allocation candidates. The deployer needs the same sort of mirrored
aggregate setup as the tenant filter, and documentation is added here to
make that clear.

Related to blueprint placement-req-filter

Change-Id: I7eb6de435e10793f5445724d847a8f1bf25ec6e3
2018-05-22 08:56:50 -07:00
..
api_samples Add host/hostId to instance action events API 2018-04-26 14:17:02 +00:00
ext Python 3 fix for sphinx doc 2018-02-15 14:26:45 +01:00
notification_samples trivial: Fix file permissions 2018-05-03 10:48:39 +01:00
source Honor availability_zone hint via placement 2018-05-22 08:56:50 -07:00
test [doc]remove nova-cert leftover in doc 2018-05-03 17:47:49 +08:00
README.rst Fix broken URLs 2017-09-07 15:42:31 +02:00
requirements.txt Updated from global requirements 2018-03-17 08:48:15 +00: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.