6cd603610b
The upstream docs structure is changing, so this change updates our existing docs into contributor and install guide sections. Change-Id: I37fabd25fdda6bc56fcfb331b74e3294e31e68bb
487 B
487 B
Uploading a Single Image
After a new image is built, it can be uploaded using the same command
as before, with the --update-existing
flag added:
openstack overcloud image upload --update-existing
Note that if the new image is a ramdisk, the Ironic nodes need to be re-configured to use it. This can be done by re-running:
openstack overcloud node configure --all-manageable
Now the new image should be fully ready for use by new deployments.