-
Notifications
You must be signed in to change notification settings - Fork 929
Issue in Create Volume #1422
Description
Summary
I tried creating new volume using below
driver.create_volume(size=volume_size,name=volume_name,location=None,snapshot=None) and am getting below error
MissingParameter: The request must contain the parameter zone
When i debug it expecting availability
/usr/local/lib/python3.7/dist-packages/libcloud/compute/drivers/ec2.py in create_volume
Detailed Information
Am using Libcloud 2.8.0 and running on Python3.7 in Ubuntu 18TLS
Provide detailed information of your bug report.
This includes information about your environment (which Libcloud version are
you using, which Python version, which Operating System / distribution, etc.)
and steps which are needed to reproduce it.
For more information on contributing, please see https://libcloud.readthedocs.io/en/latest/development.html