From 652ecb5c3d509ec5c098fac2e5ac62eeede776b5 Mon Sep 17 00:00:00 2001 From: Mikyung Kang Date: Tue, 26 Mar 2013 17:58:04 -0400 Subject: Adds Tilera back-end for baremetal blueprint add-tilera-to-baremetal. The baremetal driver is a hypervisor driver for Openstack Nova Compute. Within the Openstack framework, it has the same role as the drivers for other hypervisors (libvirt, xen, etc). With this patch set of tilera-backend, provisioning and management of non-PXE tilera physical hardware is accomplished using common cloud APIs and tools. Change-Id: I356c06a07ace463779e3b84836d5000331e24814 Co-authored-by: Mikyung Kang Co-authored-by: David Kang Co-authored-by: Ken Igarashi Co-authored-by: Arata Notsu Co-authored-by: Devananda van der Veen --- etc/nova/rootwrap.d/compute.filters | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/nova/rootwrap.d/compute.filters b/etc/nova/rootwrap.d/compute.filters index 60e965109..6d4082940 100644 --- a/etc/nova/rootwrap.d/compute.filters +++ b/etc/nova/rootwrap.d/compute.filters @@ -202,3 +202,6 @@ sg_scan: CommandFilter, /usr/bin/sg_scan, root # nova/virt/xenapi/vm_utils.py: xenstore-read: CommandFilter, /usr/bin/xenstore-read, root + +# nova/virt/baremetal/tilera.py: '/usr/sbin/rpc.mountd' +rpc.mountd: CommandFilter, /usr/sbin/rpc.mountd, root -- cgit