Fix doc. nodepool usage

To delete an image in nodepool, the right command is
'nodepool image-delete'

Change-Id: I2403083401701b8c87948957546a75c3e6adc6d7
This commit is contained in:
Ghe Rivero 2015-04-15 18:24:38 +02:00
parent 9320fbb7f2
commit 3aa6226a2d

View File

@ -67,7 +67,7 @@ Image 168655 is the previous image and 168696 is the current image
(they are both marked as ``ready`` and the current image is simply the (they are both marked as ``ready`` and the current image is simply the
image with the shortest age. Delete the problematic image with:: image with the shortest age. Delete the problematic image with::
$ sudo nodepool delete-image 168696 $ sudo nodepool image-delete 168696
Then the previous image, 168655, will become the current image and Then the previous image, 168655, will become the current image and
nodepool will use it when creating new nodes. When nodepool next nodepool will use it when creating new nodes. When nodepool next