~gnuoy/charms/trusty/keystone/bug1403132

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-01-13 15:18:36 UTC
  • mfrom: (87.4.6 keystone)
  • Revision ID: james.page@ubuntu.com-20150113151836-ucrbrqq0vq8kkx5n
[james-page,r=gnuoy] Add fallback configuration options for vip cidr and iface for non-standard deployments

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
      .
139
139
      If multiple networks are being used, a VIP should be provided for each
140
140
      network, separated by spaces.
 
141
  vip_iface:
 
142
    type: string
 
143
    default: eth0
 
144
    description: |
 
145
      Default network interface to use for HA vip when it cannot be automatically
 
146
      determined.
 
147
  vip_cidr:
 
148
    type: int
 
149
    default: 24
 
150
    description: |
 
151
      Default CIDR netmask to use for HA vip when it cannot be automatically
 
152
      determined.
141
153
  ha-bindiface:
142
154
    type: string
143
155
    default: eth0