Skip to content

Commit

Permalink
Merge pull request #1628 from zeenix/drop-volume-paths
Browse files Browse the repository at this point in the history
machines/libvirt: Drop volume paths
  • Loading branch information
openshift-merge-robot authored May 31, 2019
2 parents 31d9332 + cfbf99c commit e3ba84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/asset/machines/libvirt/machines.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func provider(clusterID string, networkInterfaceAddress string, platform *libvir
},
Volume: &libvirtprovider.Volume{
PoolName: "default",
BaseVolumeID: fmt.Sprintf("/var/lib/libvirt/images/%s-base", clusterID),
BaseVolumeID: fmt.Sprintf("%s-base", clusterID),
},
NetworkInterfaceName: clusterID,
NetworkInterfaceAddress: networkInterfaceAddress,
Expand Down

0 comments on commit e3ba84d

Please sign in to comment.