Openstack create user without keystone authentication

纵然是瞬间 提交于 2020-02-06 06:32:05

问题


I want to add "Resgister" for Openstack. So, I want to create user without keystone authentication. Could someone tell me how to do it ? Thank you so much!


回答1:


If you backend keystone to LDAP you could use any LDAP management interface. Alternatively you can directly manipulate the mysql database. However in the mysql scenario you'd probably want to setup a binlog and follow what keystone does when you do a user create from keystone client then replicate those queries with dynamic data identified and filled.



来源:https://stackoverflow.com/questions/18971893/openstack-create-user-without-keystone-authentication

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!