[
https://issues.apache.org/jira/browse/CLOUDSTACK-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Venkata Siva Vijayendra Bhamidipati resolved CLOUDSTACK-1086.
-------------------------------------------------------------
Resolution: Fixed
Changes committed to master in commits b0caae6b33347f36721f28dca1fa12e7b18f1cd1
and 4e9e7937ed5e56cbd7f678b2ed9863a56af16635
> DeployVirtualMachine userdata enhancements
> ------------------------------------------
>
> Key: CLOUDSTACK-1086
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1086
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.0.0
> Reporter: Hari Kannan
> Assignee: Venkata Siva Vijayendra Bhamidipati
> Fix For: 4.2.0
>
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/DeployVirtualMachine+userdata+enhancements
> Currently querying the userData is using HTTP GET method, with a limit of 2k
> length. Since HTTP GET has a length limit, to support the 32k user data, we
> will use HTTP POST to increase the userData size to 32k. HTTP POST does not
> have a length limit.
> 1. We will use HTTP POST method;
> 2. DB change: We need to modify the VM VO object . The expanded userData will
> be a transient record. The normal VM query still returns the usual userData
> up to 2k. We only return the 32k transient userData when specified.
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira