<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" id="owaParaStyle" style="display: none;">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body dir="ltr" fpstyle="1" aria-label="Message body" tabindex="0">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif;font-size: 12pt;color: #000000;margin: 0;">
Hello Colleagues,<br>
<br>
I am trying to enable dynamic updating of DNSaaS when a port or VM is created/deleted.<br>
<br>
I have DNSaaS working with Bind9 as the back-end and I am able to manually create/update/delete entries with the openstack client and/or the designate client and see Bind9 reflect those changes.<br>
<br>
However, I am unable to set a dns_domain name for a network from the openstack CLI and/or the neutron CLI.<br>
<br>
I have tried the following:<br>
<br>
    neutron net-update --dns-domain example.com 64b50baa-acd8-4269-8a3a-767b70c7d18d<br>
    neutron net-update --dns-domain example.com public<br>
    neutron net-update --dns-domain example.com. 64b50baa-acd8-4269-8a3a-767b70c7d18d<br>
    neutron net-update --dns-domain example.com. public<br>
<br>
The response is always the same, namely:<br>
<br>
    Unrecognized attribute(s) 'dns_domain'<br>
    Neutron server returns request_ids: ['req-be15e08a-b3b0-458c-a045-ffac7ce3ebbd']<br>
<br>
Before I go searching through the Neutron source, does anyone know if this is a 'hole' in the Neutron API and, if so, has it been fixed after the commit point being used by openstack-ansible tag 15.1.3.<br>
<br>
Kind regards, Lawrence<br>
<br>
Lawrence J Albinson<br>
<br>
</div>
</body>
</html>