From 6cf5327c92627c9a921165ec73e87d2177a042b0 Mon Sep 17 00:00:00 2001 From: Mike Perez Date: Wed, 12 Oct 2016 09:35:09 -0700 Subject: [PATCH] Remove deprecated nova-all binary This was deprecated and to set to be removed in Ocata. It was only intended for testing purposes and not for production use. Individual binaries will be used instead. Change-Id: I260962ec7c4167b07e9480a04454a9cb5666f8ed --- doc/source/conf.py | 2 -- setup.cfg | 1 - 2 files changed, 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 7249f97c7..dc647373e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -113,8 +113,6 @@ modindex_common_prefix = ['nova.'] # List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual' man_pages = [ - ('man/nova-all', 'nova-all', u'Cloud controller fabric', - [u'OpenStack'], 1), ('man/nova-api-metadata', 'nova-api-metadata', u'Cloud controller fabric', [u'OpenStack'], 1), ('man/nova-api-os-compute', 'nova-api-os-compute', diff --git a/setup.cfg b/setup.cfg index 9bdfb3f42..d90bd0e45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,6 @@ nova.compute.monitors.cpu = nova.image.download.modules = file = nova.image.download.file console_scripts = - nova-all = nova.cmd.all:main nova-api = nova.cmd.api:main nova-api-metadata = nova.cmd.api_metadata:main nova-api-os-compute = nova.cmd.api_os_compute:main