← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1436613] Re: TypeError: _instance_action() got an unexpected keyword argument 'clean_shutdown'

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-rc1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1436613

Title:
  TypeError: _instance_action() got an unexpected keyword argument
  'clean_shutdown'

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Calls to resize_instance in cells fail with the following trace:

  2015-03-17 20:22:51.152 ERROR oslo_messaging.rpc.dispatcher [req-a7006e81-683f-4397-ac73-d931565e7cfb MigrationsAdminTest-1202257631 MigrationsAdminTest-955888068] Exception during message handling: _instance_action() got an unexpected keyword argument 'clean_shutdown'
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher Traceback (most recent call last):
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher   File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 142, in _dispatch_and_reply
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher     executor_callback))
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher   File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 186, in _dispatch
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher     executor_callback)
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher   File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/rpc/dispatcher.py", line 130, in _do_dispatch
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher     result = func(ctxt, **new_args)
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher   File "/opt/stack/nova/nova/cells/manager.py", line 533, in resize_instance
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher     clean_shutdown=clean_shutdown)
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher   File "/opt/stack/nova/nova/cells/messaging.py", line 1780, in resize_instance
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher     clean_shutdown=clean_shutdown)
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher TypeError: _instance_action() got an unexpected keyword argument 'clean_shutdown'
  2015-03-17 20:22:51.152 TRACE oslo_messaging.rpc.dispatcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1436613/+subscriptions


References