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

« back to all changes in this revision

Viewing changes to config.yaml

  • 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:
150
150
    default: RegionOne
151
151
    type: string
152
152
    description: OpenStack Region
 
153
  use-internal-endpoints:
 
154
    default: False
 
155
    type: boolean
 
156
    description: |
 
157
      Openstack mostly defaults to using public endpoints for
 
158
      internal communication between services. If set to True this option will
 
159
      configure services to use internal endpoints where possible.
153
160
  # HA configuration settings
154
161
  vip:
155
162
    type: string