-
Notifications
You must be signed in to change notification settings - Fork 356
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
Ignore empty amqp fallback hostnames #2616
Ignore empty amqp fallback hostnames #2616
Conversation
Do not create incomplete amqp fallback endpoints if there are no hostnames provided via the input form.
@gberginc & @miha-plesko i kindly ask you to review this. |
Checked commit gasper-vrhovsek@8bc951c with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@miq-bot add_label bug,gaprindashvili/yes Marking bug as Nuage manager got two additional endpoints even when left empty in the UI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gasper-vrhovsek
@miq-bot assign @h-kataria |
@gberginc is there BZ associated with this fix. |
@dclarizio changes look good to be merged, but since this PR is marked as gaprindashvili/yes it should have BZ associated with it, it can be merged once there is a BZ link added to the description of PR/commit. |
…qp_fallback_hostnames Ignore empty amqp fallback hostnames (cherry picked from commit 15a7152)
@h-kataria BZ will be required once we go to 'blocker' only phase. Gaprindashvili backport details:
|
Do not create incomplete amqp fallback endpoints if there are no
hostnames provided via the input form.
@miq-bot add_label networks