Comment 6 for bug 1382539

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/301550
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=43eadba18974b93cb3a89e6611237a4902c57592
Submitter: Jenkins
Branch: master

commit 43eadba18974b93cb3a89e6611237a4902c57592
Author: Alexander Arzhanov <email address hidden>
Date: Tue Apr 5 09:51:47 2016 +0000

    Set reserved host memory to 0MB for nova-compute with VCDriver

    The reserved_host_memory_mb option value is 512 MB by default.
    However, VMware recommends that you set this option to 0 MB
    because the vCenter driver reports the effective memory
    available to the virtual machines.
    Link to review for openstack doc(VMware recommends):
    https://review.openstack.org/#/c/73450/2

    Change-Id: I9ab240820740ed3ecd09fc7ccdc5109875baf453
    Closes-bug: #1382539