From 17d836ef1ddbec5291253b156b9cdfa413683756 Mon Sep 17 00:00:00 2001 From: Samuel Cassiba Date: Fri, 10 Aug 2018 08:18:11 -0700 Subject: [PATCH] [Docs] use dokken scenario instead of multi Change-Id: Ib72bbf59fcef0438add8d5c5cbfceb8de490b04a --- doc/source/install/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/quickstart.rst b/doc/source/install/quickstart.rst index d6b2cfd..6a50b36 100644 --- a/doc/source/install/quickstart.rst +++ b/doc/source/install/quickstart.rst @@ -93,10 +93,10 @@ use of different services or test new cookbooks. To use a different driver for Test Kitchen, such as for a multi-node development environment, pass the ``KITCHEN_YAML`` environment variable as an additional option to the ``kitchen`` command. For example, if you want to -deploy a multi-node development environment, instead of an AIO, then execute: +deploy a containerized development environment, instead of an AIO, then execute: .. code-block:: shell-session - # KITCHEN_YAML=.kitchen.multi.yml kitchen converge [7|1604|all] + # KITCHEN_YAML=.kitchen.dokken.yml kitchen verify [7|1604|all]