← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1886955] [NEW] timing module not providing results

 

Public bug reported:

Openstack version: Rocky

when you add --timing args for any openstack command, for example: openstack server list --timing. 
it shows the table of results with only zeros output. 

after deep debuging I found that the keystoneauth1/session.py have the
default value of collect_timing is False, to resolve the issue I just
switch it to be True by default.

I want to verified if this is bug still in latest version of Openstack
or I execute the command with missing args not mentioned in the
document.


Thanks in advanced!

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1886955

Title:
  timing module not providing results

Status in OpenStack Identity (keystone):
  New

Bug description:
  Openstack version: Rocky

  when you add --timing args for any openstack command, for example: openstack server list --timing. 
  it shows the table of results with only zeros output. 

  after deep debuging I found that the keystoneauth1/session.py have the
  default value of collect_timing is False, to resolve the issue I just
  switch it to be True by default.

  I want to verified if this is bug still in latest version of Openstack
  or I execute the command with missing args not mentioned in the
  document.

  
  Thanks in advanced!

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


Follow ups