[CDH] Wrong args when call super method in v5_4_0.plugin_utils

Bug #1517851 reported by Jaxon Wang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Sahara
Fix Released
Medium
Jaxon Wang
Liberty
Fix Released
Medium
Vitalii Gridnev
Mitaka
Fix Released
Medium
Jaxon Wang

Bug Description

in sahara/plugins/cdh.v5_4_0/plugin_utils.py:159

def _configure_repo_from_inst(self, instance):
    super(PluginUtilsV540, self)._configure_repo_from_inst(self, instance)

https://github.com/openstack/sahara/blob/master/sahara/plugins/cdh/v5_4_0/plugin_utils.py#L159

Should be no 'self' when using super to call method.

Jaxon Wang (jxwang92)
Changed in sahara:
assignee: nobody → Jaxon Wang (jxwang92)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to sahara (master)

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

Changed in sahara:
status: New → In Progress
Changed in sahara:
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (master)

Reviewed: https://review.openstack.org/247449
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=84457eed830f0c0a80fcfc856332a191b91b096a
Submitter: Jenkins
Branch: master

commit 84457eed830f0c0a80fcfc856332a191b91b096a
Author: Jaxon Wang <email address hidden>
Date: Thu Nov 19 19:27:15 2015 +0800

    Remove unneeded 'self' in plugins.cdh.v5_4_0.plugin_utils

    Should be no 'self' when using super to call method. Just remove it.

    Change-Id: I2e0e6cf5efbe35b0f9d1b8a216160ce231cfda0a
    Closes-bug: #1517851

Changed in sahara:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (stable/liberty)

Reviewed: https://review.openstack.org/248108
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=ea18624d79c2ffbc113a4aa5341ba9e2ee6b2138
Submitter: Jenkins
Branch: stable/liberty

commit ea18624d79c2ffbc113a4aa5341ba9e2ee6b2138
Author: Jaxon Wang <email address hidden>
Date: Thu Nov 19 19:27:15 2015 +0800

    Remove unneeded 'self' in plugins.cdh.v5_4_0.plugin_utils

    Should be no 'self' when using super to call method. Just remove it.

    Change-Id: I2e0e6cf5efbe35b0f9d1b8a216160ce231cfda0a
    Closes-bug: #1517851
    (cherry picked from commit 84457eed830f0c0a80fcfc856332a191b91b096a)

Changed in sahara:
status: Fix Committed → Fix Released
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.