Skip to content

Commit 196a587

Browse files
committed
Fix typo in CLI parameter spefifying config drive.
Bifrost CLI takes `--configdrive` parameter while the documentation states `--config-drive`. This commit fixes the typo. Change-Id: Id1417f65e4e32183c21df62f65e73e4fc04afca7
1 parent bf14155 commit 196a587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user/howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ the one Bifrost builds for you:
295295
.. code-block:: bash
296296
297297
./bifrost-cli deploy -e @baremetal-install-env.json \
298-
--config-drive '{"meta_data": {"public_keys": {"0": "'"$(cat ~/.ssh/id_rsa.pub)"'"}}}' \
298+
--configdrive '{"meta_data": {"public_keys": {"0": "'"$(cat ~/.ssh/id_rsa.pub)"'"}}}' \
299299
300300
File images do not require a checksum:
301301

0 commit comments

Comments
 (0)