Skip to content

Commit

Permalink
Merge branch 'master' of github.com:php-opencloud/openstack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hannaford committed Nov 23, 2015
2 parents 363a259 + d6fc2c2 commit 28a8846
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/BlockStorage/v2/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
class Service extends AbstractService
{
/**
* Provisions a new bootable volume, based either on an existing volume, image or snapshot.
* You must have enough volume storage quota remaining to create a volume of size requested.
*
* @param array $userOptions {@see Api::postVolumes}
*
* @return Volume
Expand Down Expand Up @@ -105,4 +108,4 @@ public function getSnapshot($snapshotId)
$snapshot->populateFromArray(['id' => $snapshotId]);
return $snapshot;
}
}
}

0 comments on commit 28a8846

Please sign in to comment.