diff options
author | Chris Krelle <nobodycam@gmail.com> | 2014-03-28 15:54:16 -0700 |
---|---|---|
committer | Chris Krelle <nobodycam@gmail.com> | 2014-03-28 15:56:10 -0700 |
commit | 4fa970b526916418f9d688be48516f4da984961f (patch) | |
tree | 672652c1c4f8136c16285884564d40bb24ffc546 /ironic | |
parent | a7e5d64bd706c9d01d99fd57033f6b9b9078eaa4 (diff) | |
download | ironic-4fa970b526916418f9d688be48516f4da984961f.tar.gz |
Add note to ssh about impact on ci testing
This patch adds a note to the virsh commands section about
how changes will impact CI testing.
Change-Id: I2e7ac23a69a19ef718458ec9c4974b6e79e6a4bf
Diffstat (limited to 'ironic')
-rw-r--r-- | ironic/drivers/modules/ssh.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ironic/drivers/modules/ssh.py b/ironic/drivers/modules/ssh.py index f7cc556f4..d4ac26af0 100644 --- a/ironic/drivers/modules/ssh.py +++ b/ironic/drivers/modules/ssh.py @@ -87,6 +87,10 @@ def _get_command_sets(virt_type): "grep macAddress | awk -F '\"' '{print $2}' || true"), } elif virt_type == "virsh": + # NOTE(NobodyCam): changes to the virsh commands will impact CI + # see https://review.openstack.org/83906 + # Change-Id: I160e4202952b7551b855dc7d91784d6a184cb0ed + # for more detail. virsh_cmds = { 'base_cmd': '/usr/bin/virsh', 'start_cmd': 'start {_NodeName_}', |