Oslo update requires a change to with_shell kwarg

Bug #1175757 reported by Dan Nguyen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Fix Released
Undecided
Justin Hopper

Bug Description

This bug occurs upon applying the latest oslo openstack common package:

https://review.openstack.org/#/c/27607/

013-05-02 19:03:16 DEBUG [reddwarf.guestagent.manager] Mounted the volume.
2013-05-02 19:03:16 INFO [reddwarf.guestagent.dbaas] Starting mysql...
2013-05-02 19:03:16 INFO [reddwarf.guestagent.dbaas] Enabling mysql on boot.
2013-05-02 19:03:16 ERROR [reddwarf.openstack.common.rpc.amqp] Exception during message handling
Traceback (most recent call last):
  File "/home/ubuntu/reddwarf/reddwarf/openstack/common/rpc/amqp.py", line 433, in _process_data
    **args)
  File "/home/ubuntu/reddwarf/reddwarf/openstack/common/rpc/dispatcher.py", line 148, in dispatch
    return getattr(proxyobj, method)(ctxt, **kwargs)
  File "/home/ubuntu/reddwarf/reddwarf/guestagent/manager.py", line 85, in prepare
    app.start_mysql()
  File "/home/ubuntu/reddwarf/reddwarf/guestagent/dbaas.py", line 855, in start_mysql
    self._enable_mysql_on_boot()
  File "/home/ubuntu/reddwarf/reddwarf/guestagent/dbaas.py", line 716, in _enable_mysql_on_boot
    utils.execute_with_timeout(command, with_shell=True)
  File "/home/ubuntu/reddwarf/reddwarf/common/utils.py", line 262, in execute_with_timeout
    return execute(*args, **kwargs)
  File "/home/ubuntu/reddwarf/reddwarf/openstack/common/processutils.py", line 91, in execute
    'to utils.execute: %r') % kwargs)
UnknownArgumentError: Got unknown keyword args to utils.execute: {'with_shell': True}

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to reddwarf (master)

Fix proposed to branch: master
Review: https://review.openstack.org/28195

Changed in reddwarf:
assignee: nobody → Dan Nguyen (daniel-a-nguyen)
status: New → In Progress
Changed in reddwarf:
assignee: Dan Nguyen (daniel-a-nguyen) → Justin Hopper (justin-hopper)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to reddwarf (master)

Reviewed: https://review.openstack.org/27607
Committed: http://github.com/stackforge/reddwarf/commit/770c0fd83b19ef2b55a032f750f9e22b9c4c5ea1
Submitter: Jenkins
Branch: master

commit 770c0fd83b19ef2b55a032f750f9e22b9c4c5ea1
Author: justin-hopper <email address hidden>
Date: Fri Apr 26 14:50:19 2013 -0700

    Refreshed Oslo Code

        Change to auth_tok to auth_token
        Added dependency on oslo.config package
        Remove reddwarf.openstack.common.cfg

    Change-Id: I61af7a54d09f3d1d6b6efe470ea6308be8ace2e7
    Fixes: bug #1175757

Changed in reddwarf:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in trove:
milestone: none → havana-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in trove:
milestone: havana-2 → 2013.2
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.