Comment 6 for bug 1595206

Revision history for this message
Alexander Arzhanov (aarzhanov) wrote :

For release notes:

1. Not updating the NFC lease - this is addressed with https://review.openstack.org/#/c/281134
2. HTTP timeout when uploading the snapshotted image to Glance - this happens because the OVF exports is taking long time when the root disk is large and HTTP upload to the vSphere datastore times out. The workaround it to increase the HTTP read timeout in vCenter:

Modify the readTimeoutMs setting to 600000 in vpxd.cfg:

<config>
  <vmacore>
    <http>
      <readTimeoutMs>600000</readTimeoutMs>
    </http>
  </vmacore>
..
</config>
Stop and restart vCenter.