Comment 4 for bug 1488648

Revision history for this message
Jaume Devesa (devvesa) wrote :

Yes, sure. This has to be the problem. We are logging with a wrong user/password for sure. From the fuel plugin we call the midonet api using the astute config files:

class {'::midonet::midonet_api':
  zk_servers => $zoo_ips,
  keystone_auth => true,
  keystone_host => $::fuel_settings['management_vip'],
  keystone_admin_token => $::fuel_settings['keystone']['admin_token'],
  bind_address => $::ipaddress_br_mgmt,
  api_ip => $::fuel_settings['public_vip'],
  api_port => '8081'
}

so maybe the problem resides on the midonet puppet module.