Skip to content

Commit 32c329c

Browse files
author
Jamie Hannaford
committed
Update Params.php
1 parent 1419eb2 commit 32c329c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Compute/v2/Params.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -253,10 +253,9 @@ public function blockDeviceMapping()
253253
'items' => [
254254
'type' => self::OBJECT_TYPE,
255255
'properties' => [
256-
'configDrive' => [
257-
'type' => self::BOOL_TYPE,
258-
'sentAs' => 'config_drive',
259-
'description' => 'Enables metadata injection in a server through a configuration drive. To enable a configuration drive, specify true. Otherwise, specify false.',
256+
'uuid' => [
257+
'type' => self::STRING_TYPE,
258+
'description' => 'The unique ID for the volume which the server is to be booted from.',
260259
],
261260
'bootIndex' => [
262261
'type' => self::INT_TYPE,

0 commit comments

Comments
 (0)