Merge "Remove deprecated nova-all binary"

This commit is contained in:
Jenkins 2016-11-23 15:39:45 +00:00 committed by Gerrit Code Review
commit 90403e6539
2 changed files with 0 additions and 3 deletions

View File

@ -117,8 +117,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',

View File

@ -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