Skip to content

Commit

Permalink
1117
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychou committed Nov 17, 2016
1 parent ca04936 commit f1c28ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/infortrend_fc_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class InfortrendCLIFCDriver(driver.FibreChannelDriver):
1.0.1 - Support DS4000
1.0.2 - Support GS Series
1.0.3 - Add iSCSI MPIO support
1.0.4 - Fix Nova live migration bugs. #1481968
1.0.4 - Fix Nova live migration bugs #1481968
"""

# ThirdPartySystems wiki page
Expand Down
2 changes: 1 addition & 1 deletion src/infortrend_iscsi_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class InfortrendCLIISCSIDriver(driver.ISCSIDriver):
1.0.1 - Support DS4000
1.0.2 - Support GS Series
1.0.3 - Add iSCSI MPIO support
1.0.4 - Fix Nova live migration bugs. #1481968
1.0.4 - Fix Nova live migration bugs #1481968
"""

# ThirdPartySystems wiki page
Expand Down
2 changes: 1 addition & 1 deletion src/raidcmd_cli/common_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class InfortrendCommon(object):
1.0.1 - Support DS4000
1.0.2 - Support GS Series
1.0.3 - Add iSCSI MPIO support
1.0.4 - Fix Nova live migration bugs. #1481968
1.0.4 - Fix Nova live migration bugs #1481968
"""

VERSION = '1.0.4'
Expand Down

0 comments on commit f1c28ad

Please sign in to comment.