Skip to content

Commit

Permalink
solved merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
casusbelli committed Mar 22, 2017
2 parents db55a31 + 2bc9bd3 commit 38edd6f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ index 8d16cad..78f42da 100644
mnt_base = '/mnt'
self.flags(quobyte_mount_point_base=mnt_base, group='libvirt')

- libvirt_driver = quobyte.LibvirtQuobyteVolumeDriver(self.fake_host)
libvirt_driver = quobyte.LibvirtQuobyteVolumeDriver(self.fake_host)
- export_string = 'quobyte://192.168.1.1/volume-00001'
+ libvirt_driver = quobyte.LibvirtQuobyteVolumeDriver(self.fake_conn)
+ export_string = 'quobyte:192.168.1.1/volume-00001'

connection_info = {'data': {'export': export_string,
Expand Down

0 comments on commit 38edd6f

Please sign in to comment.