Public bug reported: When I had enabled in ML2 extension drivers: "subnet_dns_publish_fixed_ip" and "dns" then I wasn't able to create network or port with dns-domain attribute.
Creation of network: neutron net-create test-net-1 --dns-domain test.domain. neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. Failed to create a duplicate NetworkDNSDomain: for attribute(s) ['PRIMARY'] with value(s) 26cd2031-e611-4c4c-b07d-cff23d12a952 Neutron server returns request_ids: ['req-abb4798b-f79a-472d-b936-ae8edcccfb6d'] And the result in the server logs: http://paste.openstack.org/show/795750/ Creation of port: neutron port-create test-net-1 --dns-domain test.domain. neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. Failed to create a duplicate PortDNS: for attribute(s) ['PRIMARY'] with value(s) 1d7544bd-3a16-4c0f-b67f-af99db6069a5 Neutron server returns request_ids: ['req-5db9dab8-7800-4e61-8fd7-72149861bd25'] And the result in the server logs: http://paste.openstack.org/show/795751/ Creation of port or network without dns-domain and then setting it via PUT request works fine. When I have only one of those 2 extensions enabled, all works fine also. ** Affects: neutron Importance: Medium Status: Confirmed ** Tags: dns -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1887163 Title: Failed to create network or port with dns_domain parameter Status in neutron: Confirmed Bug description: When I had enabled in ML2 extension drivers: "subnet_dns_publish_fixed_ip" and "dns" then I wasn't able to create network or port with dns-domain attribute. Creation of network: neutron net-create test-net-1 --dns-domain test.domain. neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. Failed to create a duplicate NetworkDNSDomain: for attribute(s) ['PRIMARY'] with value(s) 26cd2031-e611-4c4c-b07d-cff23d12a952 Neutron server returns request_ids: ['req-abb4798b-f79a-472d-b936-ae8edcccfb6d'] And the result in the server logs: http://paste.openstack.org/show/795750/ Creation of port: neutron port-create test-net-1 --dns-domain test.domain. neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. Failed to create a duplicate PortDNS: for attribute(s) ['PRIMARY'] with value(s) 1d7544bd-3a16-4c0f-b67f-af99db6069a5 Neutron server returns request_ids: ['req-5db9dab8-7800-4e61-8fd7-72149861bd25'] And the result in the server logs: http://paste.openstack.org/show/795751/ Creation of port or network without dns-domain and then setting it via PUT request works fine. When I have only one of those 2 extensions enabled, all works fine also. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1887163/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

