summaryrefslogtreecommitdiff
path: root/novaclient/v2/servers.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/v2/servers.py')
-rw-r--r--novaclient/v2/servers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/novaclient/v2/servers.py b/novaclient/v2/servers.py
index 9870be0b..1351189b 100644
--- a/novaclient/v2/servers.py
+++ b/novaclient/v2/servers.py
@@ -1375,8 +1375,8 @@ class ServerManager(base.BootingManagerWithFind):
any networking for the server.
: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) a boolean value to enable
+ config drive
:param disk_config: (optional extension) control how the disk is
partitioned when the server is created. possible
values are 'AUTO' or 'MANUAL'.