e50ba48c1b
Currently there are two haproxy-octavia elements, haproxy-octavia and haproxy-octavia-ubuntu in the Octavia project. The have minimal changes between them, so this patch merges them into one element with a backward compatible element left for haproxy-octavia-ubuntu. Change-Id: I990802726d24e319988bfb614b3bf3fb560512b4
23 lines
374 B
Plaintext
23 lines
374 B
Plaintext
{
|
|
"release": {
|
|
"ubuntu": {
|
|
"trusty": {
|
|
"haproxy": "haproxy/trusty-backports"
|
|
}
|
|
}
|
|
},
|
|
"distro": {
|
|
"ubuntu": {
|
|
"haproxy": "haproxy"
|
|
}
|
|
},
|
|
"family": {
|
|
"debian": {
|
|
"haproxy": "haproxy"
|
|
}
|
|
},
|
|
"default": {
|
|
"haproxy": "haproxy"
|
|
}
|
|
}
|