~james-page/charms/trusty/nova-compute/lp1516640-stable

« back to all changes in this revision

Viewing changes to templates/juno/nova.conf

  • Committer: james.page at ubuntu
  • Date: 2015-08-10 16:37:16 UTC
  • Revision ID: james.page@ubuntu.com-20150810163716-gvfyq10famva34za
Tags: 15.07
[gnuoy] 15.07 Charm release

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
network_manager = nova.network.manager.FlatDHCPManager
103
103
{% endif -%}
104
104
 
 
105
{% if network_device_mtu -%}
 
106
network_device_mtu = {{ network_device_mtu }}
 
107
{% endif -%}
 
108
 
105
109
{% if volume_service -%}
106
110
volume_api_class = nova.volume.cinder.API
107
111
{% endif -%}