From eb7507ac9313bed8a3c3767d041dffd3a9aa778f Mon Sep 17 00:00:00 2001 From: Alexander Bashmakov Date: Fri, 16 Sep 2016 10:32:44 -0700 Subject: [PATCH] Update description of image_destroy method. Trivial doc fix. Change-Id: I2a44034c2d6ac09b9e6bb54db9a1b227e8f0c37d --- doc/source/database_architecture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/database_architecture.rst b/doc/source/database_architecture.rst index 45139898..a81876a0 100644 --- a/doc/source/database_architecture.rst +++ b/doc/source/database_architecture.rst @@ -57,8 +57,8 @@ Image basic methods - ``from_state`` — a string filter indicating that the updated image must be in the specified state. -#. ``image_destroy(context, image_id)`` — deletes all the database - record of an image with the identifier *image_id* (like tags, +#. ``image_destroy(context, image_id)`` — deletes all database + records of an image with the identifier *image_id* (like tags, properties, and members) and sets a 'deleted' status on all the image locations. #. ``image_get(context, image_id, force_show_deleted=False)`` —