Arubacloud / pyArubaCloud

Python Interface for ArubaCloud IaaS Service
Apache License 2.0
33 stars 26 forks source link

Update README.md #47

Closed romanbeldacz closed 7 years ago

romanbeldacz commented 7 years ago

fix error with set_type unexpected keyword argument 'name'

arubalucalasagni commented 7 years ago

Hi, The set_type method of a SmartVmCreator had been changed, now it takes the SMART package id and the package id has to be retrieved by the get_package_id of the CloudInterface class. Thank you