DaanHoogland opened a new issue, #117:
URL: https://github.com/apache/cloudstack-cloudmonkey/issues/117

   when issuing a list command one can filter fields being output by the 
`filter` parameter. when excuting `deploy virtualmachine` this is also a valid 
parameter, but the result is an empty output if it is used.
   ```
   $ cmk deploy virtualmachine filter=name,id 
templateid=a7c5034d-13fe-11ed-9ef2-e884a5ebaa69 
serviceofferingid=adf53e72-9ffa-4ee1-80d4-5f619a7c13ef 
zoneid=86f5e781-f6ee-4b40-ab06-70c97cf4d6c2 
domainid=fddc5725-19f9-482a-b207-32c7e3b49ad0 account=user1
   {}
   ```
   
   or
   
   ```
   $ cmk deploy virtualmachine filter=virtualmachine.id 
templateid=a7c5034d-13fe-11ed-9ef2-e884a5ebaa69 
serviceofferingid=adf53e72-9ffa-4ee1-80d4-5f619a7c13ef 
zoneid=86f5e781-f6ee-4b40-ab06-70c97cf4d6c2 
domainid=fddc5725-19f9-482a-b207-32c7e3b49ad0 account=user1
   {}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to