Hi Ian, We have createserviceoffering and updateserviceoffering apis available. Please check moke/test_service_offerings.py suite for examples.
Santhosh ________________________________________ From: Ian Duffy [[email protected]] Sent: Sunday, June 15, 2014 11:13 AM To: CloudStack Dev Subject: Marvin add service offering Hi All, Is it possible to create a service offering using marvin? I tried using: "service_offering": { "name": "Tiny Instance", "displaytext": "Tiny Instance", "cpunumber": 1, "cpuspeed": 100, "memory": 128 }, However it didn't work. I got this example from tools/marvin/marvin/config. Is it possible to modify existing service templates using marvin? If so what is the syntax for this? Thanks, Ian
