Update description of image_destroy method.

Trivial doc fix.

Change-Id: I2a44034c2d6ac09b9e6bb54db9a1b227e8f0c37d
This commit is contained in:
Alexander Bashmakov 2016-09-16 10:32:44 -07:00
parent 48ee8ef479
commit eb7507ac93
1 changed files with 2 additions and 2 deletions

View File

@ -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)``