diff options
author | Stephen Finucane <sfinucan@redhat.com> | 2019-10-02 11:45:23 +0100 |
---|---|---|
committer | Stephen Finucane <sfinucan@redhat.com> | 2019-11-25 16:43:36 +0000 |
commit | 19424403f4a2be4957a86ef269081935f88abc79 (patch) | |
tree | 8077ba108b1601c935c76c7880ea1465cf7017a6 /setup.cfg | |
parent | 78c5577a5c921e851df3fc0efd8c03de790a0b9e (diff) | |
download | nova-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.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |