~openstack-charmers-next/charms/wily/nova-cloud-controller/trunk

« back to all changes in this revision

Viewing changes to templates/liberty/nova.conf

  • Committer: Edward Hope-Morley
  • Date: 2016-04-01 11:40:06 UTC
  • Revision ID: edward.hope-morley@canonical.com-20160401114006-7y8uja3mcd717e1f
Support using internal network for clients

Openstack mostly defaults to using public endpoints for
internal communication between services. This patch adds
a new option use-internal-endpoints which, if set to True,
will configure services to use internal endpoints where
possible.

Closes-Bug: 1456876
Change-Id: I0f13fa1ab66864859d3adb37e5ec64bd95d7025d

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
 
147
147
{% include "section-keystone-authtoken" %}
148
148
 
149
 
{% include "parts/cinder" %}
 
149
{% include "parts/section-cinder" %}
150
150
 
151
151
[osapi_v3]
152
152
enabled=True