summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuby Loo <rloo@verizonmedia.com>2022-08-11 14:23:34 +0000
committerRuby Loo <rloo@verizonmedia.com>2022-08-11 15:00:04 +0000
commitbd8e482392eabc6e0087e7cb94871028f4bd73a8 (patch)
treec684f62b53a38b3cdf8d8cde3c0208e52e9a5bdc
parent3d3a67daf7d2969d8da691d12351ab5bb32eca80 (diff)
downloadironic-bd8e482392eabc6e0087e7cb94871028f4bd73a8.tar.gz
anaconda: ks liveimg = instance_info/image_info
Fix typo. For anaconda deploy interface, ironic sets the kickstart 'liveimg' command with the URL from the ironic node's instance_info's "image_url" value [1], and that "image_url" value is added by ironic code, using the "image_info" value. We don't have code that uses any "liveimg_url" value. [1] https://opendev.org/openstack/ironic/src/commit/ 3d3a67daf7d2969d8da691d12351ab5bb32eca80/ironic/common/ pxe_utils.py#L1003 Change-Id: Ic8ce5fa83768c2632eb190cd87dbf81062c7083a
-rw-r--r--doc/source/admin/anaconda-deploy-interface.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/admin/anaconda-deploy-interface.rst b/doc/source/admin/anaconda-deploy-interface.rst
index e715a1b23..2c686506a 100644
--- a/doc/source/admin/anaconda-deploy-interface.rst
+++ b/doc/source/admin/anaconda-deploy-interface.rst
@@ -187,7 +187,8 @@ as it accounts for the particular stages and appropriate callbacks to
Ironic.
.. warning::
- The default template expects a ``instance_info\liveimg_url`` setting to
+ The default template (for the kickstart 'liveimg' command) expects an
+ ``instance_info\image_info`` setting to
be provided by the user, which serves as a base operating system image.
In the context of the anaconda driver, it should be thought of almost
like "stage3". If you're using a custom template, it may not be required,
@@ -201,12 +202,13 @@ Ironic.
--instance_info ks_template=<URL>
If you do choose to use a liveimg with a customized template, or if you wish
-to use the stock template with a liveimg, you will need to provide parameter.
+to use the stock template with a liveimg, you will need to provide this
+setting.
.. code-block:: shell
baremetal node set <node> \
- --instance_info liveimg_url=<URL>
+ --instance_info image_info=<URL>
.. warning::
This is required if you do *not* utilize a customised template. As in use