-
Notifications
You must be signed in to change notification settings - Fork 897
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
Changing the description of the 'vlan' field in provision/network #17306
Conversation
@miq-bot add_label gaprindashvili/yes, bug |
@agrare, @pkliczewski please review |
@@ -439,7 +439,7 @@ | |||
:dvs: true | |||
:vlans: true | |||
:method: :allowed_vlans | |||
:description: Network | |||
:description: Virtual Nic Profile id |
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.
Should Nic be NIC since it is an acronym?
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.
Same with ID?
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.
done
The new description will improve the error message displayed when using wrong vlan when provisioning a vm via the rest api. Bug-Url: https://bugzilla.redhat.com/1541036
80880b0
to
8a8833b
Compare
Checked commit AlonaKaplan@8a8833b with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
Changing the description of the 'vlan' field in provision/network (cherry picked from commit 9f7f72c) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1578393
Gaprindashvili backport details:
|
The new description will improve the error message displayed when using
wrong vlan when provisioning a vm via the rest api.
Fixes https://bugzilla.redhat.com/1541036