~tribaal/charms/trusty/nova-cloud-controller/update-charm-helpers-stable

« back to all changes in this revision

Viewing changes to templates/icehouse/nova.conf

  • Committer: james.page at ubuntu
  • Date: 2014-10-13 16:18:58 UTC
  • mfrom: (95.2.11 nova-cloud-controller)
  • Revision ID: james.page@ubuntu.com-20141013161858-fdcq2h0h6u13dzex
[gnuoy,r=james-page,t=james-page] Add support for new Nova Cells service for scalable OpenStack Compute.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# Configuration file maintained by Juju. Local changes may be overwritten.
5
5
###############################################################################
6
6
[DEFAULT]
 
7
verbose={{ verbose }}
 
8
debug={{ debug }}
7
9
dhcpbridge_flagfile=/etc/nova/nova.conf
8
10
dhcpbridge=/usr/bin/nova-dhcpbridge
9
11
logdir=/var/log/nova
14
16
libvirt_use_virtio_for_bridges=True
15
17
connection_type=libvirt
16
18
root_helper=sudo nova-rootwrap /etc/nova/rootwrap.conf
17
 
verbose=True
18
19
ec2_private_dns_show_ip=True
19
20
api_paste_config=/etc/nova/api-paste.ini
20
21
volumes_path=/var/lib/nova/volumes
145
146
[osapi_v3]
146
147
enabled=True
147
148
 
 
149
{% include "parts/cell" %}
 
150
 
148
151
[conductor]
149
152
workers = {{ workers }}