summaryrefslogtreecommitdiffstats
path: root/etc/nova
diff options
context:
space:
mode:
authorMikyung Kang <mkkang@isi.edu>2013-03-26 17:58:04 -0400
committerMikyung Kang <mkkang@isi.edu>2013-03-26 17:58:04 -0400
commit652ecb5c3d509ec5c098fac2e5ac62eeede776b5 (patch)
tree0ac0a481080ccd6776ca77907f359cb1a2c32533 /etc/nova
parent31194ff33a171c192df32fb09b172bb990a8392e (diff)
downloadnova-652ecb5c3d509ec5c098fac2e5ac62eeede776b5.tar.gz
nova-652ecb5c3d509ec5c098fac2e5ac62eeede776b5.tar.xz
nova-652ecb5c3d509ec5c098fac2e5ac62eeede776b5.zip
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 <mkkang@isi.edu> Co-authored-by: David Kang <dkang@isi.edu> Co-authored-by: Ken Igarashi <igarashik@nttdocomo.co.jp> Co-authored-by: Arata Notsu <notsu@virtualtech.jp> Co-authored-by: Devananda van der Veen <devananda.vdv@gmail.com>
Diffstat (limited to 'etc/nova')
-rw-r--r--etc/nova/rootwrap.d/compute.filters3
1 files changed, 3 insertions, 0 deletions
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