From adf6c351a05d205573be4f00db1e53aa2615a593 Mon Sep 17 00:00:00 2001 From: Jason Dunsmore Date: Tue, 29 Apr 2014 15:40:03 -0500 Subject: [PATCH] Fix documentation for config_drive boot parameter The "config_drive" boot parameter only accepts a Boolean parameter, but the documentation says otherwise. Change-Id: I7cbf5aefbd006d8b5425cd8592bacb5d8435b3c9 Closes-Bug: #1314395 --- novaclient/v1_1/servers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/novaclient/v1_1/servers.py b/novaclient/v1_1/servers.py index a243300eb..41f04fd63 100644 --- a/novaclient/v1_1/servers.py +++ b/novaclient/v1_1/servers.py @@ -435,8 +435,8 @@ class ServerManager(base.BootingManagerWithFind): connected networks, fixed ips, etc. :param scheduler_hints: (optional extension) arbitrary key-value pairs specified by the client to help boot an instance. - :param config_drive: (optional extension) value for config drive - either boolean, or volume-id + :param config_drive: (optional extension) If True, enable config drive + on the server. :param admin_pass: admin password for the server. :param disk_config: (optional extension) control how the disk is partitioned when the server is created.