summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIury Gregory Melo Ferreira <imelofer@redhat.com>2022-08-11 10:37:19 -0300
committerIury Gregory Melo Ferreira <imelofer@redhat.com>2022-08-11 10:44:44 -0300
commit05c16f10d52fc448290647fe72f65c5ec4123e54 (patch)
tree35f722f4bbe17104b2c4ddcf2fb7163d34395f42
parentc197a2d8b24e2fa4c5e7901e448da1b0c93fcd26 (diff)
downloadironic-05c16f10d52fc448290647fe72f65c5ec4123e54.tar.gz
Document driver_info external_http_url
This commit adds documentation about driver_info[external_http_url] Follow-up If6a117a756b7d2a04251792f88c2ee412a040b28 Change-Id: Ia4787c27ed4c53f4ecb911eb0f9d77ea455c25f3
-rw-r--r--doc/source/admin/dhcp-less.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/source/admin/dhcp-less.rst b/doc/source/admin/dhcp-less.rst
index 089829e25..a14c2499d 100644
--- a/doc/source/admin/dhcp-less.rst
+++ b/doc/source/admin/dhcp-less.rst
@@ -127,3 +127,14 @@ the service catalog or configured in the ``[service_catalog]`` section:
[deploy]
external_callback_url = <Bare Metal API URL with a routable IP address>
+
+
+In case you need specific URLs for each node, you can use the
+``driver_info[external_http_url]`` node property. When used it overrides the
+``[deploy]http_url`` and ``[deploy]external_http_url`` settings in the
+configuration file.
+
+.. code-block:: bash
+
+ baremetal node set node-0 \
+ --driver-info external_http_url="<your_node_external_url>"