483 def _start(self, conf=False, connection=None, slave_connection=None):
484 print('DEBUG _start conf: %s' % conf)
485 with self._start_lock:
486 # self._started has been checked on the outside
487 # when _start() was called. Within the lock,
488 # check the flag once more to detect the case where
489 # the start process proceeded while this thread was waiting
490 # for the lock.
491 if self._started:
492 return
493 if conf is False:
494 conf = cfg.CONF
495
496 # perform register_opts() local to actually using
497 # the cfg.CONF to maintain exact compatibility with
498 # the EngineFacade design. This can be changed if needed.
499 if conf is not None:
500 conf.register_opts(options.database_opts, 'database')
501
502 url_args = self._url_args_for_conf(conf)
Added debug in: oslo_db/ sqlalchemy/ enginefacade. py
455 def _url_args_ for_conf( self, conf): for_conf( self._url_ cfg, conf)
456 retval = self._args_
457 print('DEBUG _url_args_for_conf: %s' % retval)
458 return retval
483 def _start(self, conf=False, connection=None, slave_connectio n=None) : opts(options. database_ opts, 'database') args_for_ conf(conf)
484 print('DEBUG _start conf: %s' % conf)
485 with self._start_lock:
486 # self._started has been checked on the outside
487 # when _start() was called. Within the lock,
488 # check the flag once more to detect the case where
489 # the start process proceeded while this thread was waiting
490 # for the lock.
491 if self._started:
492 return
493 if conf is False:
494 conf = cfg.CONF
495
496 # perform register_opts() local to actually using
497 # the cfg.CONF to maintain exact compatibility with
498 # the EngineFacade design. This can be changed if needed.
499 if conf is not None:
500 conf.register_
501
502 url_args = self._url_
DEBUG _start conf: False pymysql: //nova_ api:LP1VoffTn36 gPLU8tz67YYEV8@ [fd12:3456: 789a:1: :3]/nova_ api?read_ default_ group=tripleo& read_default_ file=/etc/ my.cnf. d/tripleo. cnf', 'slave_connection': None}
DEBUG _url_args_for_conf: {'connection': 'mysql+
Found 2 cell mappings. 6bbc-4b61- 86c7-208ba08f05 89
Skipping cell0 since it does not contain hosts.
Getting computes from cell 'default': 4165e8f0-
DEBUG _start conf: False pymysql: //nova: LP1VoffTn36gPLU 8tz67YYEV8@ fd12:3456: 789a:1: :3/nova? read_default_ group=tripleo& read_default_ file=/etc/ my.cnf. d/tripleo. cnf', 'slave_connection': None}
DEBUG _url_args_for_conf: {'connection': u'mysql+
An error has occurred:
Traceback (most recent call last):
<--- snip --->
Something must be editing that config somewhere?