Revert "openstack server create" to "nova boot" in nova docs
When this patch [1] was introduced, it didn't take into consideration,
the updated/changed/modified parameters when using OSC vs nova CLI, so not
every option can be used in "openstack server create" which was used in "nova boot"
and vice versa. This bug would track reverting some of these incorrect commands usage.
For example- "nova boot --block device <params1>" can be translated as
"openstack server create --block-device-mapping <params2>" where params1 and
params2 are formatted differently (hence needs more than a simple search/replace)
Reviewed: https:/ /review. opendev. org/693065 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=aa39641182e 32b86d3585dfa69 cf0862610968b6
Committed: https:/
Submitter: Zuul
Branch: master
commit aa39641182e32b8 6d3585dfa69cf08 62610968b6
Author: Archit Modi <email address hidden>
Date: Tue Nov 5 13:36:03 2019 -0500
Revert "openstack server create" to "nova boot" in nova docs
When this patch [1] was introduced, it didn't take into consideration, changed/ modified parameters when using OSC vs nova CLI, so not
the updated/
every option can be used in "openstack server create" which was used in "nova boot"
and vice versa. This bug would track reverting some of these incorrect commands usage.
For example- "nova boot --block device <params1>" can be translated as device- mapping <params2>" where params1 and
"openstack server create --block-
params2 are formatted differently (hence needs more than a simple search/replace)
[1] https:/ /review. opendev. org/#/c/ 404623/
Related-To: https:/ /review. opendev. org/#/c/ 404623/ b9ff5240511c561 05e26e16e4c
Change-Id: I8e400da9445101
Closes-Bug: #1851425