summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2019-10-02 11:45:23 +0100
committerStephen Finucane <sfinucan@redhat.com>2019-11-25 16:43:36 +0000
commit19424403f4a2be4957a86ef269081935f88abc79 (patch)
tree8077ba108b1601c935c76c7880ea1465cf7017a6 /setup.cfg
parent78c5577a5c921e851df3fc0efd8c03de790a0b9e (diff)
downloadnova-19424403f4a2be4957a86ef269081935f88abc79.tar.gz
nova-net: Remove 'nova-dhcpbridge' binary
There are actually a few things here that rely on a running nova-dhcpbridge instances, but since it's not possible to start nova-network now, that shouldn't matter. Change-Id: I63447baeaac0be3fb7f919bfe588da50133c74d7 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 db858c746f..ddab9deaf3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -66,7 +66,6 @@ console_scripts =
nova-api-os-compute = nova.cmd.api_os_compute:main
nova-compute = nova.cmd.compute:main
nova-conductor = nova.cmd.conductor:main
- nova-dhcpbridge = nova.cmd.dhcpbridge:main
nova-manage = nova.cmd.manage:main
nova-network = nova.cmd.network:main
nova-novncproxy = nova.cmd.novncproxy:main