[Openstack] How to delete nets and subnets. part 2.

Robert van Leeuwen Robert.vanLeeuwen at spilgames.com
Thu Jul 11 15:29:16 UTC 2013


> Hi there,
> I need to delete subnet and net and then create new ones.
> I type command:
> quantum net-delete xxx
> quantum subnet-delete xxx

I've seen some IP's never released after the virtual machine is destroyed.
If you are absolutely sure they are not in use I usually just manually remove them from the database 
(something like: delete from ovs_quantum.ports where device_id="xxxxx"; )

Cheers,
Robert




More information about the Openstack mailing list