We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebab9f7 commit 3606992Copy full SHA for 3606992
2 files changed
ansible/group_vars/all/openstack
@@ -21,6 +21,10 @@ openstack_routers: []
21
# stackhpc.os-networks role.
22
openstack_security_groups: []
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
+
28
###############################################################################
29
# Configuration of nova flavors for OpenStack.
30
ansible/openstack-networks.yml
@@ -12,3 +12,4 @@
12
os_networks: "{{ openstack_networks }}"
13
os_networks_routers: "{{ openstack_routers }}"
14
os_networks_security_groups: "{{ openstack_security_groups }}"
15
+ os_networks_rbac: "{{ openstack_networks_rbac }}"
0 commit comments