Comment 2 for bug 1309766

Revision history for this message
Andrew Woodward (xarses) wrote :

This may be related to https://bugs.launchpad.net/fuel/+bug/1309780

At a glance, the increased time is most likely due to

Notice: Puppet::Type::Neutron_floatingip_pool::ProviderNeutron: Neutron API not avalaible. Wait up to 45 sec.
Debug: Executing '/usr/bin/neutron --os-tenant-name services --os-username neutron --os-password x9bKaUne --os-auth-url http://192.168.0.2:35357/v2.0 floatingip-create --tenant-id 8480f0f980a242a8941789a31a2503c0 net04_ext'
Debug: Non-fatal error: "Execution of '/usr/bin/neutron --os-tenant-name services --os-username neutron --os-password x9bKaUne --os-auth-url http://192.168.0.2:35357/v2.0 floatingip-create --tenant-id 8480f0f980a242a8941789a31a2503c0 net04_ext' returned 1: Authentication required

The error message its self is due to the bug above, however it is not ok that we are just swallowing an un-recoverable error.