Updating fails with heatclient auth url attribute error

Bug #1631976 reported by Ryan Hallisey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Invalid
Undecided
Unassigned

Bug Description

'Token' object has no attribute 'auth_url'
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 387, in run_subcommand
    result = cmd.run(parsed_args)
  File "/usr/lib/python2.7/site-packages/osc_lib/command/command.py", line 41, in run
    return super(Command, self).run(parsed_args)
  File "/usr/lib/python2.7/site-packages/cliff/command.py", line 59, in run
    return self.take_action(parsed_args) or 0
  File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_update.py", line 83, in take_action
    heatclient=clients.orchestration,
  File "/usr/lib/python2.7/site-packages/osc_lib/clientmanager.py", line 53, in __get__
    six.reraise(new_err.__class__, new_err, sys.exc_info()[2])
  File "/usr/lib/python2.7/site-packages/osc_lib/clientmanager.py", line 48, in __get__
    self._handle = self.factory(instance)
  File "/usr/lib/python2.7/site-packages/heatclient/osc/plugin.py", line 51, in make_client
    'auth_url': instance.auth.auth_url,
PluginAttributeError: 'Token' object has no attribute 'auth_url'
clean_up UpdateOvercloud: 'Token' object has no attribute 'auth_url'
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/osc_lib/shell.py", line 135, in run
    ret_val = super(OpenStackShell, self).run(argv)
  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 267, in run
    result = self.run_subcommand(remainder)
  File "/usr/lib/python2.7/site-packages/osc_lib/shell.py", line 180, in run_subcommand
    ret_value = super(OpenStackShell, self).run_subcommand(argv)
  File "/usr/lib/python2.7/site-packages/cliff/app.py", line 387, in run_subcommand
    result = cmd.run(parsed_args)
  File "/usr/lib/python2.7/site-packages/osc_lib/command/command.py", line 41, in run
    return super(Command, self).run(parsed_args)
  File "/usr/lib/python2.7/site-packages/cliff/command.py", line 59, in run
    return self.take_action(parsed_args) or 0
  File "/usr/lib/python2.7/site-packages/tripleoclient/v1/overcloud_update.py", line 83, in take_action
    heatclient=clients.orchestration,
  File "/usr/lib/python2.7/site-packages/osc_lib/clientmanager.py", line 53, in __get__
    six.reraise(new_err.__class__, new_err, sys.exc_info()[2])
  File "/usr/lib/python2.7/site-packages/osc_lib/clientmanager.py", line 48, in __get__
    self._handle = self.factory(instance)
  File "/usr/lib/python2.7/site-packages/heatclient/osc/plugin.py", line 51, in make_client
    'auth_url': instance.auth.auth_url,
PluginAttributeError: 'Token' object has no attribute 'auth_url'

Ryan Hallisey (rthall14)
summary: - heatclient auth_url attribute error
+ Updating fails with heatclient auth url attribute error
Revision history for this message
Ryan Hallisey (rthall14) wrote :
Ryan Hallisey (rthall14)
Changed in tripleo:
status: New → Triaged
Revision history for this message
Ryan Hallisey (rthall14) wrote :

Something is happening during the update in the tripleoclient that is causing the token to be 'x'. The deployment works fine where the token exists, but after running `openstack undercloud update` the issue occurs.

Revision history for this message
Emilien Macchi (emilienm) wrote :

This bug was last updated over 180 days ago, as tripleo is a fast moving project and we'd like to get the tracker down to currently actionable bugs, this is getting marked as Invalid. If the issue still exists, please feel free to reopen it.

Changed in tripleo:
status: Triaged → Invalid
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.