For Bandit I'm marking "Won't fix":
Offending code is:
LOG.debug('RBAC: Authorizing %(action)s(%(kwargs)s)', {
'action': action,
'kwargs': ', '.join(['%s=%s' % (k, kwargs[k]) for k in kwargs])})
There's no indication of what the kwargs are, so without a runtime
integration (ta
Public bug reported:
Check N310 can return "N310 timeutils.now() must be used instead of
datetime.now()", but timeutils.now() does not exist. Only utcnow() does.
** Affects: nova
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Y
Public bug reported:
The code for resizing partitionless images goes with the "tell, don't
ask" idea and attempts to run extfs / mount utilities on an image even
though they may fail. This produces lots of useless messages during the
instance preparation, like these:
2013-11-21 06:45:07 20902 DEB
3 matches
Mail list logo