heat/heat/engine/clients/os/keystone
Pavlo Shchelokovskyy d695602397 Add special user options for domain user
those are automated users that are created by Heat and the should
not be subject to restrictions possibly configured in Keystone
for security compliance, as those may break automated nature of things.

Create domain users with several available user options that will
make Keystone ignore:
- password expiry
- requirement to change the password on first use
- lockout after failed auth attempts

There are more things that must be done to properly secure those users
from becoming non-working, but this will be proposed in the followup
patches.

Story: 2005210
Task: 29988

Change-Id: I3152ddb82426cf66f2bd8ed69f53c77c653142bf
2019-05-02 16:12:56 -06:00
..
__init__.py Delete RoleAssignment if user/group does not exist 2016-08-23 04:54:04 +00:00
fake_keystoneclient.py Move FakeKeystoneClient to engine.clients 2017-10-24 11:45:31 -04:00
heat_keystoneclient.py Add special user options for domain user 2019-05-02 16:12:56 -06:00
keystone_constraints.py Move heat_keystoneclient to clients package 2016-06-01 16:27:01 +05:30