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

override for type in migratable_vc_domains

Open Manoj-M-97 opened this issue 5 years ago • 1 comments

Description

[Describe what this change achieves] The code has been changed in :

  1. python-hpOneView\hpOneView\resources\servers\migratable_vc_domains.py The change is in the function "make_migration_information" wherein a parameter has been added with the default value for 'type' as 'migratable-vc-domains'.

  2. python-hpOneView\examples\migratable_vc_domains.py The call to the above function will have a parameter passed as "type = 'MigratableVcDomainV300' "

Issues Resolved

[List any issues this PR will resolve. e.g., Fixes #01] Issue #431

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).
    • [ ] New endpoints supported are updated in the endpoints-support.md file.
  • [ ] Changes are documented in the CHANGELOG.

Manoj-M-97 avatar Apr 23 '19 06:04 Manoj-M-97

Can you please update the test cases as well? to match the resource file changes you have made.

madhav-bharadwaj avatar Apr 23 '19 08:04 madhav-bharadwaj