summaryrefslogtreecommitdiff
path: root/heat/tests/test_nokey.py
Commit message (Expand)AuthorAgeFilesLines
* Change NovaClientPlugin to use MicroversionMixinrabi2018-06-291-2/+1
* Remove mox usage from test_nokeyThomas Herve2018-03-201-31/+17
* Unit tests: Don't use ResourceDefinition as cfn snippetZane Bitter2016-05-011-2/+2
* Use custom find functions for image lookupRabi Mishra2016-01-271-2/+3
* Change namespace for Nova resources and testsricolin2015-11-181-1/+1
* Novaclient v2 instead of v1_1Michal Rostecki2015-04-031-2/+2
* Move AWS::EC2::* resources to heat/engine/resources/aws/ec2huangtianhua2015-03-041-1/+1
* Split instance code into seperate filehuangtianhua2015-02-051-1/+1
* Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-2/+2
* Always use fakes_v1_1 for heat.tests.v1_1 fakes importPeter Razumovsky2014-12-051-2/+2
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Move nova_utils functions to nova client pluginSteve Baker2014-08-131-6/+6
* Implement BlockDeviceMappings for AWS::EC2::Instancehuangtianhua2014-08-111-1/+2
* Move glance_utils functions to glance client pluginSteve Baker2014-07-211-8/+3
* Store clients in contextSteve Baker2014-07-211-1/+1
* Revert "Store clients in context"Derek Higgins2014-07-191-1/+1
* Store clients in contextSteve Baker2014-07-181-1/+1
* Implement glance client pluginSteve Baker2014-07-091-3/+3
* Implement nova client pluginSteve Baker2014-07-081-2/+3
* Deprecate direct access to clients methodsSteve Baker2014-07-011-2/+2
* Unit tests: Create resources with ResourceDefinitionZane Bitter2014-06-051-1/+2
* Migrate to glanceclient to get image idhuangtianhua2014-05-271-2/+10
* Unit tests: tidy up resolve_runtime_data() callsZane Bitter2014-05-021-2/+0
* tests make dummy db setup/reset consistentSteven Hardy2014-04-281-1/+0
* 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
* | Order imports in alphabetical order (8/9)Pavlo Shchelokovskyy2014-03-271-3/+3
* | Don't create cloud-init user unless specifiedTomas Sedovic2014-03-251-2/+4
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Implement glance image constraintThomas Herve2014-02-191-0/+3
* Instance call build_userdata directlySteve Baker2013-12-091-1/+5
* Raise error if instances are created with names > 63 charsSteven Hardy2013-10-111-1/+1
* Remove unnecessary individual import tests.utils.XLiang Chen2013-08-091-4/+2
* Refactor compute resources to use nova_utilsRandall Burt2013-08-071-1/+4
* Store stacks in the database when running unit testsZane Bitter2013-06-141-3/+1
* Use a physical name matching class in unit testsZane Bitter2013-06-051-1/+2
* tests : convert most remaining tests to inline templatesSteven Hardy2013-05-081-13/+23
* Remove use of nose attrib plugin and most unittestClint Byrum2013-04-301-12/+3
* Enable running tests via testrClint Byrum2013-04-301-1/+2
* Make Resource.create() a co-routineZane Bitter2013-04-301-1/+2
* Remove unused import from test_nokey.pySteven Dake2013-03-041-1/+0
* Allow heat to be used without a KeyName set.Ian Main2013-02-281-0/+79