Skip to content

Commit

Permalink
num_units to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AmberCharitos committed Jul 23, 2024
1 parent 4973989 commit c0454e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async def deploy_opensearch(lxd_model: Model):
lxd_model: The LXD model.
"""
await asyncio.gather(
lxd_model.deploy("ch:opensearch", num_units=2, channel="2/edge"),
lxd_model.deploy("ch:opensearch", num_units=1, channel="2/edge"),
lxd_model.deploy(
"self-signed-certificates", num_units=1, channel="edge"
),
Expand Down

0 comments on commit c0454e1

Please sign in to comment.