~openstack-charmers-archive/charms/trusty/openstack-dashboard/next

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-01-13 15:18:29 UTC
  • mfrom: (41.4.4 openstack-dashboard)
  • Revision ID: james.page@ubuntu.com-20150113151829-ef6pi3iwd6mf39a2
[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:
36
36
        type: string
37
37
        default:
38
38
        description: "Virtual IP to use to front openstack dashboard ha configuration"
 
39
    vip_iface:
 
40
        type: string
 
41
        default: eth0
 
42
        description: |
 
43
          Default network interface to use for HA vip when it cannot be automatically
 
44
          determined.
 
45
    vip_cidr:
 
46
        type: int
 
47
        default: 24
 
48
        description: |
 
49
          Default CIDR netmask to use for HA vip when it cannot be automatically
 
50
          determined.
39
51
    ha-bindiface:
40
52
        type: string
41
53
        default: eth0