summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorKristi Nikolla <knikolla@bu.edu>2017-06-16 15:04:40 -0400
committerKristi Nikolla <knikolla@bu.edu>2017-07-21 11:28:57 -0400
commit77ff011ced18260242224a7317aba92d53ff1455 (patch)
tree8a97b7ad00fdf2ab09623cbb342960bc6ff56561 /releasenotes
parent26ec06e28140492689697948ce476c0f7e83f652 (diff)
downloadpython-openstackclient-77ff011ced18260242224a7317aba92d53ff1455.tar.gz
Add domain parameter to Identity Provider
Identity providers are now associated with domains. This change allows a user to specify a domain by ID or by name when creating an identity provider. [0] This also adds the column for Domain ID in listing. Updating a domain for an identity provider is not supported, so that isn't changed. [0]. Id18b8b2fe853b97631bc990df8188ed64a6e1275 Closes-Bug: 1698390 Change-Id: Icc408e2fe88f257d5863bd3df716a777d52befcc
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1698390-0df8f0ec4fe354de.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1698390-0df8f0ec4fe354de.yaml b/releasenotes/notes/bug-1698390-0df8f0ec4fe354de.yaml
new file mode 100644
index 00000000..073ba9f8
--- /dev/null
+++ b/releasenotes/notes/bug-1698390-0df8f0ec4fe354de.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Added the ``--domain`` option to the ``identity provider create`` command to
+ associate an existing domain with an identity provider on its creation.
+
+ [Bug `1698390 <https://bugs.launchpad.net/python-openstackclient/+bug/1698390>`_]