Updating a port without dns_name parameter clears dns_name when dns-integration is enabled
Bug #1554153 reported by
James Anziano
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
High
|
James Anziano |
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
Changed in neutron: | |
assignee: | nobody → James Anziano (janzian) |
Changed in neutron: | |
milestone: | none → mitaka-rc1 |
To post a comment you must log in.
Confirmed. I am able to reproduce as indicated