nova/nova
yongiman ba3fd16605 Add hpet option for time drifting
Since havana, the timezone of windows vm is localtime.
However, there is a time drifting when the windows vm is overloaded.
Disabling hpet option of clock in xml template,
we can sync time without buffering.

From this template,

<clock offset='utc'>
<timer name='pit' tickpolicy='delay'/>
<timer name='rtc' tickpolicy='catchup'/>
</clock>

To this template,

<clock offset='localtime'>
<timer name='rtc' tickpolicy='catchup'/>
<timer name='pit' tickpolicy='delay'/>
<timer name='hpet' present='no'/>
</clock>

Implements : blueprint add-no-hpet-option-into-guest-clock
Change-Id: I6441b9d2de5897dd1863b53bd7e2578881b53c67
2014-02-07 22:17:05 +09:00
..
CA
api Merge "Add finer granularity to host aggregate APIs" 2014-01-14 19:04:38 +00:00
cells Make rebuild use Instance objects 2013-12-17 11:06:45 -08:00
cert Remove cert 1.X rpc api 2013-11-25 12:15:40 -05:00
cloudpipe Merge "Rename instance_type to flavor in nova.cloudpipe" 2013-12-19 02:13:59 +00:00
cmd Merge "Remove deprecated instance_type alias from nova-manage" 2014-01-12 00:38:08 +00:00
compute Merge "Allow some instance polling periodic tasks to hit db slave" 2014-01-11 04:34:36 +00:00
conductor Object-ify build_and_run_instance 2013-12-18 15:54:45 -05:00
console Add apache2 license header to appropriate files for enabling H102 2013-12-24 09:37:59 +09:00
consoleauth Remove consoleauth 1.X rpc api 2013-10-25 14:24:40 -04:00
db Merge "Ensure instance action event list in order" 2014-01-11 14:19:40 +00:00
hacking
image Nova-all: Replace basestring by six for python3 compatability 2013-10-28 16:55:05 +08:00
ipv6 Ensure that the netaddr import is in the 3rd party section 2013-10-08 02:07:56 -07:00
keymgr Apply six for metaclass 2013-10-23 15:00:42 +09:00
locale Imported Translations from Transifex 2014-01-05 06:10:04 +00:00
network Avoid unnecessary use of rootwrap for some network commands 2014-01-10 06:52:14 -08:00
objects Merge "Allow some instance polling periodic tasks to hit db slave" 2014-01-11 04:34:36 +00:00
objectstore Adds new method nova.utils.get_hash_str 2014-01-08 14:04:14 +01:00
openstack Remove unused import 2014-01-08 10:10:55 -05:00
pci Check for None when cleaning PCI dev usage 2013-10-13 20:31:18 -07:00
scheduler Merge "Deprecate/remove scheduler select_hosts()" 2014-01-12 00:16:16 +00:00
servicegroup Nova-all: Replace basestring by six for python3 compatability 2013-10-28 16:55:05 +08:00
spice
storage
tests Add hpet option for time drifting 2014-02-07 22:17:05 +09:00
virt Add hpet option for time drifting 2014-02-07 22:17:05 +09:00
vnc
volume Pass volume_api to get_encryption_metadata 2013-10-30 11:23:25 +01:00
__init__.py
availability_zones.py Misc typos in nova 2013-12-05 02:31:43 +05:30
baserpc.py Port all rpcapi modules to oslo.messaging interface 2013-09-03 21:22:43 +01:00
block_device.py Add a get_root_bdm utility function 2013-10-09 17:50:01 +02:00
config.py
context.py Merge "Fixes RequestContext initialization failure." 2013-11-25 12:24:45 +00:00
crypto.py Improve "keypair data is invalid" error message 2013-09-16 13:15:12 -07:00
exception.py Libvirt: Making the video driver element configurable 2013-12-09 09:05:51 -05:00
filters.py Merge "Fixes typos in the files in the nova folder" 2013-10-14 09:34:14 +00:00
hooks.py
loadables.py
manager.py Remove SchedulerDependentManager 2013-11-26 19:24:14 -05:00
netconf.py
notifications.py Correct deleted_at value in notification messages 2013-09-20 13:30:24 +00:00
notifier.py Port to oslo.messaging.Notifier API 2013-09-05 06:26:01 +01:00
paths.py
policy.py
quota.py Fix incorrect argument position in DbQuotaDriver 2013-11-26 23:44:50 +08:00
rpcclient.py Port all rpcapi modules to oslo.messaging interface 2013-09-03 21:22:43 +01:00
safe_utils.py
service.py Enable remote debugging for nova 2013-12-16 09:36:33 -08:00
test.py Fix interprocess locks when running unit-tests 2013-12-19 18:08:29 +02:00
unit.py Add byte unit constants 2013-10-22 18:47:00 -07:00
utils.py Merge "Correct uses of :params in docstrings" 2014-01-15 11:39:47 +00:00
version.py LOG.warn() and LOG.error() should support translation 2013-12-03 21:45:42 -05:00
weights.py Normalize the weights instead of using raw values 2013-12-11 20:24:16 +01:00
wsgi.py Merge "Allow configuring the wsgi pool size" 2013-12-15 01:17:37 +00:00