Comment 3 for bug 1190043

Revision history for this message
Dan Bode (bodepd) wrote :

what version of the keystone package is this with (is it the latest update)?

Can you recreate with the options --debug and --trace in puppet?

as far as conditions where the keystone service is not ready, the following code attempts to catch known exceptions and performs a 10 second sleep and a retry.

  https://github.com/stackforge/puppet-keystone/blob/master/lib/puppet/provider/keystone.rb#L77

I am really surprised that this is so reproducible, b/c tons of people use this code upstream, and there has not been a patch or a ticket submitted for this.