yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23445
[Bug 1257726] Re: VMware: refactor volumeops._get_volume_uuid()
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: ongoing => None
--
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/1257726
Title:
VMware: refactor volumeops._get_volume_uuid()
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Recently I have been doing some queries for extraConfig VM options and
found that the most efficient way to retrieve a given property is to
do:
session._call_method(vim_util, 'get_dynamic_property', vm_ref,
'VirtualMachine', 'config.extraConfig["some_prop_here"]')
Right now we ask for all extraConfig options and then we iterate over
the result set to find a particular one.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1257726/+subscriptions
References