6133285926
Change-Id: Ib10d84c1737f2159d2702fc3f07205ca8d11504d Signed-off-by: chenshuai <chenshuai@huawei.com>
20 lines
395 B
Plaintext
20 lines
395 B
Plaintext
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': {
|
|
},
|
|
}
|
|
}
|
|
}
|