Skip to content

Commit 8fac80e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmo_tester/test_suites/test_simple_manager_blueprint/nodecellar_singlehost_test.py

+1-1
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)