Usage
To use the module of Image Service, you must build a cloud instance with basic user information. And if the server supports the Image Service, you will get an image instance in your cloud.
conn_args = {
'api_url': 'http://202.120.40.178:35000/v2.0',
'username': 'admin',
'password': 'incongruous',
'project_name': 'demo',
}
cloud = Cloud(**conn_args)
cloud.image.images()