← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1593890] Re: Volume type tab shows an error if volume type encryption is disabled

 

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

commit e8298d90a450f45f01559314042584f320c5bb9e
Author: Ying Zuo <yinzuo@xxxxxxxxx>
Date:   Fri Jun 17 16:50:49 2016 -0700

    Check if volume type encryption is enabled before retrieving the data
    
    Change-Id: I4338acf0f22e6639e29a3d2d4e589bdef8a0c10c
    Closes-bug: #1593890


** 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/1593890

Title:
   Volume type tab shows an error if  volume type encryption is disabled

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  Steps to reproduce:

  1. Disable volume type encryption on cinder_policy.json as the following
      "volume_extension:volume_type_encryption": "!",
      "volume_extension:volume_encryption_metadata": "!",

  2. Go to admin -> volumes panel
  3. Click on Volume Types tab
  4. Verify the volume type encryption is disabled by check the "Create Encryption" action is not available for the volume type.
  5. Note that there's an error showing unable to retrieve volume type encryption information.

  The volume types table has an encryption column and it assumes the
  encryption is always enabled which is not the case.

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


References