File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,13 +290,13 @@ def instance_create(
290290 :param region: The Region in which we are creating the Instance
291291 :type region: str or Region
292292 :param image: The Image to deploy to this Instance. If this is provided,
293- at least one of root_pass or authorized_keys must also be
293+ at least one of root_pass, authorized_users, or authorized_keys must also be
294294 provided.
295295 :type image: str or Image
296296 :param root_pass: The root password for the new Instance. If an image is
297297 provided and root_pass is given, the Instance and password
298- will be returned as a tuple. If neither root_pass nor
299- authorized_keys is provided when an image is specified,
298+ will be returned as a tuple. If all of root_pass, authorized_users,and
299+ authorized_keys are not provided when an image is specified,
300300 a ValueError will be raised.
301301 :type root_pass: str
302302 :param stackscript: The StackScript to deploy to the new Instance. If
You can’t perform that action at this time.
0 commit comments