compass-core/conf/flavor_metadata/HA-ansible-multinodes-kilo.conf
baigk 47d8d49133 Merge branch "https://github.com/baigk/compass-core.git into dev/opnfv
Change-Id: Ie2be5756f0c425a5d40e3092f52f245709fccbf3
Signed-off-by: baigk <baiguoku@huawei.com>
2015-11-18 17:32:25 -08:00

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': {
},
}
}
}