Add infoblox to neutron, create a subnet, remove infoblox and could not delete subnet
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-infoblox |
New
|
Undecided
|
Unassigned |
Bug Description
I added Infoblox to Neutron configuration and started Infoblox IPAM agent and restarted Neutron API service. Then created a network/subnet in neutron. I see it got reflected as a zone in Infoblox backend. Then I removed Infoblox from Neutron configuration, stopped Infoblox IPAM agent, restarted Neutron API service. Then tried to remove subnet and got this error:
2017-07-30 18:18:59.948 19671 ERROR neutron.
2017-07-30 18:18:59.955 19671 INFO neutron.
Subnet could not be removed, so network could not be removed.
How do we remove Infoblox configuration from Neutron?
Do we need to cleanup all networks/
Hi Sridhar,
As per my understanding IPAM agent will work as subsystem with neutron plugin. Once, you installed IPAM agent, neutron plugin will start talking to IPAMDriver. For creation of network, subnet or port neutron plugin will be dependent on IPAMDriver.
So, if IPAMDriver is down then neutron plugin will not get any response.
are you able to create network, subnet or port when IPAM agent is down?
Thanks,
Kripa S Sharma