yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #06366
[Bug 1253064] Re: XenAPI: no such option: default_os_type
** Changed in: nova
Status: Fix Committed => Fix Released
--
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/1253064
Title:
XenAPI: no such option: default_os_type
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Following trace occurs due to incomplete change
I2e9f720ddce284fc112d6a5651fd277e6e31a17a
TRACE nova.compute.manager Traceback (most recent call last):
TRACE nova.compute.manager File "/opt/stack/nova/nova/compute/manager.py", line 310, in decorated_function
TRACE nova.compute.manager *args, **kwargs)
TRACE nova.compute.manager File "/opt/stack/nova/nova/compute/manager.py", line 2434, in snapshot_instance
TRACE nova.compute.manager task_states.IMAGE_SNAPSHOT)
TRACE nova.compute.manager File "/opt/stack/nova/nova/compute/manager.py", line 2465, in _snapshot_instance
TRACE nova.compute.manager update_task_state)
TRACE nova.compute.manager File "/opt/stack/nova/nova/virt/xenapi/driver.py", line 271, in snapshot
TRACE nova.compute.manager self._vmops.snapshot(context, instance, image_id, update_task_state)
TRACE nova.compute.manager File "/opt/stack/nova/nova/virt/xenapi/vmops.py", line 734, in snapshot
TRACE nova.compute.manager image_id)
TRACE nova.compute.manager File "/opt/stack/nova/nova/virt/xenapi/image/glance.py", line 62, in upload_image
TRACE nova.compute.manager props['os_type'] = instance['os_type'] or CONF.default_os_type
TRACE nova.compute.manager File "/opt/stack/oslo.config/oslo/config/cfg.py", line 1688, in __getattr__
TRACE nova.compute.manager raise NoSuchOptError(name)
TRACE nova.compute.manager NoSuchOptError: no such option: default_os_type
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1253064/+subscriptions