We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549944d commit 8ae5c74Copy full SHA for 8ae5c74
src/platform/backends/lxd/lxd_virtual_machine_factory.cpp
@@ -46,8 +46,6 @@ mp::VirtualMachine::UPtr mp::LXDVirtualMachineFactory::create_virtual_machine(co
46
47
void mp::LXDVirtualMachineFactory::remove_resources_for(const std::string& name)
48
{
49
- lxd_request(manager.get(), "DELETE",
50
- QUrl(QString("%1/virtual-machines/%2").arg(base_url.toString()).arg(name.c_str())));
51
}
52
53
mp::FetchType mp::LXDVirtualMachineFactory::fetch_type()
0 commit comments