Skip to content

Commit

Permalink
Fix devstack plugin init command
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzigold committed Oct 12, 2023
1 parent f594d62 commit 2dfc449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devstack/plugin.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function configure_sg-core {
}

function init_sg-core {
$CONTAINER_EXECUTABLE run -v $SG_CORE_CONF:/etc/sg-core.conf.yaml -n host --name sg-core $SG_CORE_CONTAINER_IMAGE
$CONTAINER_EXECUTABLE run -v $SG_CORE_CONF:/etc/sg-core.conf.yaml --network host --name sg-core -d $SG_CORE_CONTAINER_IMAGE
}

# check for service enabled
Expand Down

0 comments on commit 2dfc449

Please sign in to comment.