nickliuibm

Results 2 issues of nickliuibm

My code is like: ``` gateway.add_external_network(service_network, [('52.9.0.1/23','52.9.0.140')]) ``` But I got `52.9.0.10` on ConfigureIPSetting page. I think there is a bug in https://github.com/vmware/pyvcloud/blob/d0cd6b9ee984a6395499ac8e742b656241a5e601/pyvcloud/vcd/gateway.py#L335. When I change it to ``` if...

> Reminder: No username or APIkeys should be added to these issues, as they are public. **Describe the bug** I hit a weird issue when using this Softalyer API [https://softlayer-api-python-client.readthedocs.io/en/stable/api/managers/SoftLayer.managers.FileStorageManager/#SoftLayer.manage[…]_modified_volume](https://softlayer-api-python-client.readthedocs.io/en/stable/api/managers/SoftLayer.managers.FileStorageManager/#SoftLayer.managers.FileStorageManager.order_modified_volume)...

Bug