File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ openstack_routers: []
21
21
# stackhpc.os-networks role.
22
22
openstack_security_groups: []
23
23
24
+ # List of RBAC definitions in the openstack projct. Format is as required by the
25
+ # stackhpc.os-networks role.
26
+ openstack_networks_rbac: []
27
+
24
28
###############################################################################
25
29
# Configuration of nova flavors for OpenStack.
26
30
Original file line number Diff line number Diff line change 12
12
os_networks : " {{ openstack_networks }}"
13
13
os_networks_routers : " {{ openstack_routers }}"
14
14
os_networks_security_groups : " {{ openstack_security_groups }}"
15
+ os_networks_rbac : " {{ openstack_networks_rbac }}"
Original file line number Diff line number Diff line change 21
21
# Format is as required by the stackhpc.os-networks role.
22
22
# openstack_security_groups:
23
23
24
+ # List of RBAC definitions in the openstack projct. Format is as required by the
25
+ # stackhpc.os-networks role.
26
+ # openstack_networks_rbac:
27
+
24
28
# ##############################################################################
25
29
# Configuration of nova flavors.
26
30
You can’t perform that action at this time.
0 commit comments