nova/doc
Archit Modi b2d7e2228d 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)

[1] https://review.opendev.org/#/c/404623/

Related-To: https://review.opendev.org/#/c/404623/
Change-Id: I8e400da9445101b9ff5240511c56105e26e16e4c
Closes-Bug: #1851425
(cherry picked from commit aa39641182)
(cherry picked from commit 47e5e89cea)
(cherry picked from commit f2d6dbd771)
(cherry picked from commit 7bb5a11f70)
2019-11-14 20:51:18 +00:00
..
api_samples Fix os-simple-tenant-usage result order 2019-01-22 18:09:21 +01:00
ext Fix the usage of instance.snapshot notification sample 2017-11-21 11:03:52 +00:00
notification_samples Null out instance.availability_zone on shelve offload 2018-09-28 14:07:15 -04:00
source Revert "openstack server create" to "nova boot" in nova docs 2019-11-14 20:51:18 +00:00
test add whereto for testing redirect rules 2017-10-30 12:37:23 -04:00
README.rst Fix the file name of development-environment.rst 2018-06-11 09:00:25 +00:00

README.rst

OpenStack Nova Documentation README

Both contributor developer documentation and REST API documentation are sourced here.

Contributor developer docs are built to: https://docs.openstack.org/nova/latest/

API guide docs are built to: https://developer.openstack.org/api-guide/compute/

For more details, see the "Building the Documentation" section of doc/source/contributor/development-environment.rst.