<div dir="ltr">Hi all,
<div><br></div><div>I have installed the latest release of openstack (icehouse) via devstack.</div><div>I use XCP and would like to activate the "live migration" functionality. Therefore, I tried to set up the pool with creating "host aggregate".</div>
<div>After adding the slave compute, nova-compute does not want to start any more and shows the following error. Could you please help me to fix this issue.</div><div><div>2014-07-14 21:45:13.933 CRITICAL nova [req-c7965812-76cb-4479-8947-edd70644cd3d None None] AttributeError: 'Aggregate' object has no attribute 'metadetails'</div>
<div><br></div><div>2014-07-14 21:45:13.933 TRACE nova Traceback (most recent call last):</div><div>2014-07-14 21:45:13.933 TRACE nova   File "/usr/local/bin/nova-compute", line 10, in <module></div><div>2014-07-14 21:45:13.933 TRACE nova     sys.exit(main())</div>
<div>2014-07-14 21:45:13.933 TRACE nova   File "/opt/stack/nova/nova/cmd/compute.py", line 72, in main</div><div>2014-07-14 21:45:13.933 TRACE nova     db_allowed=CONF.conductor.use_local)</div><div>2014-07-14 21:45:13.933 TRACE nova   File "/opt/stack/nova/nova/service.py", line 273, in create</div>
<div>2014-07-14 21:45:13.933 TRACE nova     db_allowed=db_allowed)</div><div>2014-07-14 21:45:13.933 TRACE nova   File "/opt/stack/nova/nova/service.py", line 147, in __init__</div><div>2014-07-14 21:45:13.933 TRACE nova     self.manager = manager_class(host=self.host, *args, **kwargs)</div>
<div>2014-07-14 21:45:13.933 TRACE nova   File "/opt/stack/nova/nova/compute/manager.py", line 597, in __init__</div><div>2014-07-14 21:45:13.933 TRACE nova     self.driver = driver.load_compute_driver(self.virtapi, compute_driver)</div>
<div>2014-07-14 21:45:13.933 TRACE nova   File "/opt/stack/nova/nova/virt/driver.py", line 1299, in load_compute_driver</div><div>2014-07-14 21:45:13.933 TRACE nova     virtapi)</div><div>2014-07-14 21:45:13.933 TRACE nova   File "/opt/stack/nova/nova/openstack/common/importutils.py", line 50, in import_object_ns</div>
<div>2014-07-14 21:45:13.933 TRACE nova     return import_class(import_value)(*args, **kwargs)</div><div>2014-07-14 21:45:13.933 TRACE nova   File "/opt/stack/nova/nova/virt/xenapi/driver.py", line 156, in __init__</div>
<div>2014-07-14 21:45:13.933 TRACE nova     self._session = session.XenAPISession(url, username, password)</div><div>2014-07-14 21:45:13.933 TRACE nova   File "/opt/stack/nova/nova/virt/xenapi/client/session.py", line 87, in __init__</div>
<div>2014-07-14 21:45:13.933 TRACE nova     self.host_uuid = self._get_host_uuid()</div><div>2014-07-14 21:45:13.933 TRACE nova   File "/opt/stack/nova/nova/virt/xenapi/client/session.py", line 140, in _get_host_uuid</div>
<div>2014-07-14 21:45:13.933 TRACE nova     return aggr.metadetails[CONF.host]</div><div>2014-07-14 21:45:13.933 TRACE nova AttributeError: 'Aggregate' object has no attribute 'metadetails'</div><div>2014-07-14 21:45:13.933 TRACE nova </div>
</div><div><br></div></div>