aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/orchestrator/heat.py
AgeCommit message (Expand)AuthorFilesLines
2018-08-20Make security group configurable - dovetailrexlee87761-56/+65
2018-08-09Bugfix: pylint fix for yardstick/orchestrator/heat.py (no-value-for-parameter)rexlee87761-7/+3
2018-05-03Add "os_cloud_config" as a new context flag parameterRodolfo Alonso Hernandez1-7/+10
2018-03-27restore Heat stack failure logs for CIRoss Brattain1-0/+9
2018-03-06Merge "Enable heat context to support existing network"Jack Chan1-8/+14
2018-03-01Merge "Add methods to get an existing stack"Ross Brattain1-5/+22
2018-03-01Merge "Use context name instead of key_uuid"Ross Brattain1-8/+2
2018-03-01Add methods to get an existing stackEmma Foley1-5/+22
2018-03-01Use context name instead of key_uuidEmma Foley1-8/+2
2018-02-27add egress security rulesmting1-1/+30
2018-02-27Enable heat context to support existing networkrexlee87761-8/+14
2018-02-15Workaround to fix Heat stack deletion bug in ShadeRodolfo Alonso Hernandez1-1/+8
2018-02-12Heatstack create: fix str/bytes error in NamedTemporaryFile.write()Ross Brattain1-1/+1
2018-02-09Replace "python-heatclient" with "shade" clientRodolfo Alonso Hernandez1-144/+67
2017-11-10Merge "Heat: add availability_zone"Ross Brattain1-5/+6
2017-11-09Addition of IPv6 icpm, udp and tcp to Neutron Security GroupDanielMartinBuckley1-2/+15
2017-11-01Heat: add availability_zoneRoss Brattain1-5/+6
2017-09-14improve logging, clear using printrexlee87761-7/+7
2017-08-25Enabling ACL test for provider network.Maciej Skrocki1-2/+4
2017-08-08NSB updateDeepak S1-1/+3
2017-08-03fix heatclient importRoss Brattain1-1/+1
2017-07-29Heat: support vnic_type in heat type contextJingLu51-4/+5
2017-07-29Heat: support create and attach volume in heat type contextJingLu51-0/+34
2017-07-27leave port_security_enabled undefined by defaultRoss Brattain1-3/+5
2017-07-19heat: port_security_enabled, allowed_address_pairs, disable gateway_ipRoss Brattain1-12/+24
2017-07-13add network info to topologyRoss Brattain1-2/+6
2017-07-06Improvement: delete stack if create stack failedJingLu51-2/+3
2017-07-04support segmentation_id for vlan provider networkJingLu51-2/+6
2017-06-20Acquire NSB specific data from Heat.Edward MacGillivray1-42/+80
2017-05-12Create flavor from heat contextDanielMartinBuckley1-11/+55
2017-04-18Add SRIOV supportJing Zhang1-8/+23
2017-03-10Bugfix: heat: don't json encode templateRoss Brattain1-4/+1
2017-02-26heat context support affinity and anti-affinityrexlee87761-0/+10
2017-02-14Merge "heat: close file before parsing template"Rex Lee1-1/+1
2017-01-17heat: close file before parsing templateRoss Brattain1-1/+1
2017-01-16Use """ to replace ''' in docstringchenjiankun1-27/+27
2017-01-12Add support for Python 3Ross Brattain1-18/+24
2017-01-12heat: fix key_uuid formatRoss Brattain1-3/+10
2017-01-10associate an uuid to yardstick_key and yardstick_key.pubJingLu51-3/+8
2016-12-13Add support for OpenSrack NewtonJingLu51-23/+8
2016-06-01Change floating ip association methodAkos Farago1-6/+6
2016-02-18Add heat template workaround for odl-l3Jo¶rgen Karlsson1-8/+26
2016-02-04HEAT HTTPS SSL Supportrsritesh1-1/+2
2016-01-15HeatContext model update to match heat code updateQiLiang1-2/+5
2015-12-08Fix network property validation errorJo¶rgen Karlsson1-1/+1
2015-06-15Add support for external HOT templateHans Feldt1-10/+29
2015-06-09Add support for multiple contexts(stacks)Hans Feldt1-8/+11
2015-05-22add orchestrator package with heat moduleHans Feldt1-0/+429