I can already give the commands to manually clean up the Neutron resources (use
this order) :
* Port : quantum port-list | awk '{print $2}' | xargs -I{} quantum port-delete
"{}"
* Subnet : quantum subnet-list | awk '{print $2}' | xargs -I{} quantum
subnet-delete "{}"
* Network : quantum net-list | awk '{print $2}' | xargs -I{} quantum net-delete
"{}"
I'm still looking into the failure you're seeing as I'm unable to reproduce it.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/23#issuecomment-23396480