Added missing information regarding containerized undercloud and ironic

The doc is lacking the reference to the "--http-boot" option while
importing images into the undercloud Glance service.

This commit adds this information, and is based on the following
merge:
https://review.openstack.org/#/c/547067/

Change-Id: I01fa62414b1ddf498026e9a2ae3967b24caa45ba
Related-Bug: 1669186
This commit is contained in:
Cédric Jeanneret 2018-06-07 13:31:52 +02:00
parent 4402f059e7
commit d73ca3ad0d
1 changed files with 11 additions and 2 deletions

View File

@ -257,9 +257,18 @@ created on the undercloud, one should use a non-root user.
Upload Images
-------------
Load the images into the undercloud Glance::
Load the images into the containerized undercloud Glance::
openstack overcloud image upload
openstack overcloud image upload --http-boot /var/lib/ironic/httpboot
.. admonition:: Prior to Rocky release
:class: stable
Before Rocky, the undercloud isn't containerized by default. Hence
you must run the following command::
openstack overcloud image upload --http-boot /httpboot
To upload a single image, see :doc:`../post_deployment/upload_single_image`.