~james-page/charms/trusty/cinder/worker-config

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/openstack/utils.py

  • Committer: james.page at ubuntu
  • Date: 2014-10-06 21:49:00 UTC
  • mfrom: (45.1.14 cinder)
  • Revision ID: james.page@ubuntu.com-20141006214900-8ipsbvdjb5l5tlf3
[jamespage,r=gnuoy] Add support for HTTPS+HA in network-split configurations

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    ('1.12.0', 'icehouse'),
79
79
    ('1.11.0', 'icehouse'),
80
80
    ('2.0.0', 'juno'),
 
81
    ('2.1.0', 'juno'),
 
82
    ('2.2.0', 'juno'),
81
83
])
82
84
 
83
85
DEFAULT_LOOPBACK_SIZE = '5G'