python-openstackclient/releasenotes/notes/bug-1658147-9de9ae222f9db9ae.yaml
Samuel Pilla 4cb56269ad Adds domain specification for SetUser
This patch adds the ability to specify the domain context for making
changes to a user with `--domain` flag.

Example:
$ openstack user set test_user --domain test_domain --enable

Change-Id: I2b3241785c22e72e19181394acff650422299b0e
Closes-Bug: #1658147
2017-01-25 22:16:22 +00:00

7 lines
205 B
YAML

---
features:
- |
Add ``--domain`` options to the ``user set`` command.
Allows specification of domain context when changing users.
[Bug `1658147 <https://bugs.launchpad.net/bugs/1658147>`_]