Artem Goncharov 628db853fb Fix domain immutable lockdown
A bug in the test design have hidden the issue with options of the
domain. It is possible to set immutable to true during creation or
update of the domain, but it is impossible to change it back through
API. Reason is the check that refuses update operation when there are
more then 1 updated props with immutable switched on. For projects it is
no problem to send 1 update but for domain we pull additional base props
(is_domain=true, domain_id=none, parent_id=none) in the
get_project_from_domain method. And since the test for unsetting
immutable started with immutable already unset (in difference to similar
test for the project) it was never identified.
- discard default props of the domain to keep the length check happy
- ensure test for unsetting immutable starts with immutable domain

Change-Id: I03ba754875050fdb93219e915fc099680679b6c4
2024-12-06 14:32:11 +00:00
2024-10-30 19:11:22 +00:00
2024-11-22 16:59:26 +00:00
2024-03-13 22:09:30 +09:00
2024-11-13 15:14:52 +00:00
2024-12-06 14:32:11 +00:00
2021-08-04 14:25:06 -04:00
2018-05-21 16:24:51 +08:00
2024-09-01 22:14:10 +09:00
2019-04-19 19:30:29 +00:00
2015-11-03 16:12:01 -08:00
2024-10-30 19:11:22 +00:00
2017-09-22 11:07:09 -05:00
2024-11-01 14:08:42 +00:00
2024-11-19 20:45:53 +01:00
2017-10-06 16:10:56 +00:00
2012-02-15 17:48:33 -08:00
2024-03-13 19:27:16 +09:00
2024-10-30 19:11:22 +00:00
2024-07-26 11:42:33 +02:00
2024-10-30 19:11:22 +00:00

OpenStack Keystone

image

OpenStack Keystone provides authentication, authorization and service discovery mechanisms via HTTP primarily for use by projects in the OpenStack family. It is most commonly deployed as an HTTP interface to existing identity systems, such as LDAP.

Developer documentation, the source of which is in doc/source/, is published at:

https://docs.openstack.org/keystone/latest

The API reference and documentation are available at:

https://docs.openstack.org/api-ref/identity

The canonical client library is available at:

https://opendev.org/openstack/python-keystoneclient

Documentation for cloud administrators is available at:

https://docs.openstack.org/

The source of documentation for cloud administrators is available at:

https://opendev.org/openstack/openstack-manuals

Information about our team meeting is available at:

https://wiki.openstack.org/wiki/Meetings/KeystoneMeeting

Release notes is available at:

https://docs.openstack.org/releasenotes/keystone

Bugs and feature requests are tracked on Launchpad at:

https://bugs.launchpad.net/keystone

Future design work is tracked at:

https://specs.openstack.org/openstack/keystone-specs

Contributors are encouraged to join IRC (#openstack-keystone on OFTC):

https://wiki.openstack.org/wiki/IRC

Source for the project:

https://opendev.org/openstack/keystone

For information on contributing to Keystone, see CONTRIBUTING.rst.

Description
OpenStack Identity (Keystone)
Readme 236 MiB
Languages
Python 99.5%
Shell 0.5%