Skip to content

Commit

Permalink
Update Params.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hannaford committed Feb 29, 2016
1 parent 1419eb2 commit 32c329c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Compute/v2/Params.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,9 @@ public function blockDeviceMapping()
'items' => [
'type' => self::OBJECT_TYPE,
'properties' => [
'configDrive' => [
'type' => self::BOOL_TYPE,
'sentAs' => 'config_drive',
'description' => 'Enables metadata injection in a server through a configuration drive. To enable a configuration drive, specify true. Otherwise, specify false.',
'uuid' => [
'type' => self::STRING_TYPE,
'description' => 'The unique ID for the volume which the server is to be booted from.',
],
'bootIndex' => [
'type' => self::INT_TYPE,
Expand Down

0 comments on commit 32c329c

Please sign in to comment.