-
Notifications
You must be signed in to change notification settings - Fork 900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Bunny gem #6857
Update Bunny gem #6857
Conversation
Checked commit Ladas@0effc7c with ruby 2.2.3, rubocop 0.34.2, and haml-lint 0.13.0 |
@blomquisg please review |
The only thing that jumped out at me was that after 1.6.0 Bunny now sets This will only mess us up with situations where the user enables SSL for AMQP. Which, as I understand it, is not a standard configuration for AMQP in OSP. Still, I think we should play it safe and do the following:
|
😟 |
@blomquisg hm, but that is for followup PR, right? Because we don't support AMQP SSL at all now. Then my guess would be that this setting will go to Endpoint data? Yeah, I would use the same CA for now. |
@matthewd yeah 😞 Alternatively, we could doc it away, since we don't have a better solution that helps users setup the CA cert for OpenStack API and AMQP. I would think the right thing to do here would be to either (or both) have a page in the Appliance configuration that allows an admin to upload a CA for OpenStack connections in their organization, and/or have a mechanism in the appliance console that allows an admin to specify the same CA. |
Update Bunny gem, the old gem couldn't handle reconnect when amqp service got restarted. Seems like new bunny works the same, so no changes in using it are needed. Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1222005
we need to use 2.1.0, higher versions are breaking ipv6 ruby-amqp/bunny#383 |
<github_pr_commenter_batch />Some comments on commit Ladas@0b3328d |
Update Bunny gem Update Bunny gem, the old gem couldn't handle reconnect when amqp service got restarted. Seems like new bunny works the same, so no changes in using it are needed. Fixes BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1222005 Clean cherry-pick of: ManageIQ#6857 Fixes 5.5.z BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1310245 See merge request !839
Update Bunny gem, the old gem couldn't handle reconnect when
amqp service got restarted.
Seems like new bunny works the same, so no changes in using it
are needed.
Fixes BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1222005