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
This commit is contained in:
parent
5654045ccb
commit
6cf5327c92
@ -113,8 +113,6 @@ modindex_common_prefix = ['nova.']
|
|||||||
# List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
|
# List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
|
||||||
|
|
||||||
man_pages = [
|
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',
|
('man/nova-api-metadata', 'nova-api-metadata', u'Cloud controller fabric',
|
||||||
[u'OpenStack'], 1),
|
[u'OpenStack'], 1),
|
||||||
('man/nova-api-os-compute', 'nova-api-os-compute',
|
('man/nova-api-os-compute', 'nova-api-os-compute',
|
||||||
|
@ -47,7 +47,6 @@ nova.compute.monitors.cpu =
|
|||||||
nova.image.download.modules =
|
nova.image.download.modules =
|
||||||
file = nova.image.download.file
|
file = nova.image.download.file
|
||||||
console_scripts =
|
console_scripts =
|
||||||
nova-all = nova.cmd.all:main
|
|
||||||
nova-api = nova.cmd.api:main
|
nova-api = nova.cmd.api:main
|
||||||
nova-api-metadata = nova.cmd.api_metadata:main
|
nova-api-metadata = nova.cmd.api_metadata:main
|
||||||
nova-api-os-compute = nova.cmd.api_os_compute:main
|
nova-api-os-compute = nova.cmd.api_os_compute:main
|
||||||
|
Loading…
Reference in New Issue
Block a user