← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1643417] Re: Unable to delete extra spec on admin volume type panel

 

Reviewed:  https://review.openstack.org/447765
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=2e30dca2bc06f12a3043229a9362b0396446a22f
Submitter: Jenkins
Branch:    master

commit 2e30dca2bc06f12a3043229a9362b0396446a22f
Author: space <fengzhr@xxxxxxxxxxx>
Date:   Mon Mar 20 22:23:35 2017 -0400

    Fix the bug in 'Delete Extra Spec'
    
    The cause is that ID of a single object is passed as the argument
    so we need to convert it into an array (iterable) so that delete the
    volume_type's extra spec return success.
    
    Change-Id: I7d2225e5497748faf20345fd2579c359fff9f3fb
    Closes-Bug: #1643417


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1643417

Title:
  Unable to delete extra spec on admin volume type panel

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Unable to delete extra spec on admin volume type panel

  Steps to Reproduce:
  ================
  1. Open Admin/Volumes/Volumes Type panel;
  2. Click the "View Extra Specs" button in the row action of the table, and there will show a modal of 'Volume Type Extra Specs' info.
  3. Click the 'Delete Extra Spec' button in the modal.

  Actual results:
  ===========
  There cast the error in the top right corner of the page,
  and below is the log in the console:

  Action (u'deleted extra spec', u'czxczx') Failed for Volume Type
  13475ec2-69a1-421f-8eac-5f01e70d2689 has no extra specs with key c.
  (HTTP 404) (Request-ID: req-a6addb44-ba69-48c5-a4cf-c14172a6f479)

  Expected results:
  ==============
  Extra Specs should delete

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1643417/+subscriptions


References