rally-openstack/rally_openstack/hook
Ilya Shakhat 2a36f6554e Remove check of deployment type in OS-Faults hook
It looks like deployment does not have `type` attribute anymore:

2018-12-20 11:31:56.827 32486 ERROR rally.task.hook
   File "/opt/stack/rally-openstack/rally_openstack/hook/fault_injection.py",
   line 61, in get_cloud_config
2018-12-20 11:31:56.827 32486 ERROR rally.task.hook
   if deployment_config["type"] != "ExistingCloud":
2018-12-20 11:31:56.827 32486 ERROR rally.task.hook KeyError: 'type'

Also correct parent class of FaultInjectionHook to avoid deprecation warning.

Change-Id: I2783757386c997a6555e6338aebcda4f9a5f31fa
2018-12-20 17:33:30 +01:00
..
__init__.py Change structure and imports 2018-02-16 20:05:45 +02:00
fault_injection.py Remove check of deployment type in OS-Faults hook 2018-12-20 17:33:30 +01:00