Skip to content

Instantly share code, notes, and snippets.

@hyakuhei
Created December 15, 2015 18:57
Show Gist options
  • Save hyakuhei/c216d27108c169a5118a to your computer and use it in GitHub Desktop.
Save hyakuhei/c216d27108c169a5118a to your computer and use it in GitHub Desktop.
INFO:anchor:using config: config.json
DEBUG:stevedore.extension:found extension EntryPoint.parse('anchor = anchor.certificate_ops:sign')
DEBUG:stevedore.extension:found extension EntryPoint.parse('standards_compliance = anchor.validators.standards:standards_compliance')
DEBUG:stevedore.extension:found extension EntryPoint.parse('check_networks = anchor.validators.custom:check_networks')
ERROR:stevedore.extension:Could not load 'check_networks': <module 'anchor.validators.custom' from '/root/anchor/anchor/validators/custom.py'> has no 'check_networks' attribute
ERROR:stevedore.extension:<module 'anchor.validators.custom' from '/root/anchor/anchor/validators/custom.py'> has no 'check_networks' attribute
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 163, in _load_plugins
verify_requirements,
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 186, in _load_one_plugin
plugin = ep.load(require=verify_requirements)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2093, in load
raise ImportError("%r has no %r attribute" % (entry,attr))
ImportError: <module 'anchor.validators.custom' from '/root/anchor/anchor/validators/custom.py'> has no 'check_networks' attribute
DEBUG:stevedore.extension:found extension EntryPoint.parse('blacklist_names = anchor.validators.custom:blacklist_names')
DEBUG:stevedore.extension:found extension EntryPoint.parse('alternative_names_ip = anchor.validators.custom:alternative_names_ip')
DEBUG:stevedore.extension:found extension EntryPoint.parse('iter_alternative_names = anchor.validators.custom:iter_alternative_names')
ERROR:stevedore.extension:Could not load 'iter_alternative_names': <module 'anchor.validators.custom' from '/root/anchor/anchor/validators/custom.py'> has no 'iter_alternative_names' attribute
ERROR:stevedore.extension:<module 'anchor.validators.custom' from '/root/anchor/anchor/validators/custom.py'> has no 'iter_alternative_names' attribute
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 163, in _load_plugins
verify_requirements,
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 186, in _load_one_plugin
plugin = ep.load(require=verify_requirements)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2093, in load
raise ImportError("%r has no %r attribute" % (entry,attr))
ImportError: <module 'anchor.validators.custom' from '/root/anchor/anchor/validators/custom.py'> has no 'iter_alternative_names' attribute
DEBUG:stevedore.extension:found extension EntryPoint.parse('check_domains = anchor.validators.custom:check_domains')
ERROR:stevedore.extension:Could not load 'check_domains': <module 'anchor.validators.custom' from '/root/anchor/anchor/validators/custom.py'> has no 'check_domains' attribute
ERROR:stevedore.extension:<module 'anchor.validators.custom' from '/root/anchor/anchor/validators/custom.py'> has no 'check_domains' attribute
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 163, in _load_plugins
verify_requirements,
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 186, in _load_one_plugin
plugin = ep.load(require=verify_requirements)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2093, in load
raise ImportError("%r has no %r attribute" % (entry,attr))
ImportError: <module 'anchor.validators.custom' from '/root/anchor/anchor/validators/custom.py'> has no 'check_domains' attribute
DEBUG:stevedore.extension:found extension EntryPoint.parse('extensions = anchor.validators.custom:extensions')
DEBUG:stevedore.extension:found extension EntryPoint.parse('whitelist_names = anchor.validators.custom:whitelist_names')
DEBUG:stevedore.extension:found extension EntryPoint.parse('source_cidrs = anchor.validators.custom:source_cidrs')
DEBUG:stevedore.extension:found extension EntryPoint.parse('common_name = anchor.validators.custom:common_name')
DEBUG:stevedore.extension:found extension EntryPoint.parse('server_group = anchor.validators.custom:server_group')
DEBUG:stevedore.extension:found extension EntryPoint.parse('alternative_names = anchor.validators.custom:alternative_names')
DEBUG:stevedore.extension:found extension EntryPoint.parse('key_usage = anchor.validators.custom:key_usage')
DEBUG:stevedore.extension:found extension EntryPoint.parse('keystone = anchor.auth.keystone:login')
INFO:ldap3:ldap3 library initialized - logging emitted with loglevel set to DEBUG - available detail levels are: OFF, ERROR, BASIC, PROTOCOL, NETWORK, EXTENDED - sensitive data will be hidden
DEBUG:stevedore.extension:found extension EntryPoint.parse('static = anchor.auth.static:login')
DEBUG:stevedore.extension:found extension EntryPoint.parse('ldap = anchor.auth.ldap:login')
DEBUG:stevedore.extension:found extension EntryPoint.parse('enforce_alternative_names_present = anchor.fixups:enforce_alternative_names_present')
INFO:anchor.app:Checking config for registration authority: default
INFO:anchor.app:Validators OK for registration authority: default
INFO:anchor.app:Fixups OK for registration authority: default
INFO:anchor.app:Checking config for signing ca: local
INFO:anchor.app:Checking config for authentication method: method_1
WARNING:anchor.app:default user for static auth in use
WARNING:anchor.app:default secret for static auth in use
DEBUG:stevedore.extension:found extension EntryPoint.parse('amqp = oslo_messaging._drivers.protocols.amqp.driver:ProtonDriver')
DEBUG:stevedore.extension:found extension EntryPoint.parse('kafka = oslo_messaging._drivers.impl_kafka:KafkaDriver')
DEBUG:stevedore.extension:found extension EntryPoint.parse('kombu = oslo_messaging._drivers.impl_rabbit:RabbitDriver')
DEBUG:stevedore.extension:found extension EntryPoint.parse('rabbit = oslo_messaging._drivers.impl_rabbit:RabbitDriver')
Traceback (most recent call last):
File "/usr/local/bin/pecan", line 11, in <module>
sys.exit(CommandRunner.handle_command_line())
File "/usr/local/lib/python2.7/dist-packages/pecan/commands/base.py", line 96, in handle_command_line
runner.run(sys.argv[1:])
File "/usr/local/lib/python2.7/dist-packages/pecan/commands/base.py", line 91, in run
self.commands[ns.command_name]().run(ns)
File "/usr/local/lib/python2.7/dist-packages/pecan/commands/serve.py", line 38, in run
app = self.load_app()
File "/usr/local/lib/python2.7/dist-packages/pecan/commands/base.py", line 162, in load_app
return load_app(self.args.config_file)
File "/usr/local/lib/python2.7/dist-packages/pecan/core.py", line 221, in load_app
app = module.app.setup_app(_runtime_conf, **kwargs)
File "/root/anchor/anchor/app.py", line 252, in setup_app
audit.init_audit()
File "/root/anchor/anchor/audit/__init__.py", line 115, in init_audit
transport = oslo_messaging.get_transport(cfg)
File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/transport.py", line 186, in get_transport
invoke_kwds=kwargs)
File "/usr/local/lib/python2.7/dist-packages/stevedore/driver.py", line 46, in __init__
verify_requirements=verify_requirements,
File "/usr/local/lib/python2.7/dist-packages/stevedore/named.py", line 55, in __init__
verify_requirements)
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 171, in _load_plugins
self._on_load_failure_callback(self, ep, err)
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 163, in _load_plugins
verify_requirements,
File "/usr/local/lib/python2.7/dist-packages/stevedore/named.py", line 123, in _load_one_plugin
verify_requirements,
File "/usr/local/lib/python2.7/dist-packages/stevedore/extension.py", line 186, in _load_one_plugin
plugin = ep.load(require=verify_requirements)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2088, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/local/lib/python2.7/dist-packages/oslo_messaging/_drivers/impl_rabbit.py", line 32, in <module>
from oslo_utils import netutils
File "/usr/local/lib/python2.7/dist-packages/oslo_utils/netutils.py", line 281, in <module>
class _ModifiedSplitResult(parse.SplitResult):
AttributeError: 'Module_six_moves_urllib_parse' object has no attribute 'SplitResult'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment