← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1433816] [NEW] [data processing] Make sahara permission check backwards compatible

 

Public bug reported:

The permission checked was changed in:
https://bugs.launchpad.net/horizon/+bug/1429987


FROM:
permissions = ('openstack.services.data_processing',)

TO:
permissions = ('openstack.services.data-processing',)

The change is not backwards compatible. Needs to be updated to do an OR
to check for both

** Affects: horizon
     Importance: High
     Assignee: Lin Hua Cheng (lin-hua-cheng)
         Status: New

** Changed in: horizon
     Assignee: (unassigned) => Lin Hua Cheng (lin-hua-cheng)

** Changed in: horizon
   Importance: Undecided => High

-- 
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/1433816

Title:
  [data processing] Make sahara permission check backwards compatible

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The permission checked was changed in:
  https://bugs.launchpad.net/horizon/+bug/1429987

  
  FROM:
  permissions = ('openstack.services.data_processing',)

  TO:
  permissions = ('openstack.services.data-processing',)

  The change is not backwards compatible. Needs to be updated to do an
  OR to check for both

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


Follow ups

References