Remove entry point for nonexistent 'fuel2 tag show' command

Now setup.cfg file contains entry point for nonexistent
'fuel2 tag show' command. So let's remove it.

Change-Id: Iec87f0b8cffe948539b6965f61b4d85a29718926
This commit is contained in:
Vitalii Kulanov 2016-11-28 14:20:54 +02:00
parent db9bf9cebc
commit 224b986631
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ fuelclient =
tag_delete=fuelclient.commands.tag:TagDelete
tag_download=fuelclient.commands.tag:TagDownload
tag_list=fuelclient.commands.tag:TagList
tag_show=fuelclient.commands.tag:TagShow
tag_update=fuelclient.commands.tag:TagUpdate
task_delete=fuelclient.commands.task:TaskDelete
task_deployment-info_download=fuelclient.commands.task:TaskDeploymentInfoDownload