-
Notifications
You must be signed in to change notification settings - Fork 70
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
Inventory host serial number #139
Conversation
@miq-bot add_labels enhancement |
👍 confirmed this works. I released a new version of vmware_web_service (v0.2.3) can you require this in the gemspec? |
Checked commit https://github.com/jameswnl/manageiq-providers-vmware/commit/d093212743c1908b74c37fbe8e756a113e49ee2d with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0 |
@@ -14,7 +14,7 @@ Gem::Specification.new do |s| | |||
s.files = Dir["{app,config,lib}/**/*"] | |||
|
|||
s.add_dependency("fog-vcloud-director", ["~> 0.1.8"]) | |||
s.add_dependency "vmware_web_service", "~>0.2.0" | |||
s.add_dependency "vmware_web_service", "~>0.2.3" |
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.
@agrare here you go....
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 @jameswnl !
@simaishi this is needed for ManageIQ/manageiq-providers-lenovo#93 |
Inventory host serial number (cherry picked from commit ead619e)
Gaprindashvili backport details:
|
v2v: Fix list drivers on missing ISO domain
Depends on ManageIQ/vmware_web_service#24