There is no register method in the openstack-sdk seemingly.
I look over the docs about openstacksdk, and do not find a method to register a user for openstack. such as the admin
or demo
user in openstack. openstacksdk must connect the openstack(the conn
), then can use the apis.
How to create the user in my program?