Duncan Godwin created BROOKLYN-398:
--------------------------------------
Summary: Provisioning property minRam not dealt with correctly
Key: BROOKLYN-398
URL: https://issues.apache.org/jira/browse/BROOKLYN-398
Project: Brooklyn
Issue Type: Bug
Reporter: Duncan Godwin
When launching a VM, and a provisioning property of {{minRam: 2gb}} is set, a
machine with 4gb is provisioned. When {{minRam: 2000}} is set, a machine with
2gb is provisioned.
[This
line|https://github.com/apache/brooklyn-server/blob/master/locations/jclouds/src/main/java/org/apache/brooklyn/location/jclouds/JcloudsLocation.java#L1272]
indicates that both should launch a machine with 2gb of ram but this appears
to not be the case.
Tested on openstack and AWS.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)