rgeyer / rs_selfservice

A Self Service Portal which consumes the RightScale API
MIT License
6 stars 0 forks source link

Ignore already deleted items during cleanup #10

Closed rgeyer closed 11 years ago

rgeyer commented 11 years ago

When cleaning up a product, it's possible that the objects were manually deleted.

When an already deleted object is detected (different API behaviors here, sometimes you get a 422, sometimes a 200) acknowledge that the provisioned object was deleted and remove it from the database.