From 5b3632a1dca8543790d336fd3ce0bfa7a04a212c Mon Sep 17 00:00:00 2001 From: Wang Wei Date: Mon, 7 Sep 2015 05:39:51 +0000 Subject: [PATCH] Add supported environment 'VMware' to comments Ironic SSH power manager also support 'VMware', in this case, we need to add 'VMware' to supported environments in comments Change-Id: I8a4655d3170fe49d59251caac64be32cefccf34e --- ironic/drivers/modules/ssh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ironic/drivers/modules/ssh.py b/ironic/drivers/modules/ssh.py index d5ac2869a8..93e94a5075 100644 --- a/ironic/drivers/modules/ssh.py +++ b/ironic/drivers/modules/ssh.py @@ -23,6 +23,7 @@ For use in dev and test environments. Currently supported environments are: Virtual Box (vbox) Virsh (virsh) + VMware (vmware) Parallels (parallels) """