-
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
Display IPv6Address on VM summary page #13190
Conversation
@miq-bot add_labels bug, providers |
@Ladas can you help take a look? |
Checked commit jameswnl@e46e282 with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1 |
@miq-bot add_label wip |
👍 looks good |
@miq-bot remove_label wip |
LGTM |
If possible, we'd like to backport this to fix https://bugzilla.redhat.com/show_bug.cgi?id=1375740 @miq-bot rm-label euwe/no |
Display IPv6Address on VM summary page (cherry picked from commit 4529df7) https://bugzilla.redhat.com/show_bug.cgi?id=1448142 https://bugzilla.redhat.com/show_bug.cgi?id=1448140
Euwe backport details:
|
Currently only IPv4 addresses are displayed on VM summary page. This PR is to have IPv6 displayed as well.
Basically,
vm.ipaddresses
will now include IPv6 addresses as well.https://bugzilla.redhat.com/show_bug.cgi?id=1375737