Remove nova-manage image from man pages

There is no 'nova-manage image' subcommand so this removes
it's reference from the man pages.

Change-Id: Ia918006d58c8d7536c37187c37b8004c6f7d3aac
Closes-Bug: #1656686
This commit is contained in:
Matt Riedemann 2017-01-15 14:17:10 -05:00
parent 3f0b023825
commit e88c0bbb79

View File

@ -2,14 +2,14 @@
nova-manage nova-manage
=========== ===========
------------------------------------------------------ -------------------------------------------
control and manage cloud computer instances and images control and manage cloud computer instances
------------------------------------------------------ -------------------------------------------
:Author: openstack@lists.openstack.org :Author: openstack@lists.openstack.org
:Date: 2012-04-05 :Date: 2017-01-15
:Copyright: OpenStack Foundation :Copyright: OpenStack Foundation
:Version: 2012.1 :Version: 15.0.0
:Manual section: 1 :Manual section: 1
:Manual group: cloud computing :Manual group: cloud computing
@ -119,29 +119,6 @@ Nova Project
usage record matches the actual used. If a key is not specified usage record matches the actual used. If a key is not specified
then all quota usages relevant to the project/user are refreshed. then all quota usages relevant to the project/user are refreshed.
Nova Images
~~~~~~~~~~~
``nova-manage image image_register <path> <owner>``
Registers an image with the image service.
``nova-manage image kernel_register <path> <owner>``
Registers a kernel with the image service.
``nova-manage image ramdisk_register <path> <owner>``
Registers a ramdisk with the image service.
``nova-manage image all_register <image_path> <kernel_path> <ramdisk_path> <owner>``
Registers an image kernel and ramdisk with the image service.
``nova-manage image convert <directory>``
Converts all images in directory from the old (Bexar) format to the new format.
SEE ALSO SEE ALSO
======== ========