aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/compass_conf/flavor_metadata/HA-ansible-multinodes-newton.conf
blob: f98be259f11336c2405775253c80848d87063d79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ADAPTER = 'openstack_newton'
FLAVOR = 'HA-ansible-multinodes-newton'
METADATA = {
    'ha_proxy': {
        '_self': {
        },
        'vip': {
            '_self': {
                'is_required': True,
                'field': 'general',
                'mapping_to': 'ha_vip'
            }
        },
        'test': {
            '_self': {
            },
        }
    }
}