nova/releasenotes/notes/ocata-cellsv2-support-4b3b5e70e76bc756.yaml
Matt Riedemann f6a419a49b Fix typo in cells v2 ocata reno
Change-Id: I0ad4a0431c4131c655ab47b42c4f78141383ee64
2017-02-02 10:36:36 -05:00

18 lines
766 B
YAML

---
features:
- |
All deployments will function as a single-cell
environment. Multiple v2 cells are technically possible, but should
only be used for testing as many other things will not work across
cell boundaries yet. For details on cells v2 and the setup required for
Nova with cells v2, see the cells documentation. [1]_
.. [1] http://docs.openstack.org/developer/nova/cells.html
issues:
- Once fully upgraded, if you create multiple real cells with hosts, the
scheduler will utilize them, but those instances will likely be unusable
because not all API functions are cells-aware yet.
- Listing instances across multiple cells with a sort order will
result in barber-pole sorting, striped across the cell boundaries.