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:
parent
8136ec1b72
commit
667a0a44c4
@ -23,7 +23,7 @@ packages = ironicclient
|
|||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
ironicclient = ironicclient.openstack.common.rootwrap.cmd:main
|
ironic = ironicclient.openstack.common.rootwrap.cmd:main
|
||||||
|
|
||||||
[pbr]
|
[pbr]
|
||||||
autodoc_index_modules = True
|
autodoc_index_modules = True
|
||||||
|
Loading…
Reference in New Issue
Block a user