summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-04-04 11:11:07 +0100
committerStephen Finucane <sfinucan@redhat.com>2019-04-09 17:15:37 +0100
commita4743f982ac5348d0aa036f3afac530ac7c56ff8 (patch)
tree1b30e3272f62b2a4da1edfe0a7f4e022bd96bfb5 /setup.cfg
parent7c7798ad5277ce87b124392726a1ec9ed3720f12 (diff)
downloadnova-a4743f982ac5348d0aa036f3afac530ac7c56ff8.tar.gz
Remove 'nova-cells' service
We're going to start unpicking this stuff from the top down. Start with the 'nova-cells' executable itself. Part of blueprint remove-cells-v1 Change-Id: I5bd1dd9f1bbae7a977ab9e032c4f4d200c35e193 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 27ee214868..78d5f13e23 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -57,7 +57,6 @@ console_scripts =
nova-api = nova.cmd.api:main
nova-api-metadata = nova.cmd.api_metadata:main
nova-api-os-compute = nova.cmd.api_os_compute:main
- nova-cells = nova.cmd.cells:main
nova-compute = nova.cmd.compute:main
nova-conductor = nova.cmd.conductor:main
nova-console = nova.cmd.console:main