summaryrefslogtreecommitdiffstats
path: root/tests/nova_force_down.py
AgeCommit message (Collapse)AuthorFilesLines
2016-08-09Change type of nova_api_version from float to strCarlos Goncalves1-1/+1
Recently functest container had its python requests lib updated to version 2.8.0 and it no longer supports passing in header values of float type. Change-Id: I31da351d7f5c7c1c3ff5121b7b000f3bab1d76bf Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
2016-02-21test: add nova_force_down clientRyota MIBU1-0/+60
New force_down API is not available due to rack of support in default configuration of keystone service catalog and limit of novaclient, so this patch adds nova_force_down client to operate the new API. Change-Id: I2545f4448313b334d4c0a12f1638e64ecfafdf41 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>