blob: e844e162acc6ddf271b761e7477abe895964d102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
ADAPTER = 'openstack_mitaka_xenial'
FLAVOR = 'HA-ansible-multinodes-mitaka_xenial'
METADATA = {
'ha_proxy': {
'_self': {
},
'vip': {
'_self': {
'is_required': True,
'field': 'general',
'mapping_to': 'ha_vip'
}
},
'test': {
'_self': {
},
}
}
}
|