Merge "Correct bad image delete example"

This commit is contained in:
Jenkins 2017-01-10 18:25:42 +00:00 committed by Gerrit Code Review
commit b50394af67

View File

@ -89,13 +89,13 @@ so, add ``paused: True`` to the ``diskimage`` section for
Then delete the problematic image with:: Then delete the problematic image with::
$ sudo nodepool image-delete ubuntu-precise-0000000002 $ sudo nodepool dib-image-delete ubuntu-precise-0000000002
All uploads corresponding to that image build will be deleted and the All uploads corresponding to that image build will be deleted from providers
previous image will become the current image and nodepool will use it before the image DIB files are deleted. The previous image will become the
when creating new nodes. When nodepool next creates an image, it will current image and nodepool will use it when creating new nodes. When nodepool
still retain build #1 since it will still be considered the next creates an image, it will still retain build #1 since it will still be
next-most-recent image. considered the next-most-recent image.
vhd-util vhd-util
======== ========