summaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/contexts/heat.py
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Yardstick virtualenv supportchenjiankun1-1/+1
2017-03-09Merge "move external_network auto-assign to Heat context"Rex Lee1-3/+14
2017-03-08Bugfix: yardstick will create stacks with the same name when run using API in...chenjiankun1-0/+2
2017-02-28move external_network auto-assign to Heat contextRoss Brattain1-3/+14
2017-02-26heat: replace dict key checking with .get()Ross Brattain1-9/+6
2017-02-26heat context support affinity and anti-affinityrexlee87761-12/+25
2017-02-21improving if conditions :)Deepak S1-2/+2
2017-02-14Merge "heat: minor fixes, don't use len > 0 and use next instead of [0]"Kubi1-2/+2
2017-02-14Merge "fix super() calls, must use explicit class name"Rex Lee1-1/+1
2017-02-14Merge "heat: convert open to context manager"Rex Lee1-3/+4
2017-02-09fix super() calls, must use explicit class nameRoss Brattain1-1/+1
2017-01-17heat: minor fixes, don't use len > 0 and use nextRoss Brattain1-2/+2
2017-01-17heat: convert open to context managerRoss Brattain1-3/+4
2017-01-16Use """ to replace ''' in docstringchenjiankun1-10/+10
2017-01-12Add support for Python 3Ross Brattain1-11/+19
2017-01-12heat: fix key_uuid formatRoss Brattain1-5/+6
2017-01-10associate an uuid to yardstick_key and yardstick_key.pubJingLu51-7/+8
2016-11-01Bugfix:fix a bug that yardstick_key.pub cannot be found in Yardstick dockerJingLu51-1/+3
2016-10-25remove yardstick_key from the repoJingLu51-0/+21
2016-02-09Revert "Test: Workaround for ODL Lithium"Jörgen Karlsson1-12/+1
2016-02-05Test: Workaround for ODL LithiumJörgen Karlsson1-1/+12
2016-01-27Revert "Test: Workaround for ODL scenarios"Jörgen Karlsson1-10/+1
2016-01-27Test: Workaround for ODL scenariosJo¶rgen Karlsson1-1/+10
2016-01-12Workround for openstack nova bugQiLiang1-2/+21
2015-10-27Heat context code refactor part 2QiLiang1-3/+20
2015-10-20Heat context code refactorQiLiang1-0/+223