First time here? Check out the FAQ!
![]() | 1 | initial version |
Solved: This was the approach, trying to modify roles.
Goal: I have 4 units with each 3 teams in it. Each team must be able to create instances, and each team must also be able to create instances on a _shared_ net for the respective unit. BUT unit 1 should _not_ see any instance of unit 2 and so on...
The problem: How can I create shared networks within a single unit:
Solution: The use of RBAC: http://docs.openstack.org/mitaka/networking-guide/config-rbac.html
With that, it is easy to create a network we like to share with other tenants.
![]() | 2 | No.2 Revision |
Solved: This was the wrong approach, trying to modify roles.
Goal: I have 4 units with each 3 teams in it. Each team must be able to create instances, and each team must also be able to create instances on a _shared_ net for the respective unit. BUT unit 1 should _not_ see any instance of unit 2 and so on...
The problem: How can I create shared networks within a single unit:
Solution: The use of RBAC: http://docs.openstack.org/mitaka/networking-guide/config-rbac.html
With that, it is easy to create a network we like to share with other tenants.
![]() | 3 | No.3 Revision |
Solved: This was the wrong approach, trying to modify roles.
Goal: I have 4 units with each 3 teams in it. Each team must be able to create instances, and each team must also be able to create instances on a _shared_ net for the respective unit. BUT unit 1 should _not_ see any instance of unit 2 and so on...
The problem: How can I create shared networks within a single unit:
Solution: The use of RBAC: http://docs.openstack.org/mitaka/networking-guide/config-rbac.htmlCheck the openstack documentation for Mitaka => Networking-Guide => Config RBAC
With that, it is easy to create a network we like to share with other tenants.
![]() | 4 | No.4 Revision |
Solved: This was the wrong approach, trying to modify roles.
Goal: I have 4 units with each 3 teams in it. Each team must be able to create instances, and each team must also be able to create instances on a _shared_ net for the respective unit. BUT unit 1 should _not_ see any instance of unit 2 and so on...
The problem: How can I create shared networks within a single unit:
Solution: The use of RBAC: Check the official openstack documentation for Mitaka of release mitaka => Networking-Guide => Config RBACRBAC (http://docs.openstack.org/mitaka/networking-guide/config-rbac.html)
With that, it is easy to create a network we like to share with other tenants.