diff options
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/compute/contrib/extended_server_attributes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/api/openstack/compute/contrib/extended_server_attributes.py b/nova/api/openstack/compute/contrib/extended_server_attributes.py index f1ec9b956..6ca10559f 100644 --- a/nova/api/openstack/compute/contrib/extended_server_attributes.py +++ b/nova/api/openstack/compute/contrib/extended_server_attributes.py @@ -102,6 +102,8 @@ def make_server(elem): '%s:instance_name' % Extended_server_attributes.alias) elem.set('{%s}host' % Extended_server_attributes.namespace, '%s:host' % Extended_server_attributes.alias) + elem.set('{%s}hypervisor_hostname' % Extended_server_attributes.namespace, + '%s:hypervisor_hostname' % Extended_server_attributes.alias) class ExtendedServerAttributeTemplate(xmlutil.TemplateBuilder): |
