~james-page/charms/trusty/nova-compute/disable-neutron-security-option

« back to all changes in this revision

Viewing changes to templates/qemu.conf

  • Committer: James Page
  • Date: 2013-10-15 12:04:13 UTC
  • mfrom: (46.1.83 nova-compute)
  • Revision ID: james.page@canonical.com-20131015120413-grclbw2ot5gbgp5r
Update of all Havana / Saucy / python-redux work:

* Full python rewrite using new OpenStack charm-helpers.

* Test coverage

* Havana support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
# [ WARNING ]
 
3
# Configuration file maintained by Juju. Local changes may be overwritten.
 
4
###############################################################################
 
5
 
 
6
# File installed by Juju nova-compute charm
 
7
cgroup_device_acl = [
 
8
   "/dev/null", "/dev/full", "/dev/zero",
 
9
   "/dev/random", "/dev/urandom",
 
10
   "/dev/ptmx", "/dev/kvm", "/dev/kqemu",
 
11
   "/dev/rtc", "/dev/hpet", "/dev/net/tun",
 
12
]