openbaton / openstack4j-plugin

Apache License 2.0
3 stars 12 forks source link

Delete network if network creation (subnet and router) fails #60

Closed RuthDevlaeminck closed 6 years ago

RuthDevlaeminck commented 6 years ago

If anything in the creation of the network/subnet/router fails or if the attach of the subnet to the router fails delete the entire network/subnet/router chain that was just created.

This addresses issue #32

This pull needs to be done along with pull openbaton/NFVO#277