47d8d49133
Change-Id: Ie2be5756f0c425a5d40e3092f52f245709fccbf3 Signed-off-by: baigk <baiguoku@huawei.com>
20 lines
377 B
Plaintext
20 lines
377 B
Plaintext
ADAPTER = 'openstack_kilo'
|
|
FLAVOR = 'HA-ansible-multinodes-kilo'
|
|
METADATA = {
|
|
'ha_proxy': {
|
|
'_self': {
|
|
},
|
|
'vip': {
|
|
'_self': {
|
|
'is_required': True,
|
|
'field': 'general',
|
|
'mapping_to': 'ha_vip'
|
|
}
|
|
},
|
|
'test': {
|
|
'_self': {
|
|
},
|
|
}
|
|
}
|
|
}
|