aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common/openstack_utils.py
AgeCommit message (Expand)AuthorFilesLines
2018-06-26Extended Context class with get_physical_nodes functionalityChornyi, TarasX1-0/+9
2018-05-31Replace glance delete image with shade client.Shobhi Jain1-11/+8
2018-05-29Replace glance create image with shade client.Shobhi Jain1-23/+53
2018-05-08Replace cinder detach volume with shade client.Shobhi Jain1-5/+17
2018-05-08Replace cinder delete volume with shade client.Shobhi Jain1-18/+14
2018-05-08Replace cinder create volume with shade client.Shobhi Jain1-14/+31
2018-05-08Replace cinder get_volume_id with shade client.Shobhi Jain1-3/+2
2018-05-04Merge "Add "os_cloud_config" as a new context flag parameter"Emma Foley1-7/+22
2018-05-03Replace nova get flavor with shade client.Shobhi Jain1-5/+15
2018-05-03Replace nova get server with shade client.Shobhi Jain1-5/+19
2018-05-03Add "os_cloud_config" as a new context flag parameterRodolfo Alonso Hernandez1-7/+22
2018-04-30Replace nova attach volume to server with shade client.Shobhi Jain1-9/+28
2018-04-23Replace nova delete keypair with shade client.Shobhi Jain1-5/+11
2018-04-23Replace nova client create keypair with shade.Shobhi Jain1-7/+12
2018-04-23Remove unused nova client functions.Shobhi Jain1-136/+0
2018-04-23Replace nova delete instance with shade client.Shobhi Jain1-7/+21
2018-04-23Replace nova create instance with shade client.Shobhi Jain1-37/+85
2018-04-16Replace neutron create security group full with shade.Shobhi Jain1-68/+45
2018-04-12Bugfix: Can't get image list in APIchenjiankun1-1/+13
2018-03-27Replace neutron create security group rule with shade.Shobhi Jain1-38/+51
2018-03-27Replace neutron floating ip deletion with shade.Shobhi Jain1-6/+6
2018-03-20Replace neutron floating ip creation with shade.Shobhi Jain1-15/+31
2018-03-20Replace neutron router interface deletion with shade.Shobhi Jain1-8/+19
2018-03-20Replace neutron router creation with shade.Shobhi Jain1-6/+22
2018-03-12Replace neutron router deletion with shade.Shobhi Jain1-6/+5
2018-03-12Replace neutron subnet creation with shade.Shobhi Jain1-6/+48
2018-03-12Replace neutron network creation with shade.Shobhi Jain1-6/+22
2018-02-28Deprecate authentication variable OS_TENANT_NAMERodolfo Alonso Hernandez1-34/+17
2018-02-19Replace neutron network deletion with shade.Shobhi Jain1-25/+27
2018-02-09Replace neutron get network id with shade.Shobhi Jain1-75/+72
2017-08-25Add common openstack opertation scenarios: router & portJingLu51-0/+40
2017-08-23Add common openstack opertation scenarios: volume & floating ipJingLu51-0/+49
2017-08-21Add common openstack opertation scenarios: subnet & portJingLu51-0/+144
2017-08-21Merge "Add common openstack opertation scenarios: network"Jing Lu1-0/+32
2017-08-11Merge "Add common openstack opertation scenarios: image & volume"Jing Lu1-0/+60
2017-08-11Add common openstack opertation scenarios: networkJingLu51-0/+32
2017-08-11Add common openstack opertation scenarios: image & volumeJingLu51-0/+60
2017-08-11Add common openstack opertation scenarios: flavor & serverJingLu51-62/+39
2017-07-29Heat: support create and attach volume in heat type contextJingLu51-0/+24
2017-06-30Use "OS_INSECURE" variable as the insecure mode indicatorJingLu51-1/+2
2017-04-26Bugfix: fix multi-region supportRoss Brattain1-1/+5
2017-03-30Bugfix: cacert should suppot insecure mode if neededrexlee87761-0/+1
2017-03-10Bugfix: yardstick https supportchenjiankun1-15/+6
2017-02-24Add common method of openstack in openstack_utilschenjiankun1-5/+343
2017-02-07more logging fixesRoss Brattain1-1/+1
2017-01-12Add support for Python 3Ross Brattain1-0/+1
2016-12-27BugFix: correct Copyright info in openstack_utils.pyJingLu51-1/+0
2016-12-13Add support for OpenSrack NewtonJingLu51-0/+97