From 32c329ccadc71ac6dd459c8bd641ba3ea9a29b46 Mon Sep 17 00:00:00 2001 From: Jamie Hannaford Date: Mon, 29 Feb 2016 12:34:15 +0100 Subject: [PATCH] Update Params.php --- src/Compute/v2/Params.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Compute/v2/Params.php b/src/Compute/v2/Params.php index 4ecbd987..a9e95598 100644 --- a/src/Compute/v2/Params.php +++ b/src/Compute/v2/Params.php @@ -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,