Comment 2 for bug 1439213

Revision history for this message
binou (bintou-16) wrote :

i have added in the output this line

outputs_list:
        value: { get_attr: [dbserver_group, outputs_list, first_address] }

so when i do in the user_data params:
               $address: {get_attr: [lb_vip_port, fixed_ips, 0, ip_address]}
               $adfloat: { get_attr: [lb_vip_floating_ip, floating_ip]}

  $address is not the ip adresse of the VM but a other ip address (often 2 address far)

for exemple when i do ifconfig ,i get 10.100.0.77 ,but $address is 10.100.0.79
$adflaot is good for the moment.

how can i do to get the good private adress