Fixing rax options in usage seed

This commit is contained in:
Andrew Melton 2013-11-21 14:09:30 -05:00
parent d4aa78dfa7
commit 72708f4702

View File

@ -118,7 +118,7 @@ def _usage_for_instance(instance, task=None):
usage['os_architecture'] = metadata.get('image_org.openstack__1__architecture')
usage['os_distro'] = metadata.get('image_org.openstack__1__os_distro')
usage['os_version'] = metadata.get('image_org.openstack__1__os_version')
usage['rax_options'] = metadata.get('com.rackspace__1__options')
usage['rax_options'] = metadata.get('image_com.rackspace__1__options')
launched_at = instance.get('launched_at')
if launched_at is not None: