↧
Comment by liaodalin19903 for I don't have a working keystone v3 cloud to...
Either I change the `user_domain_name` to `user_domain_id` or set the `default` to `Default`, but all no use, so perhaps I should change the sdk to libcloud which document is ample.
View ArticleAnswer by brian.curtin for I have connected the openstack cloud by...
I don't have a working keystone v3 cloud to check this on, but I have been told a few times that the `*_name` fields are supposed to be capital "Default" while the equivalent `*_id` fields are...
View ArticleInvalid input for field 'identity/password/user/password':
I have connected the openstack cloud by openstacksdk: auth_args = { 'auth_url':settings.AUTH_URL, 'project_name':'admin', 'user_domain_name':'default', 'project_domain_name':'default',...
View Article