Skip to content

Commit

Permalink
Enable multiple services on configdrive network service provider (#10372
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Pearl1594 authored Feb 14, 2025
1 parent 8e1f5b1 commit 07564b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public boolean shutdownProviderInstances(PhysicalNetworkServiceProvider provider

@Override
public boolean canEnableIndividualServices() {
return false;
return true;
}

private String getSshKey(VirtualMachineProfile profile) {
Expand Down

0 comments on commit 07564b7

Please sign in to comment.