#6102 closed defect (fixed)
Can't use the 'local' communicator to create VMs
Reported by: | minondoa | Owned by: | minondoa |
---|---|---|---|
Priority: | major | Milestone: | DRM4G-2.6.5 |
Component: | DRM4G | Keywords: | drm4g, rocci, communicator |
Cc: | carlos |
Description (last modified by minondoa)
It won't work if you try to create a FedCloud VM using the local communicator.
Change History (2)
comment:1 Changed 5 years ago by minondoa
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 5 years ago by minondoa
- Milestone changed from DRM4G-X.X.X to DRM4G-2.6.5
Note: See
TracTickets for help on using
tickets.
In the module "drm4g/managers/cloud_providers/rocci.py" a communicator for a remote connection was always being created, but since the resource was being configured to use the local one, there wasn't enough information to create it.