~hopem/charms/trusty/nova-cloud-controller/fix-ssl-inject

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-01-13 15:18:39 UTC
  • mfrom: (123.5.5 nova-cloud-controller)
  • Revision ID: james.page@ubuntu.com-20150113151839-9p0rzcmg0upcl1m1
[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:
103
103
      .
104
104
      If multiple networks are being used, a VIP should be provided for each
105
105
      network, separated by spaces.
 
106
  vip_iface:
 
107
    type: string
 
108
    default: eth0
 
109
    description: |
 
110
      Default network interface to use for HA vip when it cannot be automatically
 
111
      determined.
 
112
  vip_cidr:
 
113
    type: int
 
114
    default: 24
 
115
    description: |
 
116
      Default CIDR netmask to use for HA vip when it cannot be automatically
 
117
      determined.
106
118
  ha-bindiface:
107
119
    type: string
108
120
    default: eth0