From e88c0bbb7944bc75d554d7851df282f4de760b91 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sun, 15 Jan 2017 14:17:10 -0500 Subject: [PATCH] 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 --- doc/source/man/nova-manage.rst | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/doc/source/man/nova-manage.rst b/doc/source/man/nova-manage.rst index df9ba353ec55..341941702045 100644 --- a/doc/source/man/nova-manage.rst +++ b/doc/source/man/nova-manage.rst @@ -2,14 +2,14 @@ nova-manage =========== ------------------------------------------------------- -control and manage cloud computer instances and images ------------------------------------------------------- +------------------------------------------- +control and manage cloud computer instances +------------------------------------------- :Author: openstack@lists.openstack.org -:Date: 2012-04-05 +:Date: 2017-01-15 :Copyright: OpenStack Foundation -:Version: 2012.1 +:Version: 15.0.0 :Manual section: 1 :Manual group: cloud computing @@ -119,29 +119,6 @@ Nova Project usage record matches the actual used. If a key is not specified then all quota usages relevant to the project/user are refreshed. -Nova Images -~~~~~~~~~~~ - -``nova-manage image image_register `` - - Registers an image with the image service. - -``nova-manage image kernel_register `` - - Registers a kernel with the image service. - -``nova-manage image ramdisk_register `` - - Registers a ramdisk with the image service. - -``nova-manage image all_register `` - - Registers an image kernel and ramdisk with the image service. - -``nova-manage image convert `` - - Converts all images in directory from the old (Bexar) format to the new format. - SEE ALSO ========