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
This commit is contained in:
parent
bf14155b8f
commit
196a5876d6
@ -295,7 +295,7 @@ the one Bifrost builds for you:
|
||||
.. code-block:: bash
|
||||
|
||||
./bifrost-cli deploy -e @baremetal-install-env.json \
|
||||
--config-drive '{"meta_data": {"public_keys": {"0": "'"$(cat ~/.ssh/id_rsa.pub)"'"}}}' \
|
||||
--configdrive '{"meta_data": {"public_keys": {"0": "'"$(cat ~/.ssh/id_rsa.pub)"'"}}}' \
|
||||
|
||||
File images do not require a checksum:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user