Martins Jakubovics created CLOUDSTACK-8644:
----------------------------------------------
Summary: Possible to swich GET/POST method in CloudMonkey
Key: CLOUDSTACK-8644
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8644
Project: CloudStack
Issue Type: New Feature
Security Level: Public (Anyone can view this level - this is the default.)
Components: Cloudmonkey
Affects Versions: 4.5.1
Environment: $ cloudmonkey --version
cloudmonkey 5.3.1
Reporter: Martins Jakubovics
Priority: Minor
When deploy new instance using CloudMonkey it is possible to push userdata. But
userdata, which is bigger than 4KB will fail duo GET methods limits:
https://github.com/apache/cloudstack/blob/master/server/src/com/cloud/vm/UserVmManagerImpl.java#L3434
With POST method it is possible to push userdata till 32KB.
Would be great if CloudMonkey have ability to change method between GET or
POST, or at least on "deploy virtualmachine" command use POST method instead of
GET.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)