OpenStackDriverΒΆ
OpenStackDriver
is the asyncopenstackclient library wrapper.
Main configuration:
auth_url: http://KEYSTONE:5000/v3
username: USER
password: PASS
user_domain_name: default # for auth only
image_owner_ids:
- user
Parameters:
- auth_url - Keystone public api endpoint.
- username - Openstack/keystone username.
- password - Openstack/keystone password.
- user_domain_name - User domain name.
- image_owner_ids - Create method need image name. To avoid conflicts with public images created by other openstack users we can add users ids which images we want to use.