Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #535 from albertomurillo/storage
Browse files Browse the repository at this point in the history
ciao-controller: Return an empty volumes list
  • Loading branch information
Tim Pepper authored Sep 7, 2016
2 parents c895009 + 2af9381 commit 6917923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ciao-controller/openstack_volume.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ func (c *controller) ListVolumes(tenant string) ([]block.ListVolume, error) {
}

func (c *controller) ListVolumesDetail(tenant string) ([]block.VolumeDetail, error) {
var vols []block.VolumeDetail
vols := []block.VolumeDetail{}

err := c.confirmTenant(tenant)
if err != nil {
Expand Down

0 comments on commit 6917923

Please sign in to comment.