Class name misspelled in ironicclient/exc.py

Bug #1356512 reported by Sergey Lupersolsky
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-ironicclient
Fix Released
Low
Sergey Lupersolsky

Bug Description

https://github.com/openstack/python-ironicclient/blob/master/ironicclient/exc.py#L29

the class name is misspelled: AmbigiousAuthSystem should be
AmbiguousAuthSystem

Changed in ironic:
assignee: nobody → Sergey Lupersolsky (slupers1)
status: New → In Progress
Ruby Loo (rloo)
affects: ironic → python-ironicclient
Changed in python-ironicclient:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-ironicclient (master)

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

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-ironicclient (master)

Reviewed: https://review.openstack.org/114916
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=1d05c41ead88735bef661b2c7a4d402cf6f8d901
Submitter: Jenkins
Branch: master

commit 1d05c41ead88735bef661b2c7a4d402cf6f8d901
Author: Sergey Lupersolsky <email address hidden>
Date: Mon Aug 18 09:12:18 2014 +0000

    Fix misspelled class name AmbigiousAuthSystem

    Class name AmbigiousAuthSystem in exc.py is misspelled.
    To fix the issue, this patch renames AmbigiousAuthSystem to
    AmbiguousAuthSystem in exc.py and creates an alias for compatibility.
    Also edits the use of the class in client.py accordingly and adds an
    additional assertRaises() to
    test_client.py.test_get_client_no_url_and_no_token to test both the
    correct exception and the alias.

    Change-Id: I18309b045d5eb9e81c72b1ed9de350925927db66
    Closes-Bug: 1356512

Changed in python-ironicclient:
status: In Progress → Fix Committed
Changed in python-ironicclient:
milestone: none → 0.7.0
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.