compass-core/conf/flavor_metadata/HA-ansible-multinodes-osp9.conf
Xicheng Chang 9c03171433 Support rhel7 and osp9
Change-Id: I1e25df2f57753aa4038f49d0c10958c68c248f31
2016-10-26 21:09:53 -04:00

20 lines
377 B
Plaintext

ADAPTER = 'openstack_osp9'
FLAVOR = 'HA-ansible-multinodes-osp9'
METADATA = {
'ha_proxy': {
'_self': {
},
'vip': {
'_self': {
'is_required': True,
'field': 'general',
'mapping_to': 'ha_vip'
}
},
'test': {
'_self': {
},
}
}
}