From 28c8e29d2ddc62bb3d75456cb5d6ac8b8eb59dde Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Wed, 13 Jun 2018 08:41:30 +0200 Subject: [PATCH] Document kolla-ansible stop command Stop command is not documented in operating-kolla.rst Change-Id: I0f657c05c0752dcb2e6373f56af3a797967db037 --- doc/source/user/operating-kolla.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/user/operating-kolla.rst b/doc/source/user/operating-kolla.rst index ce870c32a1..ac83efc19a 100644 --- a/doc/source/user/operating-kolla.rst +++ b/doc/source/user/operating-kolla.rst @@ -195,6 +195,8 @@ Environment. ``kolla-ansible -i INVENTORY check`` is used to do post-deployment smoke tests. +``kolla-ansible -i INVENTORY stop`` is used to stop running containers. + .. note:: In order to do smoke tests, requires ``kolla_enable_sanity_checks=yes``.