~openstack-charmers-archive/charms/trusty/nova-compute/next

« back to all changes in this revision

Viewing changes to templates/icehouse/nova.conf

  • Committer: James Page
  • Date: 2016-02-18 11:09:54 UTC
  • mfrom: (192.2.3 nova-compute)
  • Revision ID: james.page@ubuntu.com-20160218110954-rw4wakxvlx101nqx
Use region information from nova-cloud-controller

This ensures that the correct cinder endpoint is access when performing volume operations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
 
114
114
{% if volume_service -%}
115
115
volume_api_class = nova.volume.cinder.API
 
116
{% if region -%}
 
117
os_region_name = {{ region }}
 
118
{% endif -%}
116
119
{% endif -%}
117
120
 
118
121
{% if user_config_flags -%}