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: []
2121# stackhpc.os-networks role.
2222openstack_security_groups: []
2323
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+
2428###############################################################################
2529# Configuration of nova flavors for OpenStack.
2630
Original file line number Diff line number Diff line change 1212 os_networks : " {{ openstack_networks }}"
1313 os_networks_routers : " {{ openstack_routers }}"
1414 os_networks_security_groups : " {{ openstack_security_groups }}"
15+ os_networks_rbac : " {{ openstack_networks_rbac }}"
Original file line number Diff line number Diff line change 2121# Format is as required by the stackhpc.os-networks role.
2222# openstack_security_groups:
2323
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+
2428# ##############################################################################
2529# Configuration of nova flavors.
2630
You can’t perform that action at this time.
0 commit comments