Comment 9 for bug 1757926

Revision history for this message
Ian Booth (wallyworld) wrote :

I deployed the scenario in comment #8.

There's 2 ways of removing the relation to the offer: from the offering side of from the consuming side.

When doing it from the offering side, you juju remove-relation <id> and because that operates on the offering model directly, this removes the relation immediately and the offer can then be removed. You can use juju offers to see the connection to an offer and hence if <ids>s. There upcoming --force arg to remove-offer will remove all existing connections.

The bug report talks about removing the relation from the consuming side. I did this also as described. However, it takes a few seconds for the offering side to have the event that the relation is gone sent to it. I did "juju offers" a couple of times on the offering model and waited till the offer connection/relation was gone. Then I could delete the offer without using the --force flag.