summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-15 21:17:50 +0000
committerGerrit Code Review <review@openstack.org>2022-08-15 21:17:50 +0000
commitc861423eb5acf9a1d8f3704bd4552e798731166e (patch)
tree9051e825f15c0f1127364732b36492f82aca18ae
parentcc15027504d5d597903d7dced34cdec9f56b6233 (diff)
parent05c16f10d52fc448290647fe72f65c5ec4123e54 (diff)
downloadironic-c861423eb5acf9a1d8f3704bd4552e798731166e.tar.gz
Merge "Document driver_info external_http_url"
-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>"