Hello, Is there a easy way to enable Multi-Domain support in Mitaka, so that I can create domains from default 'admin' account? I already have following config in /etc/openstack-dashboard/local_settings file. This allows me to enter domain during login but does not allow me to create 'domains'. OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = TrueOPENSTACK_KEYSTONE_DEFAULT_DOMAIN = 'default' CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211', }} SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
Thanks,Prakash
_______________________________________________ OpenStack-operators mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
