yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37415
[Bug 1472285] Re: set default domain dynamically
moved bug/rfe to python-openstackclient
python-openstackclient should support the keystone default domain api
** Project changed: keystone => python-openstackclient
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1472285
Title:
set default domain dynamically
Status in python-openstackclient:
Opinion
Bug description:
In order to set the default_domain_id, Keystone must first be running,
and you must issue a domain create command to create the default
domain and retrieve the id of the domain in order to set it in
keystone.conf, then restart Keystone for the change to take effect.
This causes problems for puppet based installers because puppet does
not want to restart Keystone more than once.
Instead, what would be preferable is the ability to set the
default_domain_id dynamically.
For example, when using `openstack`, add an option `--default-
domain`::
$ openstack domain create defdomain --enable --description 'my
default domain' --default-domain
This would create the domain and make it the default domain, without
having to restart Keystone for the change in default_domain_id to take
effect.
It doesn't have to be implemented this way, just a suggestion, but the
method to set the default_domain_id should be exposed via the
`openstack` cli.
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-openstackclient/+bug/1472285/+subscriptions
References