Skip to content

Commit

Permalink
Changes for hiding Monitor alarms page and Physical Devices and RBAC …
Browse files Browse the repository at this point in the history
…Config

pages for non-admin user

Below Manual Test Cases are passed

1)Monitor Alarms, Config Physical Devices and RBAC sections should be hidden for non-admin user
2)Monitor Alarms, Config Physical Devices and RBAC sections should be visible for
cloud-admin or admin user

Related-bug: #1594301
(cherry picked from commit 253833c)

Conflicts:
	webroot/menu.xml

Change-Id: I3ddd50b7e810f5828bf352a94dde28f2a03028fe
  • Loading branch information
sbavanasi committed Oct 26, 2016
1 parent 0fb8b59 commit 99bedaa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions webroot/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,14 @@ and need to add the iconClass tag wherever we need to show some icons
<label>Alarms</label>
<hash>mon_alarms</hash>
<iconClass>icon-bell-alt</iconClass>
<access>
<roles>
<role>cloudAdmin</role>
</roles>
<orchModels>
<model>openstack</model>
</orchModels>
</access>
<resources>
<resource>
<rootDir>.</rootDir>
Expand Down Expand Up @@ -481,7 +489,7 @@ and need to add the iconClass tag wherever we need to show some icons
<hash>config_pd</hash>
<access>
<roles>
<role>member</role>
<role>cloudAdmin</role>
</roles>
<orchModels>
<model>openstack</model>
Expand Down Expand Up @@ -868,7 +876,7 @@ and need to add the iconClass tag wherever we need to show some icons
<label>RBAC</label>
<access>
<roles>
<role>member</role>
<role>cloudAdmin</role>
</roles>
<orchModels>
<model>openstack</model>
Expand Down

0 comments on commit 99bedaa

Please sign in to comment.