Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
fix to system/static mode network group lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
chris grzegorczyk committed Jan 9, 2012
1 parent bb4001b commit a758e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private void setupVmMessages( final ResourceToken token ) throws Exception {
final String networkName = NetworkGroups.networkingConfiguration( ).hasNetworking( )
? this.allocInfo.getPrimaryNetwork( ).getNaturalId( )
: NetworkGroups.lookup(
this.allocInfo.getOwnerFullName( ),
this.allocInfo.getOwnerFullName( ).asAccountFullName( ),
NetworkGroups.defaultNetworkName( ) ).getNaturalId( );

final SshKeyPair keyInfo = this.allocInfo.getSshKeyPair( );
Expand Down

0 comments on commit a758e7f

Please sign in to comment.