From f5f8563a6b7c631d0d94ba7d91c470159d7f5b96 Mon Sep 17 00:00:00 2001 From: Randy Perryman Date: Wed, 20 Jul 2016 11:52:04 -0400 Subject: [PATCH] Clarifying for when an instance is deleted encrypted or not ephemeral storage will be purged. Change-Id: I868513fe56d7a58c5a53418a1990e6066bc9c86d Closes-Bug: 1490765 --- doc/admin-guide/source/compute-images-instances.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/admin-guide/source/compute-images-instances.rst b/doc/admin-guide/source/compute-images-instances.rst index db8e90abaf..51bc24745a 100644 --- a/doc/admin-guide/source/compute-images-instances.rst +++ b/doc/admin-guide/source/compute-images-instances.rst @@ -107,9 +107,9 @@ configuration file directs image traffic to the compute node. backed by network storage rather than a local disk. When you delete an instance, the state is reclaimed with the exception -of the persistent volume. The ephemeral storage is purged. Memory and -vCPU resources are released. The image remains unchanged throughout this -process. +of the persistent volume. The ephemeral storage, whether encrypted or not, +is purged. Memory and vCPU resources are released. The image remains +unchanged throughout this process. |