python-zvm-sdk:fix_smapi_level

Last commit made on 2019-09-17
Get this branch:
git clone -b fix_smapi_level https://git.launchpad.net/python-zvm-sdk

Branch merges

Branch information

Name:
fix_smapi_level
Repository:
lp:python-zvm-sdk

Recent commits

fe4e9ef... by Huang Rui <email address hidden>

Merge branch 'master' into fix_smapi_level

7f833f0... by jichenjc

Fix RACF support bug

Signed-off-by: jichenjc <email address hidden>

6da80ca... by jichenjc

Merge pull request #14 from SharpRazor/add_multi_volumes_to_one_userid

Add multi volumes to same userid

5daacc8... by cao biao

adding multipath volumes to same userid

now adding more than one volumes to same userid will
meet an error because my old understanding is wrong.
The correct though is, when we attaching multipul volumes to same
userid we should use the FCP device it already own. If we attach
volume to a another userid, we use a new FCP device.

Signed-off-by: SharpRazor <email address hidden>

b55f4c7... by cao biao

Merge pull request #1 from openmainframeproject/master

sync updates

d70d222... by jichenjc

Merge pull request #13 from SharpRazor/support_driver_changes

Support driver changes

eaa4042... by cao biao

Support driver changes

To enable volume feature in nova-virt-zvm driver, I did some changes in
driver, but zCC also need some changes to support it and fix some bugs.
1.fix bug: when guest list if there are guests migrated, the API will
raise error. fix this by add a new functions in database module.
2.fix bug: wwpn and lun should be hexadecimal
3.fix bug: fcp should transfer to lower case before processing.

Signed-off-by: SharpRazor <email address hidden>

6a72e8b... by jichenjc

Merge pull request #12 from SeanHQF/haoqf-dev

Fix the error of dasdfmt

281cdd9... by QingFeng Hao

Fix the error of dasdfmt

No '-f' option for dasdfmt.

Signed-off-by: QingFeng Hao <email address hidden>

4fc9142... by John Mertic <email address hidden>

Merge pull request #11 from openmainframeproject/jmertic-patch-1

Minor tweaks