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
This commit is contained in:
Dirk Mueller 2013-09-18 11:41:54 +02:00
parent 8136ec1b72
commit 667a0a44c4

View File

@ -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