go-goose / goose

goose (Go OpenStack Exchange) - Go bindings for talking to OpenStack.
GNU Lesser General Public License v3.0
17 stars 39 forks source link

Allow delete non-existent security group. #86

Closed howbazaar closed 4 years ago

howbazaar commented 4 years ago

Getting a not found error when deleting something should be a silent success.

Addresses https://bugs.launchpad.net/juju/+bug/1864564

howbazaar commented 4 years ago

I couldn't find any existing tests for this.

SimonRichardson commented 4 years ago

See: https://github.com/juju/juju/pull/11756

howbazaar commented 4 years ago

Fair call.