From 667a0a44c4560010637b78f36cc41894edc97c85 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 18 Sep 2013 11:41:54 +0200 Subject: [PATCH] remove client suffix from command line client All other OpenStack clients are just called $project, not ${project}client. Make it consistent with those. Change-Id: I4c11e1d16132856cc5f103c8fa231413c5b5c546 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 707b775db..2de948f1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ packages = ironicclient [entry_points] console_scripts = - ironicclient = ironicclient.openstack.common.rootwrap.cmd:main + ironic = ironicclient.openstack.common.rootwrap.cmd:main [pbr] autodoc_index_modules = True