From 1c270861ad5a6b8325c500a00b44872aea1be8ae Mon Sep 17 00:00:00 2001 From: editucci Date: Mon, 22 Feb 2016 16:08:54 -0500 Subject: [PATCH] Minor updates to Tips and Tricks TrivialFix Change-Id: Iaf4fe7747e1cf5c04cd37cb30985a75f0b1650e4 --- doc/operating-kolla.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/doc/operating-kolla.rst b/doc/operating-kolla.rst index fda01e7683..dde9178ffc 100644 --- a/doc/operating-kolla.rst +++ b/doc/operating-kolla.rst @@ -19,4 +19,18 @@ TODO(all) fill this section out Tips and Tricks --------------- -TODO(all) fill this section out +Kolla ships with several utilities intended to facilitate ease of operation. + +``tools/cleanup-containers`` can be used to remove deployed containers from +the system. This can be useful when you want to do a new clean deployment. It +will preserve the registry and the locally built images in the registry, +but will remove all running Kolla containers from the local Docker daemon. +It also removes the named volumes. + +``tools/cleanup-host`` can be used to remove remnants of network changes +triggered on the Docker host when the neutron-agents containers are launched. +This can be useful when you want to do a new clean deployment, particularly +one changing the network topology. + +``tools/cleanup-images`` can be used to remove all Docker images from the +local Docker cache. Note: this will remove the registry also.