mirror of https://github.com/apache/cloudstack.git
Enable multiple services on configdrive network service provider (#10372)
This commit is contained in:
parent
8e1f5b1e49
commit
07564b7933
|
|
@ -220,7 +220,7 @@ public class ConfigDriveNetworkElement extends AdapterBase implements NetworkEle
|
|||
|
||||
@Override
|
||||
public boolean canEnableIndividualServices() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
private String getSshKey(VirtualMachineProfile profile) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue