From fb043fac828bc157f34d6fc9ef506903f8d528ba Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 23 Jul 2018 18:25:01 -0400 Subject: [PATCH] doc: link to AZ talk from the Rocky summit This links into the AZ docs a nice video from the Rocky summit which covers what AZs are and aren't, use cases, gotchas, and how they are implemented outside of nova to compare and contrast. Overall it's a nice educational presentation which is useful for those wishing to learn more about AZs than what our documentation provides. Change-Id: Ib67826620735f05edc987481af4c07b6d19f3c1d --- doc/source/user/aggregates.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/user/aggregates.rst b/doc/source/user/aggregates.rst index 2956140ba..c76807d5d 100644 --- a/doc/source/user/aggregates.rst +++ b/doc/source/user/aggregates.rst @@ -69,6 +69,9 @@ between aggregates and availability zones: users to specify hosts where instances are launched in server creation. See :doc:`Select hosts where instances are launched ` for more detail. +There is a nice educational video about availability zones from the Rocky +summit which can be found here: https://www.openstack.org/videos/vancouver-2018/curse-your-bones-availability-zones-1 + Design ------