From 538b978701e16e8e661531dccd9ab1b5344b738c Mon Sep 17 00:00:00 2001 From: Om Kumar Date: Tue, 27 May 2014 12:12:05 +0530 Subject: [PATCH] Replacing deploy to deploy-baremetal in README.md Now that deploy has been renamed to deploy-baremetal, README.md needs to be updated to refer to the new elements. Change-Id: I7c0d5bfe158628ea1faf2c2914ee7f532d172a28 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8008e91f..a3d99bf6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,11 @@ What tools are there? ramdisk pair for running maintenance on bare metal machines (deployment, inventory, burnin etc). - ramdisk-image-create -o deploy.ramdisk deploy + To generate kernel+ramdisk pair for use with nova-baremetal, use + ramdisk-image-create -o deploy.ramdisk deploy-baremetal + + To generate kernel+ramdisk pair for use with ironic, use + ramdisk-image-create -o deploy.ramdisk deploy-ironic * disk-image-get-kernel filename : **DEPRECATED** Extract the appropriate kernel and ramdisk to use when doing PXE boot using filename as the image