Document building configdrive on the server side

Change-Id: I4428c80c8b000e83f6c6f193f6bd8627e9a60965
Story: #2005083
Task: #29844
This commit is contained in:
Dmitry Tantsur 2019-03-11 14:23:46 +01:00
parent f681fa682e
commit 05d6735c6b

View File

@ -55,6 +55,14 @@ command, for example::
openstack baremetal node deploy $node_identifier --config-drive /dir/configdrive_files
Starting with the Stein release and `ironicclient` 2.7.0, you can request
building a configdrive on the server side by providing a JSON with keys
``meta_data``, ``user_data`` and ``network_data`` (all optional), e.g.:
.. code-block:: bash
openstack baremetal node deploy $node_identifier \
--config-drive '{"meta_data": {"hostname": "server1.cluster"}}'
Configuration drive storage in an object store
----------------------------------------------