Cue

Remove unused code in API

Bug #1438857 reported by Davide Agnello
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Cue
Fix Committed
Low
Davide Agnello

Bug Description

As part of the RabbitMQ username and password configuration, the following piece of code was not removed in the final patch:

        cluster.additional_information = []
        cluster.additional_information.append(
            dict(def_rabbit_user=default_rabbit_user))
        cluster.additional_information.append(
            dict(def_rabbit_pass=default_rabbit_pass))

This is not being used by Cue or it's users.

Changed in cue:
importance: Undecided → Low
assignee: nobody → Davide Agnello (dagnello)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cue (master)

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

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

Reviewed: https://review.openstack.org/169547
Committed: https://git.openstack.org/cgit/stackforge/cue/commit/?id=b5cb4dad9190e9998105070537a66d801f9e77d8
Submitter: Jenkins
Branch: master

commit b5cb4dad9190e9998105070537a66d801f9e77d8
Author: dagnello <email address hidden>
Date: Tue Mar 31 15:40:39 2015 -0700

    Removing unused code in API

    This code was left over as part of adding RabbitMQ username and
    password support configuration and is not used.

    Change-Id: If6317f51479d45e834d6ae663fb01e87f4ea280b
    closes-bug: 1438857

Changed in cue:
status: In Progress → Fix Committed
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.