Bug 1122496
Summary: | Can't clone application of additional storage within owner domain by admin/edit member which has no additional stroage capability | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Brenton Leanhardt <bleanhar> |
Component: | Node | Assignee: | Brenton Leanhardt <bleanhar> |
Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
Severity: | low | Docs Contact: | |
Priority: | high | ||
Version: | 2.1.0 | CC: | abhgupta, adellape, anli, jialiu, jliggitt, jokerman, libra-bugs, libra-onpremise-devel, mmccomas, xiama, xiuwang |
Target Milestone: | --- | Keywords: | Upstream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openshift-origin-broker-1.16.1.11-1.el6op, rubygem-openshift-origin-controller-1.23.10.8-1.el6op | Doc Type: | Bug Fix |
Doc Text: |
When creating an application, it was possible in certain situations for a user without the additional storage capability to add storage within a domain. This occurred because the additional storage capability was checked for the wrong user account, which was due to a bug in the broker's controller library. This bug fix updates the controller library and now the domain owner's capabilities are correctly checked.
|
Story Points: | --- |
Clone Of: | 1121971 | Environment: | |
Last Closed: | 2014-08-26 13:52:51 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1121971 | ||
Bug Blocks: |
Description
Brenton Leanhardt
2014-07-23 11:37:38 UTC
Upstream commit: commit 525547875c4673e2a317c013fd6053ed792c4b58 Author: Jordan Liggitt <jliggitt> Date: Tue Jul 22 09:16:31 2014 -0400 Bug 1121971: Validate based on domain owner capabilities during app create Check on puddle[2.1.5/2014-08-01.1] 1.Create an app with xiaom #rhc app create phps php-5.4 -s -l xiaom -n xiaom 2.add user 'xiama' to domain 'xiaom' #rhc member add xiama -n xiaom -r admin 3.set max tracked storage for xiaom #oo-admin-ctl-user -l xiaom --setmaxtrackedstorage 20 4.add storage for app with xiama rhc cartridge storage php --set 10 -a phps -l xiama 5.clone a new app from phps #rhc app create phpc --from-app xiaom/phps -l xiama The app is created successfully! so move the issue to VERIFIED. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2014-1095.html |