Skip to content

Feedback for python - Reload with SSH keys #102

@takara9

Description

@takara9

Feedback regarding: https://softlayer.github.io/python/reload_hardware/

imageTemplateId in config parameter does not work,
OS image is not changed by this parameter.

    config = {
        'imageTemplateId': imageId, 
        'sshKeyIds': [sshKey1, sshKey2]
    }

It should be in following.

config = {
        'sshKeyIds': [sshKey1, sshKey2],
        'itemPrices': [{'id': priceId}]
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions