[CLI] "fuel2 tag show" command problem

Bug #1657032 reported by Dmitry Belyaninov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
New
High
Fuel Sustaining

Bug Description

9.2 snapshot 771

[root@nailgun ~]# fuel2 -h
.....
.....
  tag list Show list of all available tags for release or cluster.
Could not load EntryPoint.parse('tag_show = fuelclient.commands.tag:TagShow')
  tag update Update a tag from file description.
.....
.....
[root@nailgun ~]# fuel2 tag show
Traceback (most recent call last):
  File "/usr/bin/fuel2", line 10, in <module>
    sys.exit(main())
  File "/usr/lib/python2.7/site-packages/fuelclient/main.py", line 88, in main
    return fuelclient_app.run(argv)
  File "/usr/lib/python2.7/site-packages/fuelclient/main.py", line 79, in run
    return super(FuelClient, self).run(argv)
  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 255, in run
    result = self.run_subcommand(remainder)
  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 337, in run_subcommand
    subcommand = self.command_manager.find_command(argv)
  File "/usr/lib/python2.7/site-packages/cliff/commandmanager.py", line 75, in find_command
    cmd_factory = cmd_ep.resolve()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2365, in resolve
    raise ImportError(str(exc))
ImportError: 'module' object has no attribute 'TagShow'
[root@nailgun ~]#

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.