python-hpOneView icon indicating copy to clipboard operation
python-hpOneView copied to clipboard

#288 Add query string to force extract_bundle

Open joannelynch92 opened this issue 8 years ago • 1 comments

Description

extract_bundle hangs when a pop up appears on the GUI. This query string will force the call through

Issues Resolved

Possible solution for #288

Check List

  • [ ] New functionality includes testing.
    • [ ] All tests pass for Python 2.7+ & 3.4+($ tox).
  • [ ] New functionality has been documented in the README if applicable.
    • [ ] New functionality has been thoroughly documented in the examples (please include helpful comments).
  • [ ] Changes are documented in the CHANGELOG.

joannelynch92 avatar Jul 27 '17 17:07 joannelynch92

Great @joannelynch92

We really appreciate you want to contribute to the SDK.

Regarding the code, we need a more SDK-like approach, the way you implemented is only showing in an example how to inject the uri with the force flag.

I suggest you taking a look at Storage System's get_reachable_ports and remove

tmiotto avatar Jul 27 '17 19:07 tmiotto