RBAC Shared Security Groups Are Not Visible In Horizon Dashboard

Bug #2011547 reported by Lukas Koenen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
New
Undecided
Unassigned

Bug Description

When sharing a security group using rbac policies

    openstack network rbac create --target-project PROJECT_UUID --action \
        access_as_shared --type security_group SEC_GROUP_UUID

the shared policy is not visible in the project it is shared to when using Horizon. Not in the security group overview and not when editing an instance. The only way to assign the shared security group is using the openstack cli (only UUIDs work). After assigning the shared security group is only visible in Horizon when inspecting the instance.

Furthermore when editing the assigned security groups of an instance using Horizon the shared security group (assigned via cli) gets removed automatically.

Steps to reproduce:

    1. create security group
    2. share security group
        openstack network rbac create --target-project PROJECT_UUID \
            --action access_as_shared \
            --type security_group SEC_GROUP_UUID
    3. assign security group
        openstack server add security group INSTANCE_UUID SEC_GROUP_UUID

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.