-
Notifications
You must be signed in to change notification settings - Fork 60
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
Handle possibility of network_port not having private_ip_address #85
Conversation
Checked commit https://github.com/djberg96/manageiq-providers-azure/commit/3d44446ecf4e8fc37fec7715f0266b161a3f93e1 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@miq-bot add_label fine/yes |
@miq-bot add_label euwe/yes |
LGTM |
@djberg96 Is there a BZ for this? Can you please create if it doesn't exist? |
Euwe backport (to manageiq repo) details:
|
Handle possibility of network_port not having private_ip_address (cherry picked from commit cb44c13) https://bugzilla.redhat.com/show_bug.cgi?id=1468700
Fine backport details:
|
Addresses an issue where not every IP configuration has a
private_ip_address
property. We already guard against this possibility in the cloud manager, but apparently missed it in the network manager.Addresses #82