How to change DOMAIN of a Tenant?
I just recently created a new DOMAIN that uses LDAP authentication, and since there are Tenants already setup on the DEFAULT domain, I want to transfer them all to the new DOMAIN, how do i do that?
Although I'm not 100% sure I believe you have to manipulate the database directly, I don't know any other way. I believe there's no CLI option to reassign a domain.
is it nova db? or keystone?
Keystone. Domain is a Keystone-only concept; Nova, like all other services, doesn't know anything about domains.
By the way, when you talk about domains, you should use the term project instead of tenant. And try
openstack project set
to change the domain. Not sure if it works though.will try openstack project set first then hack the db if it wont work.