Skip to content

Commit

Permalink
Merge c39f864 into 73632a1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurek committed Sep 8, 2014
2 parents 73632a1 + c39f864 commit d2ee971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ralph/util/api_pricing.py
Expand Up @@ -125,6 +125,7 @@ def get_virtual_usages(parent_venture_name=None):
yield {
'name': device.name,
'device_id': device.id,
'venture_id': device.venture_id,
'service_ci_uid': device.service.uid if device.service else None,
'environment': device.device_environment,
'hypervisor_id': device.parent.id,
Expand Down

0 comments on commit d2ee971

Please sign in to comment.