When modeling, I noticed that virtual machines were not being discovered when the virtual machines were at the end of the response_types list in CloudStack.py.
For some reason:
response_types = (
'zones', 'pods', 'clusters', 'hosts', 'systemvms', 'virtualmachines','routers',
)
works, but this does not:
When modeling, I noticed that virtual machines were not being discovered when the virtual machines were at the end of the response_types list in CloudStack.py.
For some reason:
response_types = ( 'zones', 'pods', 'clusters', 'hosts', 'systemvms', 'virtualmachines','routers', ) works, but this does not:
response_types = ( 'zones', 'pods', 'clusters', 'hosts', 'systemvms', 'routers','virtualmachines', )