Merge "trivial: Use sane indent"

This commit is contained in:
Zuul 2019-09-21 11:06:29 +00:00 committed by Gerrit Code Review
commit 09bf71407f
1 changed files with 20 additions and 19 deletions

View File

@ -156,7 +156,8 @@ def _check_peer_list():
class IronicDriver(virt_driver.ComputeDriver):
"""Hypervisor driver for Ironic - bare metal provisioning."""
capabilities = {"has_imagecache": False,
capabilities = {
"has_imagecache": False,
"supports_evacuate": False,
"supports_migrate_to_same_host": False,
"supports_attach_interface": True,