Skip to content

Commit

Permalink
Fix documentation for config_drive boot parameter
Browse files Browse the repository at this point in the history
The "config_drive" boot parameter only accepts a Boolean parameter, but
the documentation says otherwise.

Change-Id: I7cbf5aefbd006d8b5425cd8592bacb5d8435b3c9
Closes-Bug: #1314395
  • Loading branch information
jasondunsmore committed Apr 29, 2014
1 parent 02ee4fc commit adf6c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions novaclient/v1_1/servers.py
Expand Up @@ -435,8 +435,8 @@ def _boot(self, resource_url, response_key, name, image, flavor,
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.
Expand Down

0 comments on commit adf6c35

Please sign in to comment.