From e28218722abf907693908364035a84f0ffd75d13 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Tue, 24 Jan 2017 08:46:35 -0800 Subject: [PATCH] Collected release notes for Ocata CellsV2 Change-Id: Id66f8dce3bc2cf686e71731808723d700f579e85 --- .../ocata-cellsv2-support-4b3b5e70e76bc756.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/ocata-cellsv2-support-4b3b5e70e76bc756.yaml diff --git a/releasenotes/notes/ocata-cellsv2-support-4b3b5e70e76bc756.yaml b/releasenotes/notes/ocata-cellsv2-support-4b3b5e70e76bc756.yaml new file mode 100644 index 000000000000..b895a0b280a3 --- /dev/null +++ b/releasenotes/notes/ocata-cellsv2-support-4b3b5e70e76bc756.yaml @@ -0,0 +1,17 @@ +--- +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 bounaries 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 uppgraded, 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.