exceptions.Error does not exist

Bug #1242662 reported by yong sheng gong
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
Fix Released
Medium
yong sheng gong

Bug Description

    def add_extension(self, ext):
        # Do nothing if the extension doesn't check out
        if not self._check_extension(ext):
            return

        alias = ext.get_alias()
        LOG.info(_('Loaded extension: %s'), alias)

        if alias in self.extensions:
            raise exceptions.Error(_("Found duplicate extension: %s") %
                                   alias)
        self.extensions[alias] = ext

Tags: neutron-core
Changed in neutron:
milestone: none → icehouse-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

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

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

Reviewed: https://review.openstack.org/52906
Committed: http://github.com/openstack/neutron/commit/7d44629c2e8003f5bbb87e9b697eec54b4cce793
Submitter: Jenkins
Branch: master

commit 7d44629c2e8003f5bbb87e9b697eec54b4cce793
Author: Yong Sheng Gong <email address hidden>
Date: Mon Oct 21 20:26:36 2013 +0800

    Replace a non-existing exception

    Closes-Bug: #1242662

    Change-Id: Ie44023c0fd9ba1373ec6e62d9245884b9f719b7e

Changed in neutron:
status: In Progress → Fix Committed
tags: added: neutron-core
Thierry Carrez (ttx)
Changed in neutron:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in neutron:
milestone: icehouse-1 → 2014.1
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.