DaanHoogland commented on issue #3588: attach iso succeeds from different zone URL: https://github.com/apache/cloudstack/issues/3588#issuecomment-529628647 in cloud monkey however: ``` (localcloud) SBCM5> > attach iso id=f114169c-ab33-46b6-94a3-1976d97ac2e1 virtualmachineid=80501fe5-3b4b-49f6-9907-785972ea5a1c { "virtualmachine": { ... "displayname": "VM-80501fe5-3b4b-49f6-9907-785972ea5a1c", ... "id": "80501fe5-3b4b-49f6-9907-785972ea5a1c", "instancename": "i-2-5-VM", ... "isodisplaytext": "tiny ISO", "isoid": "f114169c-ab33-46b6-94a3-1976d97ac2e1", "isoname": "tiny", ... "name": "VM-80501fe5-3b4b-49f6-9907-785972ea5a1c", ... **_"zoneid": "9baadf03-0945-4e90-8b4d-6faf5a10eff0",_** "zonename": "ref-trl-79-k-M7-dhoogland" } } ``` ``` (localcloud) SBCM5> > list isos { "count": 1, "iso": [ { ... "crossZones": false, ... "displaytext": "tiny ISO", ... "id": "f114169c-ab33-46b6-94a3-1976d97ac2e1", ... "name": "tiny", ... **_"zoneid": "6ee90895-209c-4ecb-8e07-4dec2c39ee1e",_** "zonename": "ref-trl-81-k-M7-dhoogland" } ] } ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
