First time here? Check out the FAQ!
2017-02-21 03:54:39 -0600 | received badge | ● Notable Question (source) |
2017-02-21 03:54:39 -0600 | received badge | ● Popular Question (source) |
2017-02-21 03:49:33 -0600 | answered a question | how can i mount cdrom in to opentack instance You may want to set some additional image settings to force the load as IDE? It then will be attached as /dev/hdX |
2016-10-03 08:02:33 -0600 | received badge | ● Enthusiast |
2016-09-30 07:13:59 -0600 | received badge | ● Supporter (source) |
2016-09-30 04:01:47 -0600 | received badge | ● Editor (source) |
2016-09-30 03:58:32 -0600 | answered a question | create a user role to allow choosing "provider network type" 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 of release mitaka => Networking-Guide => Config RBAC (http://docs.openstack.org/mitaka/networking-guide/config-rbac.html (http://docs.openstack.org/mitaka/netw...)) With that, it is easy to create a network we like to share with other tenants. |
2016-09-20 03:06:21 -0600 | asked a question | create a user role to allow choosing "provider network type" Trying to create a role which allows a user to create networks in "admin-mode" did not work as expected. I have mitaka running and created: * role: "team-admin" * assigned that role to a user / project * modified neutron policy.json with: "context_is_admin": "role:admin or role:team-admin", Unfortunately, I'm still not able to create new networks and select a "provider network type". What did I forgot? I can't find it in the manual(s). Thanks for a hint. |