Does domain work for Horizon and Keystone?
Hi, I am trying to do a project on Openstack that supports multi-tenant. The latest version of Horizon I am testing is 2014.2.b3. We also tried stable/icehouse version of Horizon.
I think in order to support multi-tenant. I need to create a project with a domain as shown in the following link. http://docs.openstack.org/openstack-o...
However in my Horizon setup, I can't see the domain name as an input field as the picture illustrated. I can programmingly create a project with a domain and create users inside the project/domain. But I can't login as that user; I was told that the user is not authenticated.
How do I support multi-tenant in my app? Domain seems to be the way, https://wiki.openstack.org/wiki/Domains Am I too early to do this?