Skip to content

Commit

Permalink
Merge "INFINIDAT: change CI_WIKI_NAME"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Dec 6, 2017
2 parents 44902c5 + 2c1e275 commit 6d65f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinder/volume/drivers/infinidat.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class InfiniboxVolumeDriver(san.SanISCSIDriver):
VERSION = '1.5'

# ThirdPartySystems wiki page
CI_WIKI_NAME = "INFINIDAT_Cinder_CI"
CI_WIKI_NAME = "INFINIDAT_CI"

def __init__(self, *args, **kwargs):
super(InfiniboxVolumeDriver, self).__init__(*args, **kwargs)
Expand Down

0 comments on commit 6d65f6a

Please sign in to comment.