From 3f7995f586b2382eb3fa15278fb321b89fdc2422 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Wed, 27 Sep 2017 06:56:34 +1000 Subject: 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 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 3652cc4f76..31f506c42f 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 -- cgit v1.2.1