infrawatch/sg-core

Devstack plugin clean target hardcoded to :latest

Closed this issue · 1 comments

The image in the devstack plugin when using clean.sh shouldn't be hardcoded to sg-core:latest. Instead it should remove the $SG_CORE_CONTAINER_IMAGE

$SG_CORE_CONTAINER_EXECUTABLE rmi sg-core:latest

I see this as a nice opportunity to make sure the CI here is working correctly after we fix the current ceilometer issue. I plan to work on this once this is merged: https://review.opendev.org/c/openstack/ceilometer/+/898215

fixed in #123