yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #47686
[Bug 1554153] Re: Updating a port without dns_name parameter clears dns_name when dns-integration is enabled
Reviewed: https://review.openstack.org/289551
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=58e9102bff7280b36bcd24a55b7403d13ce68041
Submitter: Jenkins
Branch: master
commit 58e9102bff7280b36bcd24a55b7403d13ce68041
Author: James Anziano <janzian@xxxxxxxxxx>
Date: Mon Mar 7 19:42:47 2016 +0000
Only clear dns_name when user specifies parameter
Previously dns_name would be set to empty string as long as the
dns-integration extension was enabled and the user didn't specify a
different value. This meant that dns_name would be cleared even if the
user didn't pass it as a parameter at all. This patch only clears
dns_name if the user passed that parameter without specifying a value.
Change-Id: I1be9a2f9c3dc9850cc167b204506e36d5272d642
Closes-Bug: 1554153
** Changed in: neutron
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1554153
Title:
Updating a port without dns_name parameter clears dns_name when dns-
integration is enabled
Status in neutron:
Fix Released
Bug description:
If the dns-integration extension is enabled, updating a port without explicitly specifying a dns_name parameter will clear the dns_name field.
To reproduce:
Make sure your environment is configured to use the dns-integration extension.
Have a port with a dns_name already set.
Run neutron port-update my-port --name=my-new-port
The command should complete successfully, but if you now run neutron port-show my-new-port, you will see the dns_name field is empty in addition to any other changes you requested.
DevStack all-in-one built from master
Perceived severity: medium
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1554153/+subscriptions
References