yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40701
[Bug 1046121] Re: dhcp should never be enabled for a router external net
Patch https://review.openstack.org/#/c/234196/ abandoned until
networking guide team plans on adding a scenario where you can boot on
external networks.
** Also affects: openstack-manuals
Importance: Undecided
Status: New
** Changed in: neutron
Assignee: Martin Hickey (martin-hickey) => (unassigned)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1046121
Title:
dhcp should never be enabled for a router external net
Status in neutron:
In Progress
Status in openstack-manuals:
New
Bug description:
it doesn't make sense in the existing model, as the router IPs and the
floating IPs allocated from an external net never make DHCP requests.
I don't believe there is any significant additional harm caused by
this though, other than unneeded CPU churn from DHCP agent and
dnsmasq, and a burned IP address allocated for a DHCP port.
One tricky issue is that DHCP is enabled by default, so the question
is whether we should fail if the user does not explicitly disable it
when creating a network, or if we should just automatically set it to
False. Unfortunately, I don't think we can tell the difference
between a this value default to true and it being explicitly set to
true, so it seems that if we want to prevent it from being set to true
in the API, we should require it to be set to False. We also need to
prevent it from being set to True on an update.
Another option would be to ignore the value set in the API and just
have the DHCP agent ignore networks for which router:external =True.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1046121/+subscriptions