From a9166b8352795a0952f3341136184deb344ba200 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 13 Apr 2015 13:24:50 +0000 Subject: Add default configuration files for Ironic Those were copied from an Ironic git checkout. Those files will be modified and installed on '/etc' on a posterior commit to integrate Ironic with the rest of the OpenStack components. Change-Id: If0e9d9b0b6ff8dc99fe20cfbf2a8c5ed0b0c3cd2 --- openstack/usr/share/openstack/ironic/policy.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openstack/usr/share/openstack/ironic/policy.json (limited to 'openstack/usr/share/openstack/ironic/policy.json') diff --git a/openstack/usr/share/openstack/ironic/policy.json b/openstack/usr/share/openstack/ironic/policy.json new file mode 100644 index 00000000..94ac3a5b --- /dev/null +++ b/openstack/usr/share/openstack/ironic/policy.json @@ -0,0 +1,5 @@ +{ + "admin": "role:admin or role:administrator", + "admin_api": "is_admin:True", + "default": "rule:admin_api" +} -- cgit v1.2.1