summaryrefslogtreecommitdiff
path: root/heat/tests/fakes.py
Commit message (Expand)AuthorAgeFilesLines
* Move FakeKeystoneClient to engine.clientsDan Prince2017-10-241-99/+0
* Don't use keystoneclient for auth_refrabi2017-02-071-20/+5
* Override client() for RoleAssignment resourcesrabi2016-08-181-1/+2
* Add keystone_session property to contextrabi2016-06-271-0/+5
* Use keystoneauth1 instead of keystoneclient.authEthan Lynn2016-05-241-3/+3
* Make sure create ceilometer alarm successfulhuangtianhua2016-03-161-3/+18
* Populate context roles when using stored contextSteven Hardy2016-01-071-1/+15
* Event transportThomas Herve2016-01-051-0/+11
* Add signal_transport property to Heat wait conditionsMiguel Grinberg2015-10-131-1/+2
* Fix [H405] pep rule in heat/testsPeter Razumovsky2015-10-121-8/+3
* Move signals to SignalResponder classMiguel Grinberg2015-07-141-0/+1
* Fix some new PEP8 errors found at gatetengqm2015-03-241-1/+1
* Switch config deferred_auth_method to trusts by defaultEthan Lynn2015-03-181-2/+12
* Use keystoneclient auth pluginsJamie Lennox2015-01-271-15/+21
* Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-10/+10
* Authenticate the domain user with id instead of usernameMiguel Grinberg2014-12-231-1/+1
* Catch correct exception for Cinder api version detectionRandall Burt2014-10-171-2/+4
* Support Cinder API version 2Adrien Vergé2014-10-061-1/+9
* Tests update FakeKeystoneClient to align user_id and trustorSteven Hardy2014-09-091-1/+1
* Add native WaitConditionHandle resourceSteven Hardy2014-07-251-1/+1
* stack user add _user_tokenSteven Hardy2014-07-211-0/+3
* engine.clients always use keystoneclient auth_tokenSteven Hardy2014-06-181-2/+2
* Order imports in alphabetical order (9/9)Pavlo Shchelokovskyy2014-05-221-2/+2
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Use stack ID to create domain project nameSteve Baker2014-03-121-1/+1
* | migrate User/AccessKey resources to StackUser base classSteven Hardy2014-03-081-2/+2
* | StackUser add _delete_keypair functionSteven Hardy2014-03-081-1/+6
* | StackUser add suspend/resume supportSteven Hardy2014-03-051-0/+6
* | Merge "Remove vim header from files."Jenkins2014-03-051-1/+0
|\ \ | |/
| * Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* | migrate StackUser base class to stack domain usersSteven Hardy2014-03-031-7/+19
|/
* Add parser.Stack support for stack_domain_projectsSteven Hardy2014-02-101-0/+3
* Store credential ID for AccessKey and SignalResponderSteven Hardy2014-01-231-1/+4
* heat_keystoneclient revise get_ec2_keypairSteven Hardy2014-01-081-1/+10
* Merge "Derive context is_admin from policy"Jenkins2013-12-031-0/+1
|\
| * Derive context is_admin from policySteven Hardy2013-11-291-0/+1
* | Remove unused fake test codeAngus Salkeld2013-12-021-22/+0
|/
* Improve coverage of storing credentials in parser.StackSteven Hardy2013-11-221-4/+9
* Migrate stored credentials to keystone trustsSteven Hardy2013-09-041-0/+6
* Merge "Only use a token for openstack client operations."Jenkins2013-07-241-0/+1
|\
| * Only use a token for openstack client operations.Steve Baker2013-07-221-0/+1
* | Use new style classesAngus Salkeld2013-07-231-2/+2
|/
* Move url_for into heat_keystoneclient.Steve Baker2013-07-181-0/+3
* engine : add suspend/resume support to User resourceSteven Hardy2013-07-061-0/+6
* Fixup assert_has_keys.Robert Collins2013-06-281-9/+20
* Use print_function compatible syntaxDirk Mueller2013-06-241-3/+3
* heat cleanups to align unit tests with pep8 1.3.4Steven Hardy2012-12-201-5/+5
* heat engine : remove KeystoneClient get_user_by_nameSteven Hardy2012-12-031-4/+0
* heat engine : subclass keystone client to encapsulate common codeSteven Hardy2012-11-291-0/+36