~raharper/charms/trusty/nova-compute/nova-compute-lxd

« back to all changes in this revision

Viewing changes to templates/grizzly/nova.conf

  • Committer: james.page at ubuntu
  • Date: 2014-06-23 13:08:14 UTC
  • mfrom: (59.3.1 nova-compute)
  • Revision ID: james.page@ubuntu.com-20140623130814-as278ect6yqp4a7m
[niedbalski,r=james-page] Remove deprecated and dropped configuration options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
state_path=/var/lib/nova
14
14
lock_path=/var/lock/nova
15
15
force_dhcp_release=True
16
 
iscsi_helper=tgtadm
17
16
libvirt_use_virtio_for_bridges=True
18
 
connection_type=libvirt
19
 
root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
20
17
verbose=True
21
18
use_syslog = {{ use_syslog }}
22
19
ec2_private_dns_show_ip=True
23
20
api_paste_config=/etc/nova/api-paste.ini
24
 
volumes_path=/var/lib/nova/volumes
25
21
enabled_apis=ec2,osapi_compute,metadata
26
22
auth_strategy=keystone
27
23
compute_driver=libvirt.LibvirtDriver