← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1849690] Re: designate not creating recordsets

 

[Expired for neutron because there has been no activity for 60 days.]

** Changed in: neutron
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1849690

Title:
  designate not creating recordsets

Status in neutron:
  Expired

Bug description:
  
  Hi
  I installed designate and Neutron on Stein openstack in Centos 7. Each one in a different server.

  It's possible to create domain and records as well all commands
  related domain as 'openstack dns service list' and 'openstack zone
  list and openstack recordset list xxx' are ok.

  Also all commands related with network is working.

  
  I have create the network with the option --dns-domain and tried to create ports with the option --dns-name 

  The same when create the vms on dashboard or cli.

  No recordset is created. I don't see any call to port 9001 in api log.
  It seems that designate plugin is not called...


  The configurations to Neutron use Designate:

  /etc/neutron/neutron.conf
  [DEFAULT]
  external_dns_driver = designate

  [designate]
  url = http://1.1.1.1:9001/v2
  auth_type = password
  auth_url = http://1.1.1.1:5000
  username = designate
  password = password
  project_name = service
  project_domain_name = Default
  user_domain_name = Default
  allow_reverse_dns_lookup = True
  ipv4_ptr_zone_prefix_size = 24
  ipv6_ptr_zone_prefix_size = 116
  ptr_zone_email = admin@xxxxxxxxxxx
  insecure = true

  
  /etc/neutron/plugins/ml2/ml2_conf.ini
  [ml2]
  extension_drivers = port_security,dns

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1849690/+subscriptions


References