Enable multiple services on configdrive network service provider (#10372)

This commit is contained in:
Pearl Dsilva 2025-02-14 02:46:43 -05:00 committed by GitHub
parent 8e1f5b1e49
commit 07564b7933
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,7 +220,7 @@ public class ConfigDriveNetworkElement extends AdapterBase implements NetworkEle
@Override
public boolean canEnableIndividualServices() {
return false;
return true;
}
private String getSshKey(VirtualMachineProfile profile) {