← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1516158] [NEW] os-instance_usage_audit_log is used instead of os-instance-usage-audit-log

 

Public bug reported:

os-instance-usage-audit-log is not being used, os-instance_usage_audiog is , 
this is really weird

curl -g -i -X GET
http://192.168.122.239:8774/v2.1/d1c5aa58af6c426492c642eb649017be/os-
instance-usage-audit-log -H "User-Agent: python-novaclient" -H "Content-
Type: application/json" -H "Accept: application/json" -H "X-OpenStack-
Nova-API-Version: 2.6" -H "X-Auth-Token:
2832457c94bd485094ffba70206208dc"

404 Not Found

The resource could not be found.


curl -g -i -X GET http://192.168.122.239:8774/v2.1/d1c5aa58af6c426492c642eb649017be/os-instance_usage_audiog -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-OpenStack-Nova-API-Version: 2.6" -H "X-Auth-Token: 2832457c94bd485094ffba70206208dc"

{"instance_usage_audit_logs": {"total_errors": 0, "total_instances": 0,
"log": {}, "num_hosts_running": 0, "num_hosts_done": 0,
"num_hosts_not_run": 1, "hosts_not_run": ["devstack1"],
"overall_status": "0 of 1 hosts done. 0 errors.", "period_ending":
"2015-11-01 00:00:00", "period_beginning": "2015-10-01 00:00:00",
"num_hosts": 1}}

** Affects: nova
     Importance: Undecided
     Assignee: jichenjc (jichenjc)
         Status: New


** Tags: api

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

Title:
  os-instance_usage_audit_log is used instead of os-instance-usage-
  audit-log

Status in OpenStack Compute (nova):
  New

Bug description:
  os-instance-usage-audit-log is not being used, os-instance_usage_audiog is , 
  this is really weird

  curl -g -i -X GET
  http://192.168.122.239:8774/v2.1/d1c5aa58af6c426492c642eb649017be/os-
  instance-usage-audit-log -H "User-Agent: python-novaclient" -H
  "Content-Type: application/json" -H "Accept: application/json" -H "X
  -OpenStack-Nova-API-Version: 2.6" -H "X-Auth-Token:
  2832457c94bd485094ffba70206208dc"

  404 Not Found

  The resource could not be found.

  
  curl -g -i -X GET http://192.168.122.239:8774/v2.1/d1c5aa58af6c426492c642eb649017be/os-instance_usage_audiog -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-OpenStack-Nova-API-Version: 2.6" -H "X-Auth-Token: 2832457c94bd485094ffba70206208dc"

  {"instance_usage_audit_logs": {"total_errors": 0, "total_instances":
  0, "log": {}, "num_hosts_running": 0, "num_hosts_done": 0,
  "num_hosts_not_run": 1, "hosts_not_run": ["devstack1"],
  "overall_status": "0 of 1 hosts done. 0 errors.", "period_ending":
  "2015-11-01 00:00:00", "period_beginning": "2015-10-01 00:00:00",
  "num_hosts": 1}}

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


Follow ups