From adbf39716485a700454f41828a25f78876c6e802 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Wed, 27 Sep 2017 06:56:34 +1000 Subject: [PATCH] Move the idmapshift binary into privsep. I can't see any evidence that anyone else uses our nova-idmapshift binary, and it adds a lot of complexity (flags we never call for example). Move the code we do actually use into the privsep directory and simplify our calls to it. Remove the extra binary from our install and documentation. Change-Id: Ibce28d20d166da154833376cf51f1877b829925e blueprint: hurrah-for-privsep --- doc/source/conf.py | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 365ead270..37cbe24e3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -123,7 +123,6 @@ _man_pages = [ ('nova-console', u'Cloud controller fabric'), ('nova-consoleauth', u'Cloud controller fabric'), ('nova-dhcpbridge', u'Cloud controller fabric'), - ('nova-idmapshift', u'Cloud controller fabric'), ('nova-manage', u'Cloud controller fabric'), ('nova-network', u'Cloud controller fabric'), ('nova-novncproxy', u'Cloud controller fabric'), diff --git a/setup.cfg b/setup.cfg index 3652cc4f7..31f506c42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,7 +61,6 @@ console_scripts = nova-console = nova.cmd.console:main nova-consoleauth = nova.cmd.consoleauth:main nova-dhcpbridge = nova.cmd.dhcpbridge:main - nova-idmapshift = nova.cmd.idmapshift:main nova-manage = nova.cmd.manage:main nova-network = nova.cmd.network:main nova-novncproxy = nova.cmd.novncproxy:main