Skip to content

Commit 8fac80e

Browse files
committed
Support improved Node Cellar simple blueprint
1 parent 66699bf commit 8fac80e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cosmo_tester/test_suites/test_simple_manager_blueprint/nodecellar_singlehost_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_public_ip(self, nodes_state):
3434

3535
def get_inputs(self):
3636
return dict(self.access_credentials,
37-
**{'host_ip': self.private_ip_address})
37+
**{'nodejs_host_ip': self.private_ip_address, 'mongod_host_ip': self.private_ip_address})
3838

3939
@property
4040
def expected_nodes_count(self):

0 commit comments

Comments
 (0)