Install and configure for Red Hat Enterprise Linux and CentOS in Installation Guide for DNS Service

Bug #1676228 reported by Oscar SandovalPartain
30
This bug affects 6 people
Affects Status Importance Assigned to Milestone
Designate
Fix Released
Critical
plieb
Newton
Won't Fix
Undecided
Unassigned
Ocata
Won't Fix
Undecided
Unassigned

Bug Description

Within this document inside the pools config the target is set to bind but it needs to be set to bind9

--BAD
  targets:
    - type: bind
      description: BIND9 Server 1

-- Good

  targets:
    - type: bind9
      description: BIND9 Server 1

When the target is set to bind you will get the following error.

2017-03-26 21:39:39.875 12578 INFO designate.worker.service [req-474091ab-56d6-4549-bcc3-795f1f24525e - - - - -] Lazily loading pool 794ccc2c-d751-44fe-b57f-8894c9f5c842
2017-03-26 21:39:39.953 12578 WARNING stevedore.named [req-421dbd01-71cb-4e7f-81d0-c09836fae70d - - - - -] Could not load bind
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server [req-421dbd01-71cb-4e7f-81d0-c09836fae70d - - - - -] Exception during message handling
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server Traceback (most recent call last):
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/server.py", line 155, in _process_incoming
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/designate/rpc.py", line 180, in dispatch
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server return super(RPCDispatcher, self).dispatch(*args, **kwds)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 222, in dispatch
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/oslo_messaging/rpc/dispatcher.py", line 192, in _do_dispatch
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/designate/worker/service.py", line 136, in create_zone
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server self._do_zone_action(context, zone)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/designate/worker/service.py", line 124, in _do_zone_action
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server pool = self.get_pool(zone.pool_id)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/designate/worker/service.py", line 116, in get_pool
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server self.pools_map[pool_id] = self.load_pool(pool_id)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/designate/worker/service.py", line 87, in load_pool
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server return self._setup_target_backends(pool)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/designate/worker/service.py", line 53, in _setup_target_backends
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server target.type, target)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/designate/backend/__init__.py", line 27, in get_backend
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server cls = base.Backend.get_driver(type_)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/designate/plugin.py", line 117, in get_driver
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server mgr = driver.DriverManager(cls.__plugin_ns__, name)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/stevedore/driver.py", line 61, in __init__
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server warn_on_missing_entrypoint=warn_on_missing_entrypoint
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/stevedore/named.py", line 89, in __init__
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server self._init_plugins(extensions)
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server File "/usr/lib/python2.7/site-packages/stevedore/driver.py", line 113, in _init_plugins
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server (self.namespace, name))
2017-03-26 21:39:39.953 12578 ERROR oslo_messaging.rpc.server NoMatches: No 'designate.backend' driver found, looking for u'bind

This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes:

- [ ] This doc is inaccurate in this way: ______
- [ ] This is a doc addition request.
- [ ] I have a fix to the document that I can paste below including example: input and output.

If you have a troubleshooting or support issue, use the following resources:

 - Ask OpenStack: http://ask.openstack.org
 - The mailing list: http://lists.openstack.org
 - IRC: 'openstack' channel on Freenode

-----------------------------------
Release: 0.1 on 2017-03-16 16:43
SHA: 8f4adefbedd5a3c4214cafc01d3f6a4a102e99bf
Source: http://git.openstack.org/cgit/openstack/designate/tree/install-guide/source/install-rdo.rst
URL: https://docs.openstack.org/project-install-guide/dns/draft/install-rdo.html

plieb (jliberma)
Changed in designate:
assignee: nobody → plieb (jliberma)
Tim Simmons (timsim)
Changed in designate:
status: New → Confirmed
importance: Undecided → Critical
Revision history for this message
Dr. Jens Harbott (j-harbott) wrote :

This also affects the other distro's install guides. It has been patched in master but still affects the Ocata versions.

tags: added: docs low-hanging-fruit
Revision history for this message
Erik Olof Gunnar Andersson (eandersson) wrote :

This has been fixed for many releases now.

Changed in designate:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.