Skip to content

Commit

Permalink
0003367: Remote node replacing Master Node User
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellpettit committed Jan 24, 2018
1 parent 9f7bcb0 commit 001a1f4
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -123,7 +123,8 @@ public Node registerPullOnlyNode(String externalId, String nodeGroupId,
node.setNodeGroupId(nodeGroupId);
node.setDatabaseType(databaseType);
node.setDatabaseVersion(databaseVersion);

node.setDeploymentType(Constants.DEPLOYMENT_TYPE_REST);

node = processRegistration(node, null, null, true);

if (node.isSyncEnabled()) {
Expand Down

0 comments on commit 001a1f4

Please sign in to comment.